Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c5752 static uint64_t page_load = 0; in arc_memory_throttle() local
5765 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()