Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c267 struct knlist *knl; in kn_list_lock() local
276 kn_list_unlock(struct knlist *knl) in kn_list_unlock()
316 #define KNL_ASSERT_LOCK(knl, islocked) do { \ argument
323 #define KNL_ASSERT_LOCKED(knl) do { \ argument
326 #define KNL_ASSERT_UNLOCKED(knl) do { \ argument
330 #define KNL_ASSERT_LOCKED(knl) do {} while (0) argument
331 #define KNL_ASSERT_UNLOCKED(knl) do {} while (0) argument
1594 struct knlist *knl; in kqueue_register() local
2019 struct knlist *knl; in kqueue_scan() local
2527 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.c1849 struct knlist *knl; in uipc_kqfilter_stream_or_seqpacket() local
H A Dvfs_subr.c6672 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.h360 #define knlist_clear(knl, islocked) \ argument
362 #define knlist_delete(knl, td, islocked) \ argument