Searched refs:knlist (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | event.h | 226 struct knlist { struct 285 struct knlist *kn_knlist; /* f_attach populated */ 327 struct knlist; 331 void knote(struct knlist *list, long hint, int lockflags); 332 void knote_fork(struct knlist *list, int pid); 333 struct knlist *knlist_alloc(struct mtx *lock); 334 void knlist_detach(struct knlist *knl); 337 int knlist_empty(struct knlist *knl); 340 void knlist_init_mtx(struct knlist *knl, struct mtx *lock); 341 void knlist_destroy(struct knlist *knl); [all …]
|
| H A D | selinfo.h | 48 struct knlist si_note; /* kernel note list */
|
| H A D | aio.h | 151 struct knlist klist; /* (a) list of knotes */
|
| H A D | proc.h | 752 struct knlist *p_klist; /* (c) Knotes attached to this proc. */
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_event.c | 247 static struct knlist * 250 struct knlist *knl; in kn_list_lock() 259 kn_list_unlock(struct knlist *knl) in kn_list_unlock() 528 knote_fork(struct knlist *list, int pid) in knote_fork() 1495 struct knlist *knl; in kqueue_register() 1920 struct knlist *knl; in kqueue_scan() 2482 knlist_empty(struct knlist *knl) in knlist_empty() 2554 struct knlist * 2557 struct knlist *knl; in knlist_alloc() 2565 knlist_destroy(struct knlist *knl) in knlist_destroy() [all …]
|
| H A D | vfs_aio.c | 256 struct knlist klist; /* (a) list of knotes */ 2650 struct knlist *knl; in filt_aiodetach() 2700 struct knlist *knl; in filt_liodetach()
|
| H A D | vfs_subr.c | 6391 static struct knlist fs_knlist; 6542 struct knlist *knl; in vfs_kqfilter()
|
| H A D | uipc_socket.c | 4462 struct knlist *knl;
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | freebsd_event.h | 33 void knlist_init_sx(struct knlist *knl, struct sx *lock);
|
| /freebsd-14.2/sys/dev/gpio/ |
| H A D | gpioc.c | 987 struct knlist *knlist; in gpioc_kqfilter() local 1006 knlist = &priv->selinfo.si_note; in gpioc_kqfilter() 1007 knlist_add(knlist, kn, 0); in gpioc_kqfilter() 1039 struct knlist *knlist = &priv->selinfo.si_note; in gpioc_kqdetach() local 1041 knlist_remove(knlist, kn, 0); in gpioc_kqdetach()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | event_os.c | 73 knlist_init_sx(struct knlist *knl, struct sx *lock) in knlist_init_sx()
|
| /freebsd-14.2/sys/dev/cyapa/ |
| H A D | cyapa.c | 1113 struct knlist *knlist; in cyapakqfilter() local 1125 knlist = &sc->selinfo.si_note; in cyapakqfilter() 1126 knlist_add(knlist, kn, 0); in cyapakqfilter() 1158 struct knlist *knlist; in cyapafiltdetach() local 1162 knlist = &sc->selinfo.si_note; in cyapafiltdetach() 1163 knlist_remove(knlist, kn, 0); in cyapafiltdetach()
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | conf.c | 1561 if (knlist(Nl, 1, sizeof(Nl[0])) < 0) in getla()
|