Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c3609 clock_t growtime = 0; in arc_reclaim_thread() local
3630 growtime = ddi_get_lbolt() + (arc_grow_retry * hz); in arc_reclaim_thread()
3650 } else if (ddi_get_lbolt() >= growtime) { in arc_reclaim_thread()