Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c260 spa->spa_lowmem_page_load = 0; in arc_memory_throttle()
268 if (spa->spa_lowmem_page_load > in arc_memory_throttle()
274 atomic_add_64(&spa->spa_lowmem_page_load, reserve / 8); in arc_memory_throttle()
276 } else if (spa->spa_lowmem_page_load > 0 && arc_reclaim_needed()) { in arc_memory_throttle()
282 spa->spa_lowmem_page_load = 0; in arc_memory_throttle()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h407 uint64_t spa_lowmem_page_load; /* memory load during txg */ member