Searched refs:arc_mru_ghost (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c706 * buffers in the arc_mru_ghost state. The key thing to note
718 * ARC_BUFC_DATA, and linked off the arc_mru_ghost state.
725 * ARC_BUFC_METADATA, and linked off the arc_mru_ghost state.
768 * ARC_BUFC_METADATA, and linked off the arc_mru_ghost state.
956 static arc_state_t *arc_mru_ghost; variable
1258 ((state) == arc_mru_ghost || (state) == arc_mfu_ghost || \
3575 * - arc_mru -> arc_mru_ghost
3577 * - arc_mru_ghost -> arc_l2c_only
3578 * - arc_mru_ghost -> deleted
3636 evicted_state = (state == arc_mru) ? arc_mru_ghost
[all...]

Completed in 101 milliseconds