Searched refs:page_load (Results 1 – 1 of 1) sorted by relevance
5102 static uint64_t page_load = 0; in arc_memory_throttle() local5115 page_load = 0; in arc_memory_throttle()5123 if (page_load > MAX(ptob(minfree), available_memory) / 4) in arc_memory_throttle()5126 page_load += reserve / 8; in arc_memory_throttle()5128 } else if (page_load > 0 && arc_reclaim_needed()) { in arc_memory_throttle()5133 page_load = 0; in arc_memory_throttle()