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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 473 * ARC_anon - anonymous (discussed below)
520 static arc_state_t ARC_anon;
628 * arc_anon state. This includes *all* buffers in the arc_anon
636 * residing in the arc_anon state, and are eligible for eviction
643 * residing in the arc_anon state, and are eligible for eviction
904 static arc_state_t *arc_anon; variable
1294 &ARC_anon.arcs_size.rc_count, 0, "size of anonymous state");
1296 &ARC_anon.arcs_esize[ARC_BUFC_METADATA].rc_count, 0,
1299 &ARC_anon.arcs_esize[ARC_BUFC_DATA].rc_count, 0
    [all...]
arc.c 473 * ARC_anon - anonymous (discussed below)
520 static arc_state_t ARC_anon;
628 * arc_anon state. This includes *all* buffers in the arc_anon
636 * residing in the arc_anon state, and are eligible for eviction
643 * residing in the arc_anon state, and are eligible for eviction
904 static arc_state_t *arc_anon; variable
1294 &ARC_anon.arcs_size.rc_count, 0, "size of anonymous state");
1296 &ARC_anon.arcs_esize[ARC_BUFC_METADATA].rc_count, 0,
1299 &ARC_anon.arcs_esize[ARC_BUFC_DATA].rc_count, 0
    [all...]

Completed in 47 milliseconds