Searched refs:arc_l2c_only (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c779 static arc_state_t *arc_l2c_only; variable
949 (state) == arc_l2c_only)
2079 if (state != arc_l2c_only) {
2105 * arc_l2c_only counts as a ghost state so we don't need to explicitly
2106 * check to prevent usage of the arc_l2c_only list.
2144 old_state = arc_l2c_only;
2161 if (old_state != arc_anon && old_state != arc_l2c_only) {
2172 if (new_state != arc_anon && new_state != arc_l2c_only) {
2196 /* adjust state sizes (ignore arc_l2c_only) */
2198 if (update_new && new_state != arc_l2c_only) {
[all...]

Completed in 91 milliseconds