Home
last modified time | relevance | path

Searched refs:arcs_esize (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2075 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2082 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2086 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2093 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2115 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
2122 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
2126 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
2133 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
5041 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_get_data_impl()
6322 &state->arcs_esize[type], in arc_release()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h80 zfs_refcount_t arcs_esize[ARC_BUFC_NUMTYPES]; member