Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_notify.c1044 is_knote_registered_modify_task_pressure_bits(struct knote *kn_max, int knote_pressure_level, task_… in is_knote_registered_modify_task_pressure_bits() argument
1046 if (kn_max->kn_sfflags & knote_pressure_level) { in is_knote_registered_modify_task_pressure_bits()
1097 struct knote *kn = NULL, *kn_max = NULL; in vm_pressure_select_optimal_candidate_to_notify() local
1195 kn_max = kn; in vm_pressure_select_optimal_candidate_to_notify()
1263 kn_max = kn; in vm_pressure_select_optimal_candidate_to_notify()
1275 if (kn_max) { in vm_pressure_select_optimal_candidate_to_notify()
1276 …essure_event, VM_PRESSURE_EVENT, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p), resident_… in vm_pressure_select_optimal_candidate_to_notify()
1277 … sending event to pid %d with %llu resident\n", proc_getpid(knote_get_kq(kn_max)->kq_p), resident_… in vm_pressure_select_optimal_candidate_to_notify()
1280 return kn_max; in vm_pressure_select_optimal_candidate_to_notify()
1402 struct knote *kn_max = NULL; in memorystatus_update_vm_pressure() local
[all …]