Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/ipc/
H A Dipc_pset.c304 struct kqueue *kqwl = knote_get_kq(kn); in filt_machport_filter_result()
324 struct kqueue *kq = knote_get_kq(kn); in filt_machport_filter_result()
337 return kqueue_turnstile(knote_get_kq(kn)); in filt_ipc_kqueue_turnstile()
633 kqueue_alloc_turnstile(knote_get_kq(kn)); in filt_machportattach()
774 struct kqueue *kq = knote_get_kq(kn); in filt_machportdetach()
986 struct kqueue *kq = knote_get_kq(kn); in filt_machportprocess()
995 struct kqueue *kqwl = knote_get_kq(kn); in filt_machportprocess()
/xnu-8020.140.41/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.c782 struct kqueue *kq = knote_get_kq(kn); in knote_post()
1142 && (proc_getpid(knote_get_kq(kn)->kq_p) != kn->kn_proc->p_ppid)) { in filt_procevent()
1532 struct kqueue *kq = knote_get_kq(kn); in filt_timerexpire()
2352 struct kqueue *kq = knote_get_kq(kn); in filt_wlattach()
2547 struct kqueue *kq = knote_get_kq(kn); in kdp_workloop_sync_wait_find_owner()
2646 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wltouch()
2693 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlallow_drop()
2724 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlprocess()
2908 if (kq == knote_get_kq(kn)) { in kqueue_dealloc()
2930 if (kq == knote_get_kq(kn)) { in kqueue_dealloc()
[all …]
/xnu-8020.140.41/bsd/skywalk/channel/
H A Dchannel.c626 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, NULL, TRUE, in filt_chtouch()
688 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, &result, in filt_chprocess()
812 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, in filt_chrwattach()
866 revents = ch_event(ch, POLLIN, NULL, knote_get_kq(kn)->kq_p, in che_process_channel_event()
/xnu-8020.140.41/bsd/sys/
H A Devent.h813 knote_get_kq(struct knote *kn) in knote_get_kq() function