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

/darwin-on-arm/xnu/bsd/kern/
H A Dvm_pressure.c69 #define VM_PRESSURE_DEBUG(cond, format, ...) \ macro
74 #define VM_PRESSURE_DEBUG(cond, format, ...) macro
110 VM_PRESSURE_DEBUG(0, "[vm_pressure] process %d cancelling pressure notification\n", kn->kn_kq->kq_p->p_pid);
137 VM_PRESSURE_DEBUG(0, "[vm_pressure] process %d exiting pressure notification\n", p->p_pid);
169 VM_PRESSURE_DEBUG(1, "[vm_pressure] vm_dispatch_memory_pressure\n");
178 VM_PRESSURE_DEBUG(1, "[vm_pressure] could not find suitable event candidate\n");
225 VM_PRESSURE_DEBUG(0, "[vm_pressure] can't find candidate pid\n");
230 VM_PRESSURE_DEBUG(1, "[vm_pressure] sending event to pid %d, free pages %d\n", kn->kn_kq->kq_p->p_pid, memorystatus_available_pages);
305 VM_PRESSURE_DEBUG(1, "[vm_pressure] task_info for pid %d failed with %d\n", p->p_pid, kr);
324 VM_PRESSURE_DEBUG(
[all...]

Completed in 17 milliseconds