Searched defs:knl (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/kern/ |
H A D | kern_event.c | 250 struct knlist *knl; in kn_list_lock() local 259 kn_list_unlock(struct knlist *knl) in kn_list_unlock() argument 299 KNL_ASSERT_LOCK(knl,islocked) global() argument 306 KNL_ASSERT_LOCKED(knl) global() argument 309 KNL_ASSERT_UNLOCKED(knl) global() argument 313 KNL_ASSERT_LOCKED(knl) global() argument 314 KNL_ASSERT_UNLOCKED(knl) global() argument 1495 struct knlist *knl; kqueue_register() local 1920 struct knlist *knl; kqueue_scan() local 2428 knlist_add(struct knlist * knl,struct knote * kn,int islocked) knlist_add() argument 2448 knlist_remove_kq(struct knlist * knl,struct knote * kn,int knlislocked,int kqislocked) knlist_remove_kq() argument 2475 knlist_remove(struct knlist * knl,struct knote * kn,int islocked) knlist_remove() argument 2482 knlist_empty(struct knlist * knl) knlist_empty() argument 2520 knlist_init(struct knlist * knl,void * lock,void (* kl_lock)(void *),void (* kl_unlock)(void *),void (* kl_assert_lock)(void *,int)) knlist_init() argument 2548 knlist_init_mtx(struct knlist * knl,struct mtx * lock) knlist_init_mtx() argument 2557 struct knlist *knl; knlist_alloc() local 2565 knlist_destroy(struct knlist * knl) knlist_destroy() argument 2573 knlist_detach(struct knlist * knl) knlist_detach() argument 2589 knlist_cleardel(struct knlist * knl,struct thread * td,int islocked,int killkn) knlist_cleardel() argument [all...] |
H A D | vfs_aio.c | 2649 struct knlist *knl; filt_aiodetach() local 2699 struct knlist *knl; filt_liodetach() local [all...] |
H A D | uipc_socket.c | 3719 struct knlist *knl; global() local
|
H A D | vfs_subr.c | 6606 struct knlist *knl; vfs_kqfilter() local
|
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | event_os.c | 73 knlist_init_sx(struct knlist * knl,struct sx * lock) knlist_init_sx() argument
|
/freebsd-src/sys/sys/ |
H A D | event.h | 344 #define knlist_clear(knl, islocked) \ argument 346 #define knlist_delete(knl, td, islocked) \ argument
|