Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c702 static int arc_no_grow; /* Don't try to grow cache size */ variable
3721 arc_no_grow = B_TRUE; in arc_reclaim_thread()
3747 arc_no_grow = B_TRUE; in arc_reclaim_thread()
3749 arc_no_grow = B_FALSE; in arc_reclaim_thread()
3882 if (arc_no_grow) in arc_adapt()
5151 if (reserve > arc_c/4 && !arc_no_grow) in arc_tempreserve_space()