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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c219 * ARC_mru - recently used, currently cached
275 static arc_state_t ARC_mru; variable
721 &ARC_mru.arcs_size, 0, "size of mru state");
723 &ARC_mru.arcs_lsize[ARC_BUFC_METADATA], 0, "size of metadata in mru state");
725 &ARC_mru.arcs_lsize[ARC_BUFC_DATA], 0, "size of data in mru state");
4081 arc_mru = &ARC_mru;
4313 * ARC_mru |:#:::::::::::::::::::|#o#ooo####|-->| : ARC buffer
4342 * no evictions from the ARC and so the tails of the ARC_mfu and ARC_mru

Completed in 109 milliseconds