Searched refs:arcs_lsize (Results 1 – 1 of 1) sorted by relevance
274 uint64_t arcs_lsize[ARC_BUFC_NUMTYPES]; member1868 uint64_t *size = &state->arcs_lsize[type]; in add_reference()1904 uint64_t *size = &state->arcs_lsize[type]; in remove_reference()1960 uint64_t *size = &old_state->arcs_lsize[buftype]; in arc_change_state()1978 uint64_t *size = &new_state->arcs_lsize[buftype]; in arc_change_state()2450 uint64_t *cnt = &state->arcs_lsize[type]; in arc_buf_destroy()3130 while (state->arcs_lsize[type] != 0) { in arc_flush_state()3154 if (bytes > 0 && state->arcs_lsize[type] > 0) { in arc_adjust_impl()3155 delta = MIN(state->arcs_lsize[type], bytes); in arc_adjust_impl()4004 atomic_add_64(&hdr->b_l1hdr.b_state->arcs_lsize[type], in arc_get_data_buf()[all …]