Searched refs:arc_anon (Results 1 – 1 of 1) sorted by relevance
1015 static arc_state_t *arc_anon; variable2200 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()2254 hdr->b_l1hdr.b_state == arc_anon); in arc_buf_freeze()2563 ASSERT(hdr->b_l1hdr.b_state == arc_anon); in add_reference()2571 (state != arc_anon)) { in add_reference()2595 ASSERT(state == arc_anon || MUTEX_HELD(hash_lock)); in remove_reference()2603 (state != arc_anon)) { in remove_reference()2697 ASSERT(old_state != arc_anon || bufcnt <= 1); 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()[all …]