Searched refs:mg_alloc_queue_depth (Results 1 – 3 of 3) sorted by relevance
234 refcount_t mg_alloc_queue_depth; member
674 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()
6953 ASSERT0(refcount_count(&mg->mg_alloc_queue_depth)); in spa_sync()