Searched refs:arcs_esize (Results 1 – 3 of 3) sorted by relevance
153 zfs_refcount_count(&arc_mru->arcs_esize[ARC_BUFC_DATA]) + in arc_evictable_memory()154 zfs_refcount_count(&arc_mru->arcs_esize[ARC_BUFC_METADATA]) + in arc_evictable_memory()155 zfs_refcount_count(&arc_mfu->arcs_esize[ARC_BUFC_DATA]) + in arc_evictable_memory()156 zfs_refcount_count(&arc_mfu->arcs_esize[ARC_BUFC_METADATA]); in arc_evictable_memory()
2245 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()2251 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()2255 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()2263 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()2284 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()2290 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()2294 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()2302 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()2958 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_hdr_free_on_write()4353 while (zfs_refcount_count(&state->arcs_esize[type]) != 0) { in arc_flush_state()[all …]
93 zfs_refcount_t arcs_esize[ARC_BUFC_NUMTYPES]; member