Searched refs:kq_p (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | eventvar.h | 161 struct proc *kq_p; /* process containing kqueue */ member 181 #define kqf_p kqf_kqueue.kq_p 222 #define kqwq_p kqwq_kqueue.kq_p 433 #define kqwl_p kqwl_kqueue.kq_p
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 263 proc_t knote_proc = knote_get_kq(kn)->kq_p; in filt_memorystatus() 516 proc_t knote_proc = knote_get_kq(kn)->kq_p; in memorystatus_warn_process() 1001 p = proc_ref(knote_get_kq(kn)->kq_p, false); in memorystatus_pressure_proc_telemetry_send() 1067 proc_t p = knote_get_kq(kn)->kq_p; in memorystatus_klist_reset_all_for_level() 1145 p = proc_ref(knote_get_kq(kn)->kq_p, false); in vm_pressure_select_optimal_candidate_to_notify() 1277 …vent, VM_PRESSURE_EVENT, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p), resident_max, 0, … in vm_pressure_select_optimal_candidate_to_notify() 1278 …ding event to pid %d with %llu resident\n", proc_getpid(knote_get_kq(kn_max)->kq_p), resident_max); in vm_pressure_select_optimal_candidate_to_notify() 1386 p = proc_ref(knote_get_kq(kn)->kq_p, false); in update_footprints_for_telemetry() 1586 target_proc = proc_ref(knote_get_kq(kn_max)->kq_p, false); in memorystatus_update_vm_pressure() 1627 proc_t knote_proc = knote_get_kq(kn_cur)->kq_p; in memorystatus_update_vm_pressure() [all …]
|
| H A D | kern_event.c | 1135 && (proc_getpid(knote_get_kq(kn)->kq_p) != kn->kn_proc->p_ppid)) { in filt_procevent() 2899 struct proc *p = kq->kq_p; in kqueue_dealloc() 3793 struct proc *p = kq->kq_p; in kevent_register() 4951 if (current_proc() == kq->kq_p) { in kqueue_threadreq_can_use_ast() 4996 if (workq_is_exiting(kqu.kq->kq_p)) { in kqueue_threadreq_initiate() 5041 if (!workq_kern_threadreq_initiate(kqu.kq->kq_p, kqr, ts, qos, flags)) { in kqueue_threadreq_initiate() 5115 workq_kern_threadreq_modify(kqu.kq->kq_p, kqr, qos, flags); in kqueue_threadreq_modify() 6144 if (kq->kq_p != p) { in knote_fdclose() 6146 __func__, kq->kq_p, p); in knote_fdclose() 6666 workq_kern_threadreq_redrive(kqu.kq->kq_p, WORKQ_THREADREQ_NONE); in knote_apply_touch() [all …]
|
| /xnu-8796.121.2/tools/lldbmacros/ |
| H A D | kevent.py | 159 proc = kq.kq_p 247 print(GetWorkqueueThreadRequestSummary(kq.kq_p, kqwq.kqwq_request[i])) 287 print(GetWorkqueueThreadRequestSummary(kqwl.kqwl_kqueue.kq_p, kqwl.kqwl_request))
|
| H A D | scheduler.py | 1093 proc = kqueue.kq_p
|
| /xnu-8796.121.2/bsd/skywalk/channel/ |
| H A D | channel.c | 624 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, NULL, TRUE, in filt_chtouch() 686 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, &result, in filt_chprocess() 810 revents = ch_event(ch, events, NULL, knote_get_kq(kn)->kq_p, in filt_chrwattach() 864 revents = ch_event(ch, POLLIN, NULL, knote_get_kq(kn)->kq_p, in che_process_channel_event()
|