Searched refs:page_load (Results 1 – 1 of 1) sorted by relevance
5752 static uint64_t page_load = 0; in arc_memory_throttle() local5765 page_load = 0; in arc_memory_throttle()5773 if (page_load > MAX(ptob(minfree), available_memory) / 4) in arc_memory_throttle()5776 page_load += reserve / 8; in arc_memory_throttle()5778 } else if (page_load > 0 && arc_reclaim_needed()) { in arc_memory_throttle()5783 page_load = 0; in arc_memory_throttle()