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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c494 * ARC_mru - recently used, currently cached
541 static arc_state_t ARC_mru; variable
1392 &ARC_mru.arcs_size.rc_count, 0, "size of mru state");
1394 &ARC_mru.arcs_esize[ARC_BUFC_METADATA].rc_count, 0,
1397 &ARC_mru.arcs_esize[ARC_BUFC_DATA].rc_count, 0,
6627 arc_mru = &ARC_mru;
7057 * ARC_mru |:#:::::::::::::::::::|#o#ooo####|-->| : ARC buffer
7086 * no evictions from the ARC and so the tails of the ARC_mfu and ARC_mru

Completed in 71 milliseconds