Searched refs:mg_allocators (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h300 int mg_allocators; member in struct:metaslab_group
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c848 mg->mg_allocators = allocators;
875 for (int i = 0; i < mg->mg_allocators; i++) {
880 mg_allocator[mg->mg_allocators]));
963 for (int i = 0; i < mg->mg_allocators; i++) {
3473 ASSERT3U(msp->ms_allocator, <, mg->mg_allocators);
3590 msp, TQ_SLEEP | (m <= mg->mg_allocators ? TQ_FRONT : 0))
4823 if (mg->mg_ms_ready < mg->mg_allocators * 3)
H A Dspa.c9789 for (int i = 0; i < mg->mg_allocators; i++) {
9795 for (int i = 0; i < mg->mg_allocators; i++) {

Completed in 162 milliseconds