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.c2487 &new_state->arcs_size[type], in arc_change_state()
2512 &new_state->arcs_size[type], in arc_change_state()
2518 &new_state->arcs_size[type], in arc_change_state()
2524 &new_state->arcs_size[type], in arc_change_state()
2545 &old_state->arcs_size[type], in arc_change_state()
2568 &old_state->arcs_size[type], in arc_change_state()
2576 &old_state->arcs_size[type], in arc_change_state()
2582 &old_state->arcs_size[type], in arc_change_state()
2944 (void) zfs_refcount_remove_many(&state->arcs_size[type], size, hdr); in arc_hdr_free_on_write()
2978 &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.c340 val = zfs_refcount_count(&state->arcs_size[ARC_BUFC_DATA]) + in param_get_arc_state_size()
341 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.h88 zfs_refcount_t arcs_size[ARC_BUFC_NUMTYPES] ____cacheline_aligned; member