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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c301 unsigned int vm_pageout_burst_inactive_throttle = 0; variable
1577 * within the last vm_pageout_burst_inactive_throttle iterations
1586 MIN(vm_pageout_burst_inactive_throttle,
3120 if (vm_pageout_burst_inactive_throttle == 0)
3121 vm_pageout_burst_inactive_throttle = VM_PAGEOUT_BURST_INACTIVE_THROTTLE;

Completed in 28 milliseconds