Home
last modified time | relevance | path

Searched refs:knlist (Results 1 – 11 of 11) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Devent.h155 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 Dselinfo.h47 struct knlist si_note; /* kernel note list */
/f-stack/freebsd/sys/
H A Devent.h223 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 Dselinfo.h49 struct knlist si_note; /* kernel note list */
H A Daio.h141 struct knlist klist; /* (a) list of knotes */
H A Dproc.h694 struct knlist *p_klist; /* (c) Knotes attached to this proc. */
/f-stack/freebsd/kern/
H A Dkern_event.c248 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 Dvfs_aio.c255 struct knlist klist; /* (a) list of knotes */
2639 struct knlist *knl; in filt_aiodetach()
2689 struct knlist *knl; in filt_liodetach()
H A Dvfs_subr.c6028 static struct knlist fs_knlist;
6178 struct knlist *knl; in vfs_kqfilter()
H A Duipc_socket.c3595 struct knlist *knl;
/f-stack/lib/
H A Dff_event.h225 struct knlist { struct