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

/xnu-2422.115.4/bsd/kern/
H A Dvm_pressure.c166 * signalled from within vm_pageout_scan().
365 VM_DEBUG_EVENT(vm_pageout_scan, VM_PRESSURE_EVENT, DBG_FUNC_NONE, target_pid, resident_max, 0, 0);
/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c254 * we will make per call of vm_pageout_scan().
294 extern void vm_pageout_scan(void);
972 * vm_pageout_scan() keeps track of the number of pages it considers and
1078 * vm_pressure_monitor() to get in the way of the vm_pageout_scan()
1199 * vm_pageout_scan does the dirty work for the pageout daemon.
1204 vm_pageout_scan(void) function
1239 VM_DEBUG_EVENT(vm_pageout_scan, VM_PAGEOUT_SCAN, DBG_FUNC_START,
1270 XPR(XPR_VM_PAGEOUT, "vm_pageout_scan\n", 0, 0, 0, 0, 0);
1570 VM_DEBUG_EVENT(vm_pageout_scan, VM_PAGEOUT_SCAN, DBG_FUNC_NONE,
1572 VM_DEBUG_EVENT(vm_pageout_scan, VM_PAGEOUT_SCA
[all...]

Completed in 21 milliseconds