Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c1020 static arc_state_t *arc_l2c_only; variable
1347 (state) == arc_l2c_only)
2573 if (state != arc_l2c_only) { in add_reference()
2687 old_state = arc_l2c_only; in arc_change_state()
2704 if (old_state != arc_anon && old_state != arc_l2c_only) { in arc_change_state()
2715 if (new_state != arc_anon && new_state != arc_l2c_only) { in arc_change_state()
2741 if (update_new && new_state != arc_l2c_only) { in arc_change_state()
2795 if (update_old && old_state != arc_l2c_only) { in arc_change_state()
2852 ASSERT(multilist_is_empty(arc_l2c_only->arcs_list[ARC_BUFC_DATA]) && in arc_change_state()
2853 multilist_is_empty(arc_l2c_only->arcs_list[ARC_BUFC_METADATA])); in arc_change_state()
[all …]