Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.h691 unsigned int vm_pageout_burst_inactive_throttle; member
H A Dvm_pageout.c2257 MIN(vm_pageout_state.vm_pageout_burst_inactive_throttle, in vps_flow_control()
5196 vm_pageout_state.vm_pageout_burst_inactive_throttle = 0; in vm_pageout()
5239 if (vm_pageout_state.vm_pageout_burst_inactive_throttle == 0) { in vm_pageout()
5240 vm_pageout_state.vm_pageout_burst_inactive_throttle = VM_PAGEOUT_BURST_INACTIVE_THROTTLE; in vm_pageout()