Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h266 uint64_t *mg_cur_max_alloc_queue_depth; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c815 mg->mg_cur_max_alloc_queue_depth = kmem_zalloc(allocators * in metaslab_group_create()
819 mg->mg_cur_max_alloc_queue_depth[i] = 0; in metaslab_group_create()
851 mg->mg_cur_max_alloc_queue_depth[i] = 0; in metaslab_group_destroy()
855 kmem_free(mg->mg_cur_max_alloc_queue_depth, mg->mg_allocators * in metaslab_group_destroy()
1206 uint64_t qmax = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
1245 qmax = mgp->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
4468 uint64_t cur = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_increment_qdepth()
4470 if (atomic_cas_64(&mg->mg_cur_max_alloc_queue_depth[allocator], in metaslab_group_increment_qdepth()
4476 cur = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_increment_qdepth()
H A Dspa.c8381 mg->mg_cur_max_alloc_queue_depth[i] =