Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h267 zfs_refcount_t *mg_alloc_queue_depth; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c813 mg->mg_alloc_queue_depth = kmem_zalloc(allocators * in metaslab_group_create()
818 zfs_refcount_create_tracked(&mg->mg_alloc_queue_depth[i]); in metaslab_group_create()
850 zfs_refcount_destroy(&mg->mg_alloc_queue_depth[i]); in metaslab_group_destroy()
853 kmem_free(mg->mg_alloc_queue_depth, mg->mg_allocators * in metaslab_group_destroy()
1226 &mg->mg_alloc_queue_depth[allocator]); in metaslab_group_allocatable()
1248 &mgp->mg_alloc_queue_depth[allocator]); in metaslab_group_allocatable()
4461 (void) zfs_refcount_add(&mg->mg_alloc_queue_depth[allocator], tag); in metaslab_group_alloc_increment()
4492 (void) zfs_refcount_remove(&mg->mg_alloc_queue_depth[allocator], tag); in metaslab_group_alloc_decrement()
4509 &mg->mg_alloc_queue_depth[allocator], tag)); in metaslab_group_alloc_verify()
H A Dspa.c8377 &(mg->mg_alloc_queue_depth[i])));