Searched refs:arc_l2c_only (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c959 static arc_state_t *arc_l2c_only; variable
1259 (state) == arc_l2c_only)
2484 if (state != arc_l2c_only) {
2510 * arc_l2c_only counts as a ghost state so we don't need to explicitly
2511 * check to prevent usage of the arc_l2c_only list.
2549 old_state = arc_l2c_only;
2566 if (old_state != arc_anon && old_state != arc_l2c_only) {
2577 if (new_state != arc_anon && new_state != arc_l2c_only) {
2601 /* adjust state sizes (ignore arc_l2c_only) */
2603 if (update_new && new_state != arc_l2c_only) {
[all...]

Completed in 97 milliseconds