Home
last modified time | relevance | path

Searched defs:knl (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dkern_event.c256 struct knlist *knl; in kn_list_lock() local
265 kn_list_unlock(struct knlist *knl) in kn_list_unlock()
305 #define KNL_ASSERT_LOCK(knl, islocked) do { \ argument
312 #define KNL_ASSERT_LOCKED(knl) do { \ argument
315 #define KNL_ASSERT_UNLOCKED(knl) do { \ argument
319 #define KNL_ASSERT_LOCKED(knl) do {} while (0) argument
320 #define KNL_ASSERT_UNLOCKED(knl) do {} while (0) argument
1501 struct knlist *knl; in kqueue_register() local
1926 struct knlist *knl; in kqueue_scan() local
2434 knlist_add(struct knlist *knl, struct knote *kn, int islocked) in knlist_add()
[all …]
H A Dvfs_aio.c2665 struct knlist *knl; in filt_aiodetach() local
2715 struct knlist *knl; in filt_liodetach() local
H A Duipc_socket.c4486 struct knlist *knl; local
H A Duipc_usrreq.c1851 struct knlist *knl; in uipc_kqfilter_stream_or_seqpacket() local
H A Dvfs_subr.c6666 struct knlist *knl; in vfs_kqfilter() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Devent_os.c60 knlist_init_sx(struct knlist *knl, struct sx *lock) in knlist_init_sx()
/freebsd/sys/sys/
H A Devent.h349 #define knlist_clear(knl, islocked) \ argument
351 #define knlist_delete(knl, td, islocked) \ argument