Home
last modified time | relevance | path

Searched refs:knote_get_kq (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_notify.c262 proc_t knote_proc = knote_get_kq(kn)->kq_p; in filt_memorystatus()
515 proc_t knote_proc = knote_get_kq(kn)->kq_p; in memorystatus_warn_process()
1000 p = proc_ref(knote_get_kq(kn)->kq_p, false); in memorystatus_pressure_proc_telemetry_send()
1066 proc_t p = knote_get_kq(kn)->kq_p; in memorystatus_klist_reset_all_for_level()
1144 p = proc_ref(knote_get_kq(kn)->kq_p, false); in vm_pressure_select_optimal_candidate_to_notify()
1276 …VENT(vm_pressure_event, VM_PRESSURE_EVENT, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p),… in vm_pressure_select_optimal_candidate_to_notify()
1277 …_pressure] sending event to pid %d with %llu resident\n", proc_getpid(knote_get_kq(kn_max)->kq_p),… in vm_pressure_select_optimal_candidate_to_notify()
1380 p = proc_ref(knote_get_kq(kn)->kq_p, false); in update_footprints_for_telemetry()
1580 target_proc = proc_ref(knote_get_kq(kn_max)->kq_p, false); in memorystatus_update_vm_pressure()
1621 proc_t knote_proc = knote_get_kq(kn_cur)->kq_p; in memorystatus_update_vm_pressure()
[all …]
H A Dkern_event.c781 struct kqueue *kq = knote_get_kq(kn); in knote_post()
1137 && (proc_getpid(knote_get_kq(kn)->kq_p) != kn->kn_proc->p_ppid)) { in filt_procevent()
1527 struct kqueue *kq = knote_get_kq(kn); in filt_timerexpire()
2347 struct kqueue *kq = knote_get_kq(kn); in filt_wlattach()
2542 struct kqueue *kq = knote_get_kq(kn); in kdp_workloop_sync_wait_find_owner()
2641 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wltouch()
2688 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlallow_drop()
2719 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlprocess()
2903 if (kq == knote_get_kq(kn)) { in kqueue_dealloc()
2925 if (kq == knote_get_kq(kn)) { in kqueue_dealloc()
[all …]
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_pset.c433 struct kqueue *kq = knote_get_kq(kn); in filt_machport_filter_result()
446 return kqueue_turnstile(knote_get_kq(kn)); in filt_ipc_kqueue_turnstile()
742 kqueue_alloc_turnstile(knote_get_kq(kn)); in filt_machportattach()
1095 struct kqueue *kq = knote_get_kq(kn); in filt_machportprocess()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c635 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, NULL, TRUE, in filt_chtouch()
697 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, &result, in filt_chprocess()
821 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, in filt_chrwattach()
875 revents = ch_event(ch, POLLIN, NULL, knote_get_kq(kn)->kq_p, in che_process_channel_event()
/xnu-8019.80.24/bsd/sys/
H A Devent.h813 knote_get_kq(struct knote *kn) in knote_get_kq() function