Searched defs:arcs_size (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 412 refcount_t arcs_size; member in struct:arc_state 2210 (void) refcount_add_many(&new_state->arcs_size, 2236 (void) refcount_add_many(&new_state->arcs_size, 2242 (void) refcount_add_many(&new_state->arcs_size, 2264 (void) refcount_remove_many(&old_state->arcs_size, 2290 &old_state->arcs_size, arc_buf_size(buf), 2296 &old_state->arcs_size, arc_hdr_size(hdr), hdr); 2589 (void) refcount_remove_many(&state->arcs_size, size, hdr); 2613 refcount_transfer_ownership(&state->arcs_size, buf, hdr); 2641 refcount_transfer_ownership(&state->arcs_size, hd [all...] |
Completed in 56 milliseconds