Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h260 uint64_t *mg_cur_max_alloc_queue_depth; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c741 mg->mg_cur_max_alloc_queue_depth = kmem_zalloc(allocators * in metaslab_group_create()
745 mg->mg_cur_max_alloc_queue_depth[i] = 0; in metaslab_group_create()
777 mg->mg_cur_max_alloc_queue_depth[i] = 0; in metaslab_group_destroy()
781 kmem_free(mg->mg_cur_max_alloc_queue_depth, mg->mg_allocators * in metaslab_group_destroy()
1118 uint64_t qmax = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
1156 qmax = mgp->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
2961 uint64_t cur = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_increment_qdepth()
2963 if (atomic_cas_64(&mg->mg_cur_max_alloc_queue_depth[allocator], in metaslab_group_increment_qdepth()
2969 cur = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_increment_qdepth()
H A Dspa.c8052 mg->mg_cur_max_alloc_queue_depth[i] =