Searched refs:VM_PRESSURE_DEBUG (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | kern_memorystatus_notify.h | 60 #define VM_PRESSURE_DEBUG(cond, format, ...) \ macro 65 #define VM_PRESSURE_DEBUG(cond, format, ...) macro
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 1172 VM_PRESSURE_DEBUG(1, "[vm_pressure] skipping process %d\n", proc_getpid(p)); in vm_pressure_select_optimal_candidate_to_notify() 1269 …VM_PRESSURE_DEBUG(0, "[vm_pressure] threshold failed for pid %d with %llu resident...\n", proc_get… in vm_pressure_select_optimal_candidate_to_notify() 1277 …VM_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()
|