Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h173 boolean_t mc_alloc_throttle_enabled; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c1120 if (!mc->mc_alloc_throttle_enabled) in metaslab_group_allocatable()
2951 if (!mg->mg_class->mc_alloc_throttle_enabled) in metaslab_group_alloc_increment()
2982 if (!mg->mg_class->mc_alloc_throttle_enabled) in metaslab_group_alloc_decrement()
3881 ASSERT(mc->mc_alloc_throttle_enabled); in metaslab_class_throttle_reserve()
3911 ASSERT(mc->mc_alloc_throttle_enabled); in metaslab_class_throttle_unreserve()
H A Dzio.c1211 ASSERT(mc->mc_alloc_throttle_enabled); in zio_vdev_child_io()
2973 !spa_normal_class(zio->io_spa)->mc_alloc_throttle_enabled || in zio_dva_throttle()
3857 ASSERT(mc->mc_alloc_throttle_enabled); in zio_done()
H A Dspa.c8062 mc->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;