Searched refs:VM_PRESSURE_DEBUG (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kern_memorystatus_notify.h | 65 #define VM_PRESSURE_DEBUG(cond, format, ...) \ macro 70 #define VM_PRESSURE_DEBUG(cond, format, ...) macro
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 1173 VM_PRESSURE_DEBUG(1, "[vm_pressure] skipping process %d\n", proc_getpid(p)); in vm_pressure_select_optimal_candidate_to_notify() 1270 …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() 1278 …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()
|