Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h285 extern int zio_dva_throttle_enabled;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c8896 normal->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
8897 special->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
8898 dedup->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
H A Dzio.c67 int zio_dva_throttle_enabled = B_TRUE; variable