Searched refs:arc_no_grow (Results 1 – 1 of 1) sorted by relevance
901 static int arc_no_grow; /* Don't try to grow cache size */ variable4121 arc_no_grow = B_TRUE; in arc_reclaim_thread()4147 arc_no_grow = B_TRUE; in arc_reclaim_thread()4149 arc_no_grow = B_FALSE; in arc_reclaim_thread()4238 if (arc_no_grow) in arc_adapt()5699 if (reserve > arc_c/4 && !arc_no_grow) { in arc_tempreserve_space()