Home
last modified time | relevance | path

Searched refs:mc_alloc_throttle_enabled (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h167 boolean_t mc_alloc_throttle_enabled; member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c985 if (!mc->mc_alloc_throttle_enabled) in metaslab_group_allocatable()
2684 if (!mg->mg_class->mc_alloc_throttle_enabled) in metaslab_group_alloc_increment()
2698 if (!mg->mg_class->mc_alloc_throttle_enabled) in metaslab_group_alloc_decrement()
3333 ASSERT(mc->mc_alloc_throttle_enabled); in metaslab_class_throttle_reserve()
3359 ASSERT(mc->mc_alloc_throttle_enabled); in metaslab_class_throttle_unreserve()
H A Dzio.c1138 ASSERT(mc->mc_alloc_throttle_enabled); in zio_vdev_child_io()
2805 !spa_normal_class(zio->io_spa)->mc_alloc_throttle_enabled || in zio_dva_throttle()
3625 ASSERT(mc->mc_alloc_throttle_enabled); in zio_done()
H A Dspa.c6960 mc->mc_alloc_throttle_enabled = zio_dva_throttle_enabled; in spa_sync()