Home
last modified time | relevance | path

Searched refs:KNOTE (Results 1 – 19 of 19) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c652 KNOTE(&memorystatus_klist, 0); in memorystatus_warn_process()
763 KNOTE(&memorystatus_klist, kMemorystatusLowSwap); in memorystatus_send_low_swap_note()
1725KNOTE(&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 Dsys_pipe.c718 KNOTE(&cpipe->pipe_sel.si_note, 1); in pipeselwakeup()
1377 KNOTE(&ppipe->pipe_sel.si_note, 1); in pipeclose()
H A Dtty_dev.c460 KNOTE(&sip->si_note, hint); in ptcwakeup_knote()
H A Duipc_socket2.c647 KNOTE(&sb->sb_sel.si_note, SO_FILT_HINT_LOCKED); in sowakeup()
2708 KNOTE(&so->so_klist, hint); in soevent()
H A Dkern_aio.c2157 KNOTE(&aio_klist, 1); in do_aio_completion_and_unlock()
H A Dtty.c2860 KNOTE(&sip->si_note, hint); in ttwakeup_knote()
H A Duipc_socket.c1325 KNOTE(&so->so_klist, SO_FILT_HINT_LOCKED); in soclose_locked()
6422 KNOTE(&so->so_rcv.sb_sel.si_note, in sohasoutofband()
H A Dkern_proc.c4599 KNOTE(&p->p_klist, hint); in proc_knote()
H A Dkern_event.c5224 KNOTE(&kqf->kqf_sel.si_note, hint);
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_mqueue.c568 KNOTE(&port->ip_klist, 0); in ipc_mqueue_override_send_locked()
709 KNOTE(&port->ip_klist, 0); in ipc_mqueue_post()
H A Dipc_pset.c923 KNOTE(&ips_from_waitq(wqs)->ips_klist, (long)waitq); in ipc_pset_prepost()
H A Dipc_port.c3410 KNOTE(&port->ip_klist, 0); in ipc_port_update_qos_n_iotier()
/xnu-12377.1.9/bsd/sys/
H A Devent_private.h838 #define KNOTE(list, hint) knote(list, hint, false) macro
/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.c1700 KNOTE(&exclaves_resource->r_notification.notification_klist, event_mask); in exclaves_notification_signal()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c4766 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 Dvfs_fsevents.c2906 KNOTE(&watcher->fseh->knotes, NOTE_WRITE | NOTE_NONE); in fsevents_wakeup()
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c343 KNOTE(&si->si_note, hint); in csi_selwakeup()
/xnu-12377.1.9/bsd/net/
H A Dbpf.c1566 KNOTE(&d->bd_sel.si_note, 1); in bpf_wakeup()
H A Dnecp_client.c924 KNOTE(&si->si_note, 1); // notification in necp_fd_notify()