Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c5102 static uint64_t page_load = 0; in arc_memory_throttle() local
5115 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()