Home
last modified time | relevance | path

Searched refs:KNOTE_LOCKED (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14-stable/sys/kern/
HDsys_eventfd.c172 KNOTE_LOCKED(&efd->efd_sel.si_note, 0); in eventfd_read()
218 KNOTE_LOCKED(&efd->efd_sel.si_note, 0); in eventfd_write()
HDsubr_log.c240 KNOTE_LOCKED(&logsoftc.sc_selp.si_note, 0); in logtimeout()
HDtty_pts.c628 KNOTE_LOCKED(&psc->pts_outpoll.si_note, 0); in ptsdrv_outwakeup()
638 KNOTE_LOCKED(&psc->pts_inpoll.si_note, 0); in ptsdrv_inwakeup()
HDsys_procdesc.c321 KNOTE_LOCKED(&pd->pd_selinfo.si_note, NOTE_EXIT); in procdesc_exit()
HDkern_devctl.c425 KNOTE_LOCKED(&devsoftc.sel.si_note, 0); in devctl_queue()
HDsys_timerfd.c422 KNOTE_LOCKED(&tfd->tfd_sel.si_note, 0); in timerfd_expire()
HDvfs_aio.c899 KNOTE_LOCKED(&job->klist, 1); in aio_bio_done_notify()
904 KNOTE_LOCKED(&lj->klist, 1); in aio_bio_done_notify()
2338 KNOTE_LOCKED(&lj->klist, 1); in kern_lio_listio()
HDtty.c1559 KNOTE_LOCKED(&tp->t_outpoll.si_note, 0); in tty_wakeup()
1564 KNOTE_LOCKED(&tp->t_inpoll.si_note, 0); in tty_wakeup()
HDkern_exit.c633 KNOTE_LOCKED(p->p_klist, NOTE_EXIT); in exit1()
HDuipc_mqueue.c1799 KNOTE_LOCKED(&mq->mq_rsel.si_note, 0); in _mqueue_send()
1938 KNOTE_LOCKED(&mq->mq_wsel.si_note, 0); in _mqueue_recv()
HDuipc_sockbuf.c493 KNOTE_LOCKED(&sb->sb_sel->si_note, 0); in sowakeup()
/freebsd-14-stable/sys/dev/beri/
HDberi_ring.c175 KNOTE_LOCKED(&sc->beri_rsel.si_note, 0); in beri_intr_write()
195 KNOTE_LOCKED(&sc->beri_rsel.si_note, 0); in beri_intr_read()
/freebsd-14-stable/sys/sys/
HDevent.h244 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) macro
/freebsd-14-stable/sys/geom/
HDgeom_dev.c472 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-14-stable/sys/net/
HDif_tuntap.c870 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart()
931 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart_l2()
1205 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tundtor()
/freebsd-14-stable/sys/dev/evdev/
HDuinput.c462 KNOTE_LOCKED(&state->ucs_selp.si_note, 0); in uinput_notify()
HDcdev.c759 KNOTE_LOCKED(&client->ec_selp.si_note, 0); in evdev_notify_event()
/freebsd-14-stable/sys/security/audit/
HDaudit_pipe.c494 KNOTE_LOCKED(&ap->ap_selinfo.si_note, 0); in audit_pipe_append()
/freebsd-14-stable/sys/dev/usb/
HDusb_dev.c794 KNOTE_LOCKED(&f->selinfo.si_note, 0); in usb_fifo_close()
1749 KNOTE_LOCKED(&f->selinfo.si_note, 0); in usb_fifo_wakeup()
/freebsd-14-stable/sys/fs/fuse/
HDfuse_ipc.c674 KNOTE_LOCKED(&ftick->tk_data->ks_rsel.si_note, 0); in fuse_insert_message()
/freebsd-14-stable/sys/dev/gpio/
HDgpioc.c551 KNOTE_LOCKED(&priv->selinfo.si_note, 0); in gpioc_interrupt_handler()
/freebsd-14-stable/sys/dev/hid/
HDhidraw.c1039 KNOTE_LOCKED(&sc->sc_rsel.si_note, 0); in hidraw_notify()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_compat.c1084 KNOTE_LOCKED(&filp->f_selinfo.si_note, 1); in linux_poll_wakeup()
1160 KNOTE_LOCKED(&filp->f_selinfo.si_note, 0); in linux_file_kqfilter_poll()
/freebsd-14-stable/sys/fs/cuse/
HDcuse.c1063 KNOTE_LOCKED(&pcs->selinfo.si_note, 0); in cuse_server_wakeup_locked()
/freebsd-14-stable/sys/dev/cyapa/
HDcyapa.c335 KNOTE_LOCKED(&sc->selinfo.si_note, 0); in cyapa_notify()

12