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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c1186 int cache_evict_throttle = 0; local
1543 if (queue_empty(&sq->age_q) && cache_evict_throttle == 0) {
1566 cache_evict_throttle = 100;
1568 if (cache_evict_throttle)
1569 cache_evict_throttle--;

Completed in 91 milliseconds