Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c722 #define GHOST_STATE(state) \ macro
2265 if (GHOST_STATE(state)) { in arc_evictable_space_increment()
2304 if (GHOST_STATE(state)) { in arc_evictable_space_decrement()
2370 ASSERT(!GHOST_STATE(state)); /* arc_l2c_only counts as a ghost. */ in remove_reference()
2466 IMPLY(GHOST_STATE(old_state), hdr->b_l1hdr.b_buf == NULL); in arc_change_state()
2467 IMPLY(GHOST_STATE(new_state), hdr->b_l1hdr.b_buf == NULL); in arc_change_state()
2476 if (GHOST_STATE(old_state)) in arc_change_state()
2478 if (GHOST_STATE(new_state)) in arc_change_state()
2519 if (GHOST_STATE(new_state)) { in arc_change_state()
2573 if (GHOST_STATE(old_state)) { in arc_change_state()
[all …]