Home
last modified time | relevance | path

Searched refs:kq_p (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Deventvar.h161 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-8792.81.2/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, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p), resident_max, 0, … in vm_pressure_select_optimal_candidate_to_notify()
1277 …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()
1385 p = proc_ref(knote_get_kq(kn)->kq_p, false); in update_footprints_for_telemetry()
1585 target_proc = proc_ref(knote_get_kq(kn_max)->kq_p, false); in memorystatus_update_vm_pressure()
1626 proc_t knote_proc = knote_get_kq(kn_cur)->kq_p; in memorystatus_update_vm_pressure()
[all …]
H A Dkern_event.c1142 && (proc_getpid(knote_get_kq(kn)->kq_p) != kn->kn_proc->p_ppid)) { in filt_procevent()
2906 struct proc *p = kq->kq_p; in kqueue_dealloc()
3800 struct proc *p = kq->kq_p; in kevent_register()
4958 if (current_proc() == kq->kq_p) { in kqueue_threadreq_can_use_ast()
5003 if (workq_is_exiting(kqu.kq->kq_p)) { in kqueue_threadreq_initiate()
5048 if (!workq_kern_threadreq_initiate(kqu.kq->kq_p, kqr, ts, qos, flags)) { in kqueue_threadreq_initiate()
5122 workq_kern_threadreq_modify(kqu.kq->kq_p, kqr, qos, flags); in kqueue_threadreq_modify()
6124 if (kq->kq_p != p) { in knote_fdclose()
6126 __func__, kq->kq_p, p); in knote_fdclose()
6633 workq_kern_threadreq_redrive(kqu.kq->kq_p, WORKQ_THREADREQ_NONE); in knote_apply_touch()
[all …]
/xnu-8792.81.2/tools/lldbmacros/
H A Dkevent.py156 proc = kq.kq_p
244 print(GetWorkqueueThreadRequestSummary(kq.kq_p, kqwq.kqwq_request[i]))
284 print(GetWorkqueueThreadRequestSummary(kqwl.kqwl_kqueue.kq_p, kqwl.kqwl_request))
H A Dscheduler.py1092 proc = kqueue.kq_p
/xnu-8792.81.2/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()