Searched refs:KNOTE_LOCKED (Results 1 – 20 of 20) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sys_eventfd.c | 178 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 D | subr_log.c | 242 KNOTE_LOCKED(&logsoftc.sc_selp.si_note, 0); in logtimeout()
|
| H A D | tty_pts.c | 636 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 D | sys_procdesc.c | 321 KNOTE_LOCKED(&pd->pd_selinfo.si_note, NOTE_EXIT); in procdesc_exit()
|
| H A D | vfs_aio.c | 901 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 D | tty.c | 1538 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 D | kern_exit.c | 592 KNOTE_LOCKED(p->p_klist, NOTE_EXIT); in exit1()
|
| H A D | uipc_mqueue.c | 1809 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 D | sys_pipe.c | 670 KNOTE_LOCKED(&cpipe->pipe_sel.si_note, 0); in pipeselwakeup()
|
| H A D | uipc_sockbuf.c | 508 KNOTE_LOCKED(&sb->sb_sel->si_note, 0); in sowakeup()
|
| H A D | kern_exec.c | 842 KNOTE_LOCKED(p->p_klist, NOTE_EXEC); in do_execve()
|
| H A D | kern_event.c | 1774 KNOTE_LOCKED(&kq->kq_sel.si_note, 0); in kqueue_task()
|
| H A D | uipc_socket.c | 989 KNOTE_LOCKED(&sol->so_rdsel.si_note, 0);
|
| H A D | kern_sig.c | 2188 KNOTE_LOCKED(p->p_klist, NOTE_SIGNAL | sig); in tdsendsignal()
|
| H A D | subr_bus.c | 665 KNOTE_LOCKED(&devsoftc.sel.si_note, 0); in devctl_queue()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 175 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) macro
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 241 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) macro
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 858 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 D | bpf.c | 1128 KNOTE_LOCKED(&d->bd_sel.si_note, 0); in bpf_wakeup()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_pipe.c | 496 KNOTE_LOCKED(&ap->ap_selinfo.si_note, 0); in audit_pipe_append()
|