Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dselinfo.h56 void selwakeup(struct selinfo *sip);
/f-stack/freebsd/sys/
H A Dselinfo.h58 void selwakeup(struct selinfo *sip);
/f-stack/freebsd/kern/
H A Dsys_eventfd.c179 selwakeup(&efd->efd_sel); in eventfd_read()
225 selwakeup(&efd->efd_sel); in eventfd_write()
H A Dtty_pts.c635 selwakeup(&psc->pts_outpoll); in ptsdrv_outwakeup()
645 selwakeup(&psc->pts_inpoll); in ptsdrv_inwakeup()
H A Dsys_procdesc.c319 selwakeup(&pd->pd_selinfo); in procdesc_exit()
H A Duipc_mqueue.c1807 selwakeup(&mq->mq_rsel); in _mqueue_send()
1946 selwakeup(&mq->mq_wsel); in _mqueue_recv()
2467 selwakeup(&mq->mq_rsel); in mqueue_fdclose()
2471 selwakeup(&mq->mq_wsel); in mqueue_fdclose()
H A Dtty.c1537 selwakeup(&tp->t_outpoll); in tty_wakeup()
1542 selwakeup(&tp->t_inpoll); in tty_wakeup()
H A Dsys_generic.c1835 selwakeup(struct selinfo *sip) in selwakeup() function
H A Dsubr_bus.c667 selwakeup(&devsoftc.sel); in devctl_queue()
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c778 selwakeup(&irq->sc_selinfo); in ti_pruss_intr()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h505 # define POLLWAKEUP(x) selwakeup(softc->ipf_selwait+x)