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

/darwin-on-arm/xnu/bsd/kern/
H A Dvm_pressure.c333 VM_DEBUG_EVENT(vm_pageout_scan, VM_PRESSURE_EVENT, DBG_FUNC_NONE, target_pid, resident_max, 0, 0);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c250 * we will make per call of vm_pageout_scan().
286 extern void vm_pageout_scan(void);
948 * vm_pageout_scan() keeps track of the number of pages it considers and
1042 * vm_pressure_monitor() to get in the way of the vm_pageout_scan()
1152 * vm_pageout_scan does the dirty work for the pageout daemon.
1157 vm_pageout_scan(void) function
1189 VM_DEBUG_EVENT(vm_pageout_scan, VM_PAGEOUT_SCAN, DBG_FUNC_START,
1199 XPR(XPR_VM_PAGEOUT, "vm_pageout_scan\n", 0, 0, 0, 0, 0);
1436 VM_DEBUG_EVENT(vm_pageout_scan, VM_PAGEOUT_SCAN, DBG_FUNC_NONE,
1438 VM_DEBUG_EVENT(vm_pageout_scan, VM_PAGEOUT_SCA
[all...]

Completed in 81 milliseconds