Searched defs:knl (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/kern/ |
| HD | kern_event.c | 238 #define KNL_ASSERT_LOCK(knl, islocked) do { \ argument 245 #define KNL_ASSERT_LOCKED(knl) do { \ argument 248 #define KNL_ASSERT_UNLOCKED(knl) do { \ argument 252 #define KNL_ASSERT_LOCKED(knl) do {} while(0) argument 253 #define KNL_ASSERT_UNLOCKED(knl) do {} while (0) argument 2047 knlist_add(struct knlist *knl, struct knote *kn, int islocked) in knlist_add() 2065 knlist_remove_kq(struct knlist *knl, struct knote *kn, int knlislocked, int kqislocked) in knlist_remove_kq() 2090 knlist_remove(struct knlist *knl, struct knote *kn, int islocked) in knlist_remove() 2100 knlist_remove_inevent(struct knlist *knl, struct knote *kn) in knlist_remove_inevent() 2108 knlist_empty(struct knlist *knl) in knlist_empty() [all …]
|
| HD | vfs_aio.c | 2613 struct knlist *knl; in filt_aiodetach() local 2661 struct knlist *knl; in filt_liodetach() local
|
| HD | vfs_subr.c | 4484 struct knlist *knl; in vfs_kqfilter() local
|
| /trueos/sys/sys/ |
| HD | event.h | 315 #define knlist_clear(knl, islocked) \ argument 317 #define knlist_delete(knl, td, islocked) \ argument
|