Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dkern_memorystatus_notify.h65 #define VM_PRESSURE_DEBUG(cond, format, ...) \ macro
70 #define VM_PRESSURE_DEBUG(cond, format, ...) macro
/xnu-11215/bsd/kern/
H A Dkern_memorystatus_notify.c1160 VM_PRESSURE_DEBUG(1, "[vm_pressure] skipping process %d\n", proc_getpid(p)); in vm_pressure_select_optimal_candidate_to_notify()
1257VM_PRESSURE_DEBUG(0, "[vm_pressure] threshold failed for pid %d with %llu resident...\n", proc_get… in vm_pressure_select_optimal_candidate_to_notify()
1265VM_PRESSURE_DEBUG(1, "[vm_pressure] sending event to pid %d with %llu resident\n", proc_getpid(kno… in vm_pressure_select_optimal_candidate_to_notify()