Searched refs:arc_anon (Results 1 – 1 of 1) sorted by relevance
678 static arc_state_t *arc_anon; variable1810 if (buf->b_hdr->b_l1hdr.b_state != arc_anon) in arc_buf_thaw()1848 buf->b_hdr->b_l1hdr.b_state == arc_anon); in arc_buf_freeze()1862 (state != arc_anon)) { in add_reference()1893 ASSERT(state == arc_anon || MUTEX_HELD(hash_lock)); in remove_reference()1901 (state != arc_anon)) { in remove_reference()1950 ASSERT(old_state != arc_anon || datacnt <= 1); in arc_change_state()1959 if (old_state != arc_anon && old_state != arc_l2c_only) { in arc_change_state()1977 if (new_state != arc_anon && new_state != arc_l2c_only) { in arc_change_state()2000 if (new_state == arc_anon && HDR_IN_HASH_TABLE(hdr)) in arc_change_state()[all …]