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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c1235 int cache_evict_throttle = 0; local
1694 if (queue_empty(&sq->age_q) && cache_evict_throttle == 0) {
1718 cache_evict_throttle = 100;
1720 if (cache_evict_throttle)
1721 cache_evict_throttle--;

Completed in 29 milliseconds