Searched refs:arcs_size (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | arc.c | 350 refcount_t arcs_size; member 1026 &ARC_anon.arcs_size.rc_count, 0, "size of anonymous state"); 1033 &ARC_mru.arcs_size.rc_count, 0, "size of mru state"); 1040 &ARC_mru_ghost.arcs_size.rc_count, 0, "size of mru ghost state"); 1049 &ARC_mfu.arcs_size.rc_count, 0, "size of mfu state"); 1056 &ARC_mfu_ghost.arcs_size.rc_count, 0, "size of mfu ghost state"); 1065 &ARC_l2c_only.arcs_size.rc_count, 0, "size of mru state"); 1897 (void) refcount_add_many(&new_state->arcs_size, in arc_change_state() 1909 (void) refcount_add_many(&new_state->arcs_size, in arc_change_state() 1933 (void) refcount_remove_many(&old_state->arcs_size, in arc_change_state() [all …]
|