Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c277 struct knlist *knl; in kn_list_lock() local
286 kn_list_unlock(struct knlist *knl) in kn_list_unlock()
326 #define KNL_ASSERT_LOCK(knl, islocked) do { \ argument
333 #define KNL_ASSERT_LOCKED(knl) do { \ argument
336 #define KNL_ASSERT_UNLOCKED(knl) do { \ argument
340 #define KNL_ASSERT_LOCKED(knl) do {} while (0) argument
341 #define KNL_ASSERT_UNLOCKED(knl) do {} while (0) argument
1658 struct knlist *knl; in kqueue_register() local
2088 struct knlist *knl; in kqueue_scan() local
2596 knlist_add(struct knlist *knl, struct knote *kn, int islocked) in knlist_add()
[all …]
H A Dvfs_aio.c2667 struct knlist *knl; in filt_aiodetach() local
2717 struct knlist *knl; in filt_liodetach() local
H A Duipc_socket.c4490 struct knlist *knl; local
H A Duipc_usrreq.c1881 struct knlist *knl; in uipc_kqfilter_stream_or_seqpacket() local
H A Dvfs_subr.c6686 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.h363 #define knlist_clear(knl, islocked) \ argument
365 #define knlist_delete(knl, td, islocked) \ argument