Searched refs:GHOST_STATE (Results 1 – 1 of 1) sorted by relevance
700 #define GHOST_STATE(state) \ macro2225 if (GHOST_STATE(state)) { in arc_evictable_space_increment()2264 if (GHOST_STATE(state)) { in arc_evictable_space_decrement()2330 ASSERT(!GHOST_STATE(state)); /* arc_l2c_only counts as a ghost. */ in remove_reference()2426 IMPLY(GHOST_STATE(old_state), hdr->b_l1hdr.b_buf == NULL); in arc_change_state()2427 IMPLY(GHOST_STATE(new_state), hdr->b_l1hdr.b_buf == NULL); in arc_change_state()2436 if (GHOST_STATE(old_state)) in arc_change_state()2438 if (GHOST_STATE(new_state)) in arc_change_state()2479 if (GHOST_STATE(new_state)) { in arc_change_state()2533 if (GHOST_STATE(old_state)) { in arc_change_state()[all …]