Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/ !
H A Dvm_pageout.c2136 static int cache_evict_throttle = 0; local
2141 if (vm_page_queue_empty(&sq->age_q) && cache_evict_throttle == 0) {
2168 cache_evict_throttle = 1000;
2171 if (cache_evict_throttle) {
2172 cache_evict_throttle--;