Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c250 struct knlist *knl; in kn_list_lock() local
259 kn_list_unlock(struct knlist *knl) in kn_list_unlock()
299 #define KNL_ASSERT_LOCK(knl, islocked) do { \ argument
306 #define KNL_ASSERT_LOCKED(knl) do { \ argument
309 #define KNL_ASSERT_UNLOCKED(knl) do { \ argument
313 #define KNL_ASSERT_LOCKED(knl) do {} while (0) argument
314 #define KNL_ASSERT_UNLOCKED(knl) do {} while (0) argument
1495 struct knlist *knl; in kqueue_register() local
1920 struct knlist *knl; in kqueue_scan() local
2428 knlist_add(struct knlist *knl, struct knote *kn, int islocked) in knlist_add()
[all …]
H A Dvfs_aio.c2622 struct knlist *knl; in filt_aiodetach() local
2672 struct knlist *knl; in filt_liodetach() local
H A Duipc_socket.c4484 struct knlist *knl; local
H A Dvfs_subr.c6609 struct knlist *knl; 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.h344 #define knlist_clear(knl, islocked) \ argument
346 #define knlist_delete(knl, td, islocked) \ argument