Searched refs:KNOTE (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dvm_pressure.c232 KNOTE(&vm_pressure_klist, target_pid);
253 KNOTE(&vm_pressure_klist, pid);
341 KNOTE(&dispatch_klist, target_pid);
H A Dsys_pipe.c694 KNOTE(&cpipe->pipe_sel.si_note, 1);
1318 KNOTE(&ppipe->pipe_sel.si_note, 1);
1437 * if hint == 1, we're being called back via the KNOTE post
1476 * if hint == 1, we're being called back via the KNOTE post
H A Duipc_socket2.c588 KNOTE(&sb->sb_sel.si_note, SO_FILT_HINT_LOCKED);
1857 KNOTE(&so->so_klist, hint);
H A Dkern_event.c767 KNOTE(&timer_list, 1);
2634 KNOTE(&kq->kq_sel.si_note, 0);
H A Dtty.c2660 KNOTE(&tp->t_rsel.si_note, 1);
2692 KNOTE(&tp->t_wsel.si_note, 1);
H A Dkern_proc.c2682 KNOTE(&p->p_klist, hint);
H A Duipc_socket.c1059 KNOTE(&so->so_klist, SO_FILT_HINT_LOCKED);
/darwin-on-arm/xnu/bsd/sys/
H A Devent.h238 * passed to KNOTE(). If NOTE_SIGNAL is passed as a hint, then the lower bits
415 #define KNOTE(list, hint) knote(list, hint) macro
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c1010 KNOTE(&d->bd_sel.si_note, 1);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c2229 KNOTE(&watcher->fseh->knotes, NOTE_WRITE|NOTE_NONE);
H A Dvfs_subr.c3167 KNOTE(&fs_klist, event);
4447 KNOTE(&vp->v_knotes, NOTE_REVOKE);
8090 KNOTE(&vp->v_knotes, kevent_num);

Completed in 178 milliseconds