Searched refs:knlist (Results 1 – 11 of 11) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 155 struct knlist { struct 213 struct knlist *kn_knlist; /* f_attach populated */ 256 struct knlist; 260 extern void knote(struct knlist *list, long hint, int lockflags); 261 extern void knote_fork(struct knlist *list, int pid); 262 extern struct knlist *knlist_alloc(struct mtx *lock); 263 extern void knlist_detach(struct knlist *knl); 266 extern int knlist_empty(struct knlist *knl); 267 extern void knlist_init(struct knlist *knl, void *lock, 270 extern void knlist_init_mtx(struct knlist *knl, struct mtx *lock); [all …]
|
| H A D | selinfo.h | 47 struct knlist si_note; /* kernel note list */
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 223 struct knlist { struct 282 struct knlist *kn_knlist; /* f_attach populated */ 324 struct knlist; 328 void knote(struct knlist *list, long hint, int lockflags); 329 void knote_fork(struct knlist *list, int pid); 330 struct knlist *knlist_alloc(struct mtx *lock); 331 void knlist_detach(struct knlist *knl); 334 int knlist_empty(struct knlist *knl); 337 void knlist_init_mtx(struct knlist *knl, struct mtx *lock); 339 void knlist_destroy(struct knlist *knl); [all …]
|
| H A D | selinfo.h | 49 struct knlist si_note; /* kernel note list */
|
| H A D | aio.h | 141 struct knlist klist; /* (a) list of knotes */
|
| H A D | proc.h | 694 struct knlist *p_klist; /* (c) Knotes attached to this proc. */
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 248 static struct knlist * 251 struct knlist *knl; in kn_list_lock() 260 kn_list_unlock(struct knlist *knl) in kn_list_unlock() 530 knote_fork(struct knlist *list, int pid) in knote_fork() 1383 struct knlist *knl; in kqueue_register() 1794 struct knlist *knl; in kqueue_scan() 2350 knlist_empty(struct knlist *knl) in knlist_empty() 2446 struct knlist * 2449 struct knlist *knl; in knlist_alloc() 2465 knlist_destroy(struct knlist *knl) in knlist_destroy() [all …]
|
| H A D | vfs_aio.c | 255 struct knlist klist; /* (a) list of knotes */ 2639 struct knlist *knl; in filt_aiodetach() 2689 struct knlist *knl; in filt_liodetach()
|
| H A D | vfs_subr.c | 6028 static struct knlist fs_knlist; 6178 struct knlist *knl; in vfs_kqfilter()
|
| H A D | uipc_socket.c | 3595 struct knlist *knl;
|
| /f-stack/lib/ |
| H A D | ff_event.h | 225 struct knlist { struct
|