freebsd-nq/sys
John Baldwin a8a03706fb Add a callout_func_t typedef for functions used with callout_*().
This typedef is the same as timeout_t except that it is in the callout
namespace and header.

Use this typedef in various places of the callout implementation that
were either using the raw type or timeout_t.

While here, add <sys/callout.h> to the manpage.

Reviewed by:	kib, imp
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D22751
2019-12-10 21:58:30 +00:00
..
amd64 Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
arm Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
arm64 Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
bsm Jail and capability mode for shm_rename; add audit support for shm_rename 2019-11-18 13:31:16 +00:00
cam vfs: introduce v_irflag and make v_type smaller 2019-12-08 21:30:04 +00:00
cddl vfs: introduce v_irflag and make v_type smaller 2019-12-08 21:30:04 +00:00
compat Copy out aux args after the argument and environment vectors. 2019-12-09 19:17:28 +00:00
conf cxgbe(4): Update T4/5/6 firmwares to 1.24.11.0. 2019-12-10 07:45:10 +00:00
contrib Include fin, the packet information structure (fr_info_t), in the 2019-11-28 00:46:33 +00:00
crypto Fix the armv8 crypto driver after r354170. 2019-10-30 10:41:10 +00:00
ddb
dev Do not attach children of owc_gpiobus until interrupts are working. 2019-12-10 21:48:21 +00:00
dts
fs vfs: introduce v_irflag and make v_type smaller 2019-12-08 21:30:04 +00:00
gdb gdb(4): Implement support for NoAckMode 2019-10-17 22:37:25 +00:00
geom Remove some branching from GEOM_DISK hot path. 2019-12-06 16:48:36 +00:00
gnu Import DTS files for riscv from Linux 5.4 2019-12-03 09:12:53 +00:00
i386 Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
isa
kern Add a callout_func_t typedef for functions used with callout_*(). 2019-12-10 21:58:30 +00:00
kgssapi
libkern Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
mips Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
modules cxgbe(4): Update T4/5/6 firmwares to 1.24.11.0. 2019-12-10 07:45:10 +00:00
net Use a void * argument to callout handlers instead of timeout_t casts. 2019-12-05 18:47:29 +00:00
net80211 Don't use if_maddr_rlock() in 802.11, use epoch(9) directly instead. 2019-10-10 23:55:33 +00:00
netgraph Fix regression from r353026. Pointer was increased instead of value 2019-11-02 03:09:17 +00:00
netinet Remove the extra epoch tracker change sneaked into r355449 and was not part 2019-12-06 22:20:26 +00:00
netinet6 Update comment. 2019-12-06 16:53:42 +00:00
netipsec Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. 2019-12-01 00:22:04 +00:00
netpfil Avoid access to stale ip pointer and call UPDATE_POINTERS() after 2019-12-10 10:35:32 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Prevent potential underflow in ibcore. 2019-11-15 11:46:53 +00:00
opencrypto
powerpc Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
riscv Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
rpc Change r355157 to make svc_rpc_gss_lifetime_max a static. 2019-11-28 02:18:51 +00:00
security Instead of looking up a predecessor or successor to the current map 2019-11-20 16:06:48 +00:00
sparc64 Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
sys Add a callout_func_t typedef for functions used with callout_*(). 2019-12-10 21:58:30 +00:00
teken
tests
tools makesyscalls.lua: improve config processing 2019-12-06 22:45:36 +00:00
ufs UFS: implement VOP_INACTIVE() 2019-12-10 14:07:05 +00:00
vm Add a helper function to the swapout daemon's deactivation code. 2019-12-10 18:15:20 +00:00
x86 Fix the TAA state machine to do the right thing when the TAA 2019-12-10 18:57:39 +00:00
xdr
xen
Makefile