Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c153 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()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c2245 (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 …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h93 zfs_refcount_t arcs_esize[ARC_BUFC_NUMTYPES]; member