Home
last modified time | relevance | path

Searched refs:arcs_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c2528 &new_state->arcs_size[type], in arc_change_state()
2553 &new_state->arcs_size[type], in arc_change_state()
2559 &new_state->arcs_size[type], in arc_change_state()
2565 &new_state->arcs_size[type], in arc_change_state()
2586 &old_state->arcs_size[type], in arc_change_state()
2609 &old_state->arcs_size[type], in arc_change_state()
2617 &old_state->arcs_size[type], in arc_change_state()
2623 &old_state->arcs_size[type], in arc_change_state()
2984 (void) zfs_refcount_remove_many(&state->arcs_size[type], size, hdr); in arc_hdr_free_on_write()
3025 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_share_buf()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c379 val = zfs_refcount_count(&state->arcs_size[ARC_BUFC_DATA]) + in param_get_arc_state_size()
380 zfs_refcount_count(&state->arcs_size[ARC_BUFC_METADATA]); in param_get_arc_state_size()
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h123 zfs_refcount_t arcs_size[ARC_BUFC_NUMTYPES] ____cacheline_aligned; member