Searched refs:growtime (Results 1 – 1 of 1) sorted by relevance
2091 clock_t growtime = 0; in arc_reclaim_thread() local2114 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()