Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/ipc/
H A Dipc_pset.c347 struct kqueue *kqwl = knote_get_kq(kn); in filt_port_filter_result()
379 struct kqueue *kq = knote_get_kq(kn); in filt_port_filter_result()
392 return kqueue_turnstile(knote_get_kq(kn)); in filt_ipc_kqueue_turnstile()
782 kqueue_alloc_turnstile(knote_get_kq(kn)); in filt_machportattach()
858 struct kqueue *kq = knote_get_kq(kn); in filt_portdetach()
1129 struct kqueue *kq = knote_get_kq(kn); in filt_machportprocess()
1139 struct kqueue *kqwl = knote_get_kq(kn); in filt_machportprocess()
/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c250 proc_t knote_proc = knote_get_kq(kn)->kq_p; in filt_memorystatus()
494 proc_t knote_proc = knote_get_kq(kn)->kq_p; in memorystatus_warn_process()
995 p = proc_ref(knote_get_kq(kn)->kq_p, false); in memorystatus_pressure_proc_telemetry_send()
1048 proc_t p = knote_get_kq(kn)->kq_p; in memorystatus_klist_reset_all_for_level()
1126 p = proc_ref(knote_get_kq(kn)->kq_p, false); in vm_pressure_select_optimal_candidate_to_notify()
1258 …(vm_pressure_event, DBG_VM_PRESSURE_EVENT, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p),… in vm_pressure_select_optimal_candidate_to_notify()
1259 …_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()
1443 p = proc_ref(knote_get_kq(kn)->kq_p, false); in update_footprints_for_telemetry()
1664 target_proc = proc_ref(knote_get_kq(kn_max)->kq_p, false); in memorystatus_update_vm_pressure()
1705 proc_t knote_proc = knote_get_kq(kn_cur)->kq_p; in memorystatus_update_vm_pressure()
[all …]
H A Dkern_event.c814 struct kqueue *kq = knote_get_kq(kn); in knote_post()
1205 && (proc_getpid(knote_get_kq(kn)->kq_p) != kn->kn_proc->p_ppid)) { in filt_procevent()
1595 struct kqueue *kq = knote_get_kq(kn); in filt_timerexpire()
1785 if (kev->qos && (knote_get_kq(kn)->kq_state & KQ_WORKLOOP) && in filt_timertouch()
2423 struct kqueue *kq = knote_get_kq(kn); in filt_wlattach()
2618 struct kqueue *kq = knote_get_kq(kn); in kdp_workloop_sync_wait_find_owner()
2717 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wltouch()
2764 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlallow_drop()
2795 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlprocess()
2979 if (kq == knote_get_kq(kn)) { in kqueue_dealloc()
[all …]
/xnu-12377.1.9/bsd/sys/
H A Devent_private.h516 knote_get_kq(struct knote *kn) in knote_get_kq() function
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c632 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, NULL, TRUE, in filt_chtouch()
699 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, &result, in filt_chprocess()
823 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, in filt_chrwattach()
877 revents = ch_event(ch, POLLIN, NULL, knote_get_kq(kn)->kq_p, in che_process_channel_event()