Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c262 if (txg > spa->spa_lowmem_last_txg) { in arc_memory_throttle()
263 spa->spa_lowmem_last_txg = txg; in arc_memory_throttle()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h444 uint64_t spa_lowmem_last_txg; /* txg window start */ member