Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_eventfd.c178 KNOTE_LOCKED(&efd->efd_sel.si_note, 0); in eventfd_read()
224 KNOTE_LOCKED(&efd->efd_sel.si_note, 0); in eventfd_write()
H A Dsubr_log.c242 KNOTE_LOCKED(&logsoftc.sc_selp.si_note, 0); in logtimeout()
H A Dtty_pts.c636 KNOTE_LOCKED(&psc->pts_outpoll.si_note, 0); in ptsdrv_outwakeup()
646 KNOTE_LOCKED(&psc->pts_inpoll.si_note, 0); in ptsdrv_inwakeup()
H A Dsys_procdesc.c321 KNOTE_LOCKED(&pd->pd_selinfo.si_note, NOTE_EXIT); in procdesc_exit()
H A Dvfs_aio.c901 KNOTE_LOCKED(&job->klist, 1); in aio_bio_done_notify()
906 KNOTE_LOCKED(&lj->klist, 1); in aio_bio_done_notify()
2326 KNOTE_LOCKED(&lj->klist, 1); in kern_lio_listio()
H A Dtty.c1538 KNOTE_LOCKED(&tp->t_outpoll.si_note, 0); in tty_wakeup()
1543 KNOTE_LOCKED(&tp->t_inpoll.si_note, 0); in tty_wakeup()
H A Dkern_exit.c592 KNOTE_LOCKED(p->p_klist, NOTE_EXIT); in exit1()
H A Duipc_mqueue.c1809 KNOTE_LOCKED(&mq->mq_rsel.si_note, 0); in _mqueue_send()
1948 KNOTE_LOCKED(&mq->mq_wsel.si_note, 0); in _mqueue_recv()
H A Dsys_pipe.c670 KNOTE_LOCKED(&cpipe->pipe_sel.si_note, 0); in pipeselwakeup()
H A Duipc_sockbuf.c508 KNOTE_LOCKED(&sb->sb_sel->si_note, 0); in sowakeup()
H A Dkern_exec.c842 KNOTE_LOCKED(p->p_klist, NOTE_EXEC); in do_execve()
H A Dkern_event.c1774 KNOTE_LOCKED(&kq->kq_sel.si_note, 0); in kqueue_task()
H A Duipc_socket.c989 KNOTE_LOCKED(&sol->so_rdsel.si_note, 0);
H A Dkern_sig.c2188 KNOTE_LOCKED(p->p_klist, NOTE_SIGNAL | sig); in tdsendsignal()
H A Dsubr_bus.c665 KNOTE_LOCKED(&devsoftc.sel.si_note, 0); in devctl_queue()
/f-stack/tools/compat/include/sys/
H A Devent.h175 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) macro
/f-stack/freebsd/sys/
H A Devent.h241 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) macro
/f-stack/freebsd/net/
H A Dif_tuntap.c858 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart()
919 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart_l2()
1175 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tundtor()
H A Dbpf.c1128 KNOTE_LOCKED(&d->bd_sel.si_note, 0); in bpf_wakeup()
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c496 KNOTE_LOCKED(&ap->ap_selinfo.si_note, 0); in audit_pipe_append()