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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c297 unsigned int vm_pageout_burst_inactive_throttle = 0; variable
1262 * within the last vm_pageout_burst_inactive_throttle iterations
1271 MIN(vm_pageout_burst_inactive_throttle,
2331 if (vm_pageout_burst_inactive_throttle == 0)
2332 vm_pageout_burst_inactive_throttle = VM_PAGEOUT_BURST_INACTIVE_THROTTLE;

Completed in 10 milliseconds