Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h262 extern boolean_t zio_dva_throttle_enabled;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c8395 normal->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
8396 special->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
8397 dedup->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
H A Dzio.c64 boolean_t zio_dva_throttle_enabled = B_TRUE; variable