Searched defs:arcs_esize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c407 refcount_t arcs_esize[ARC_BUFC_NUMTYPES]; member in struct:arc_state
2004 (void) refcount_add_many(&state->arcs_esize[type],
2011 (void) refcount_add_many(&state->arcs_esize[type],
2018 (void) refcount_add_many(&state->arcs_esize[type],
2039 (void) refcount_remove_many(&state->arcs_esize[type],
2046 (void) refcount_remove_many(&state->arcs_esize[type],
2053 (void) refcount_remove_many(&state->arcs_esize[type],
2586 (void) refcount_remove_many(&state->arcs_esize[type],
3507 while (refcount_count(&state->arcs_esize[type]) != 0) {
3531 if (bytes > 0 && refcount_count(&state->arcs_esize[typ
[all...]

Completed in 772 milliseconds