Searched refs:growtime (Results 1 – 1 of 1) sorted by relevance
3609 clock_t growtime = 0; in arc_reclaim_thread() local3630 growtime = ddi_get_lbolt() + (arc_grow_retry * hz); in arc_reclaim_thread()3650 } else if (ddi_get_lbolt() >= growtime) { in arc_reclaim_thread()