Home
last modified time | relevance | path

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

12

/freebsd/sys/kern/
H A Dsys_eventfd.c163 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 Dsubr_log.c238 KNOTE_LOCKED(&logsoftc.sc_selp.si_note, 0); in logtimeout()
H A Dtty_pts.c629 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 Dkern_jaildesc.c237 KNOTE_LOCKED(&jd->jd_selinfo.si_note, hint); in jaildesc_knote()
H A Dsys_procdesc.c321 KNOTE_LOCKED(&pd->pd_selinfo.si_note, NOTE_EXIT); in procdesc_exit()
H A Dkern_devctl.c426 KNOTE_LOCKED(&devsoftc.sel.si_note, 0); in devctl_queue()
H A Dsys_timerfd.c126 KNOTE_LOCKED(&tfd->tfd_sel.si_note, 0); in timerfd_wakeup()
H A Dvfs_aio.c910 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 Duipc_usrreq.c1368 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 Dtty.c1564 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 Dvfs_inotify.c605 KNOTE_LOCKED(&sc->sel.si_note, 0); in inotify_queue_record()
H A Dkern_exit.c631 KNOTE_LOCKED(p->p_klist, NOTE_EXIT); in exit1()
/freebsd/sys/sys/
H A Devent.h257 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) macro
/freebsd/sys/geom/
H A Dgeom_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/sys/netgraph/
H A Dng_device.c352 KNOTE_LOCKED(&priv->rsel.si_note, 0); in ng_device_rcvdata()
/freebsd/sys/net/
H A Dif_tuntap.c932 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 Du2f.c578 KNOTE_LOCKED(&sc->sc_rsel.si_note, 0); in u2f_notify()
H A Dhidraw.c1046 KNOTE_LOCKED(&sc->sc_rsel.si_note, 0); in hidraw_notify()
/freebsd/sys/dev/evdev/
H A Duinput.c463 KNOTE_LOCKED(&state->ucs_selp.si_note, 0); in uinput_notify()
H A Dcdev.c760 KNOTE_LOCKED(&client->ec_selp.si_note, 0); in evdev_notify_event()
/freebsd/sys/security/audit/
H A Daudit_pipe.c494 KNOTE_LOCKED(&ap->ap_selinfo.si_note, 0); in audit_pipe_append()
/freebsd/sys/dev/usb/
H A Dusb_dev.c793 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 Dfuse_ipc.c664 KNOTE_LOCKED(&ftick->tk_data->ks_rsel.si_note, 0); in fuse_insert_message()
/freebsd/sys/dev/gpio/
H A Dgpioc.c569 KNOTE_LOCKED(&priv->selinfo.si_note, 0); in gpioc_interrupt_handler()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1089 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()

12