Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDmetaslab_impl.h173 boolean_t mc_alloc_throttle_enabled; member
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDmetaslab.c1115 if (!mc->mc_alloc_throttle_enabled) in metaslab_group_allocatable()
2919 if (!mg->mg_class->mc_alloc_throttle_enabled) in metaslab_group_alloc_increment()
2950 if (!mg->mg_class->mc_alloc_throttle_enabled) in metaslab_group_alloc_decrement()
3849 ASSERT(mc->mc_alloc_throttle_enabled); in metaslab_class_throttle_reserve()
3879 ASSERT(mc->mc_alloc_throttle_enabled); in metaslab_class_throttle_unreserve()
HDzio.c1211 ASSERT(mc->mc_alloc_throttle_enabled); in zio_vdev_child_io()
2964 !spa_normal_class(zio->io_spa)->mc_alloc_throttle_enabled || in zio_dva_throttle()
3848 ASSERT(mc->mc_alloc_throttle_enabled); in zio_done()
HDspa.c8054 mc->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;