Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c1026 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
1028 if (kn_max->kn_sfflags & knote_pressure_level) { in is_knote_registered_modify_task_pressure_bits()
1079 struct knote *kn = NULL, *kn_max = NULL; in vm_pressure_select_optimal_candidate_to_notify() local
1177 kn_max = kn; in vm_pressure_select_optimal_candidate_to_notify()
1245 kn_max = kn; in vm_pressure_select_optimal_candidate_to_notify()
1257 if (kn_max) { in vm_pressure_select_optimal_candidate_to_notify()
1258 …re_event, DBG_VM_PRESSURE_EVENT, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p), resident_… in vm_pressure_select_optimal_candidate_to_notify()
1259 … 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()
1262 return kn_max; in vm_pressure_select_optimal_candidate_to_notify()
1465 struct knote *kn_max = NULL; in memorystatus_update_vm_pressure() local
[all …]