Searched refs:KNOTE (Results 1 – 19 of 19) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 652 KNOTE(&memorystatus_klist, 0); in memorystatus_warn_process() 763 KNOTE(&memorystatus_klist, kMemorystatusLowSwap); in memorystatus_send_low_swap_note() 1725 …KNOTE(&dispatch_klist, (level_snapshot != kVMPressureNormal) ? kMemorystatusPressure : kMemorystat… in memorystatus_update_vm_pressure() 2038 KNOTE(&memorystatus_klist, pressured ? kMemorystatusPressure : kMemorystatusNoPressure); 2134 KNOTE(&memorystatus_klist, 0);
|
| H A D | sys_pipe.c | 718 KNOTE(&cpipe->pipe_sel.si_note, 1); in pipeselwakeup() 1377 KNOTE(&ppipe->pipe_sel.si_note, 1); in pipeclose()
|
| H A D | tty_dev.c | 460 KNOTE(&sip->si_note, hint); in ptcwakeup_knote()
|
| H A D | uipc_socket2.c | 647 KNOTE(&sb->sb_sel.si_note, SO_FILT_HINT_LOCKED); in sowakeup() 2708 KNOTE(&so->so_klist, hint); in soevent()
|
| H A D | kern_aio.c | 2157 KNOTE(&aio_klist, 1); in do_aio_completion_and_unlock()
|
| H A D | tty.c | 2860 KNOTE(&sip->si_note, hint); in ttwakeup_knote()
|
| H A D | uipc_socket.c | 1325 KNOTE(&so->so_klist, SO_FILT_HINT_LOCKED); in soclose_locked() 6422 KNOTE(&so->so_rcv.sb_sel.si_note, in sohasoutofband()
|
| H A D | kern_proc.c | 4599 KNOTE(&p->p_klist, hint); in proc_knote()
|
| H A D | kern_event.c | 5224 KNOTE(&kqf->kqf_sel.si_note, hint);
|
| /xnu-12377.1.9/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 568 KNOTE(&port->ip_klist, 0); in ipc_mqueue_override_send_locked() 709 KNOTE(&port->ip_klist, 0); in ipc_mqueue_post()
|
| H A D | ipc_pset.c | 923 KNOTE(&ips_from_waitq(wqs)->ips_klist, (long)waitq); in ipc_pset_prepost()
|
| H A D | ipc_port.c | 3410 KNOTE(&port->ip_klist, 0); in ipc_port_update_qos_n_iotier()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | event_private.h | 838 #define KNOTE(list, hint) knote(list, hint, false) macro
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | exclaves_resource.c | 1700 KNOTE(&exclaves_resource->r_notification.notification_klist, event_mask); in exclaves_notification_signal()
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 4766 KNOTE(&fs_klist, event); in vfs_event_signal() 6944 KNOTE(&vp->v_knotes, NOTE_REVOKE); in vnode_reclaim_internal() 11761 KNOTE(&vp->v_knotes, kevent_num); in lock_vnode_and_post() 13183 KNOTE(&vp->v_knotes, event); in send_lease_break_event()
|
| H A D | vfs_fsevents.c | 2906 KNOTE(&watcher->fseh->knotes, NOTE_WRITE | NOTE_NONE); in fsevents_wakeup()
|
| /xnu-12377.1.9/bsd/skywalk/channel/ |
| H A D | channel.c | 343 KNOTE(&si->si_note, hint); in csi_selwakeup()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | bpf.c | 1566 KNOTE(&d->bd_sel.si_note, 1); in bpf_wakeup()
|
| H A D | necp_client.c | 924 KNOTE(&si->si_note, 1); // notification in necp_fd_notify()
|