Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2091 clock_t growtime = 0; in arc_reclaim_thread() local
2114 growtime = ddi_get_lbolt() + (arc_grow_retry * hz); in arc_reclaim_thread()
2119 } else if (arc_no_grow && ddi_get_lbolt() >= growtime) { in arc_reclaim_thread()