Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c901 static int arc_no_grow; /* Don't try to grow cache size */ variable
4121 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()