HomeSort by: relevance | last modified time | path
    Searched defs:ARC_l2c_only (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 477 * ARC_l2c_only - exists in L2ARC but not other states
493 * The ARC_l2c_only state is for buffers that are in the second
497 * places. The reason for the ARC_l2c_only state is to keep the
524 static arc_state_t ARC_l2c_only;
908 static arc_state_t *arc_l2c_only; variable
1173 (state) == arc_l2c_only)
1338 &ARC_l2c_only.arcs_size.rc_count, 0, "size of mru state");
2188 if (state != arc_l2c_only) {
2214 * arc_l2c_only counts as a ghost state so we don't need to explicitly
2215 * check to prevent usage of the arc_l2c_only list
    [all...]

Completed in 61 milliseconds