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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c606 * buffers in the arc_mfu_ghost state. See the comment above
613 * ARC_BUFC_DATA, and linked off the arc_mfu_ghost state.
778 static arc_state_t *arc_mfu_ghost; variable
948 ((state) == arc_mru_ghost || (state) == arc_mfu_ghost || \
3137 * - arc_mfu -> arc_mfu_ghost
3140 * - arc_mfu_ghost -> arc_l2c_only
3141 * - arc_mfu_ghost -> deleted
3195 evicted_state = (state == arc_mru) ? arc_mru_ghost : arc_mfu_ghost;
3782 refcount_count(&arc_mfu_ghost->arcs_size) - arc_c;
3784 bytes = arc_adjust_impl(arc_mfu_ghost,
[all...]

Completed in 68 milliseconds