Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h234 refcount_t mg_alloc_queue_depth; member
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c674 refcount_create_tracked(&mg->mg_alloc_queue_depth); in metaslab_group_create()
697 refcount_destroy(&mg->mg_alloc_queue_depth); in metaslab_group_destroy()
995 qdepth = refcount_count(&mg->mg_alloc_queue_depth); in metaslab_group_allocatable()
1016 qdepth = refcount_count(&mgp->mg_alloc_queue_depth); in metaslab_group_allocatable()
2687 (void) refcount_add(&mg->mg_alloc_queue_depth, tag); in metaslab_group_alloc_increment()
2701 (void) refcount_remove(&mg->mg_alloc_queue_depth, tag); in metaslab_group_alloc_decrement()
2714 VERIFY(refcount_not_held(&mg->mg_alloc_queue_depth, tag)); in metaslab_group_alloc_verify()
H A Dspa.c6953 ASSERT0(refcount_count(&mg->mg_alloc_queue_depth)); in spa_sync()