| /freebsd/sys/kern/ |
| H A D | sys_eventfd.c | 163 KNOTE_LOCKED(&efd->efd_sel.si_note, 0); in eventfd_wakeup() 222 KNOTE_LOCKED(&efd->efd_sel.si_note, 0); in eventfd_read()
|
| H A D | subr_log.c | 238 KNOTE_LOCKED(&logsoftc.sc_selp.si_note, 0); in logtimeout()
|
| H A D | tty_pts.c | 629 KNOTE_LOCKED(&psc->pts_outpoll.si_note, 0); in ptsdrv_outwakeup() 639 KNOTE_LOCKED(&psc->pts_inpoll.si_note, 0); in ptsdrv_inwakeup()
|
| H A D | kern_jaildesc.c | 237 KNOTE_LOCKED(&jd->jd_selinfo.si_note, hint); in jaildesc_knote()
|
| H A D | sys_procdesc.c | 321 KNOTE_LOCKED(&pd->pd_selinfo.si_note, NOTE_EXIT); in procdesc_exit()
|
| H A D | kern_devctl.c | 426 KNOTE_LOCKED(&devsoftc.sel.si_note, 0); in devctl_queue()
|
| H A D | sys_timerfd.c | 126 KNOTE_LOCKED(&tfd->tfd_sel.si_note, 0); in timerfd_wakeup()
|
| H A D | vfs_aio.c | 910 KNOTE_LOCKED(&job->klist, 1); in aio_bio_done_notify() 915 KNOTE_LOCKED(&lj->klist, 1); in aio_bio_done_notify() 2352 KNOTE_LOCKED(&lj->klist, 1); in kern_lio_listio()
|
| H A D | uipc_usrreq.c | 1368 KNOTE_LOCKED(&sel->si_note, 0); in uipc_wakeup_writer() 1379 KNOTE_LOCKED(&so->so_rdsel.si_note, 0); in uipc_cantrcvmore() 3105 KNOTE_LOCKED(&sb->sb_sel->si_note, 0); in unp_soisconnected() 3182 KNOTE_LOCKED(&so->so_snd.sb_sel->si_note, 0); in unp_soisdisconnected()
|
| H A D | tty.c | 1564 KNOTE_LOCKED(&tp->t_outpoll.si_note, 0); in tty_wakeup() 1569 KNOTE_LOCKED(&tp->t_inpoll.si_note, 0); in tty_wakeup()
|
| H A D | vfs_inotify.c | 605 KNOTE_LOCKED(&sc->sel.si_note, 0); in inotify_queue_record()
|
| H A D | kern_exit.c | 631 KNOTE_LOCKED(p->p_klist, NOTE_EXIT); in exit1()
|
| /freebsd/sys/sys/ |
| H A D | event.h | 257 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) macro
|
| /freebsd/sys/geom/ |
| H A D | geom_dev.c | 472 KNOTE_LOCKED(&sc->sc_selinfo.si_note, NOTE_OPEN); in g_dev_open() 519 KNOTE_LOCKED(&sc->sc_selinfo.si_note, NOTE_CLOSE | (w ? NOTE_CLOSE_WRITE : 0)); in g_dev_close()
|
| /freebsd/sys/netgraph/ |
| H A D | ng_device.c | 352 KNOTE_LOCKED(&priv->rsel.si_note, 0); in ng_device_rcvdata()
|
| /freebsd/sys/net/ |
| H A D | if_tuntap.c | 932 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart() 993 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart_l2() 1290 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tundtor()
|
| /freebsd/sys/dev/hid/ |
| H A D | u2f.c | 578 KNOTE_LOCKED(&sc->sc_rsel.si_note, 0); in u2f_notify()
|
| H A D | hidraw.c | 1046 KNOTE_LOCKED(&sc->sc_rsel.si_note, 0); in hidraw_notify()
|
| /freebsd/sys/dev/evdev/ |
| H A D | uinput.c | 463 KNOTE_LOCKED(&state->ucs_selp.si_note, 0); in uinput_notify()
|
| H A D | cdev.c | 760 KNOTE_LOCKED(&client->ec_selp.si_note, 0); in evdev_notify_event()
|
| /freebsd/sys/security/audit/ |
| H A D | audit_pipe.c | 494 KNOTE_LOCKED(&ap->ap_selinfo.si_note, 0); in audit_pipe_append()
|
| /freebsd/sys/dev/usb/ |
| H A D | usb_dev.c | 793 KNOTE_LOCKED(&f->selinfo.si_note, 0); in usb_fifo_close() 1750 KNOTE_LOCKED(&f->selinfo.si_note, 0); in usb_fifo_wakeup()
|
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_ipc.c | 664 KNOTE_LOCKED(&ftick->tk_data->ks_rsel.si_note, 0); in fuse_insert_message()
|
| /freebsd/sys/dev/gpio/ |
| H A D | gpioc.c | 569 KNOTE_LOCKED(&priv->selinfo.si_note, 0); in gpioc_interrupt_handler()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1089 KNOTE_LOCKED(&filp->f_selinfo.si_note, 1); in linux_poll_wakeup() 1219 KNOTE_LOCKED(&filp->f_selinfo.si_note, 0); in linux_file_kqfilter_poll()
|