Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzio.h269 extern int zio_dva_throttle_enabled;
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa.c9608 normal->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
9609 special->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
9610 dedup->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
H A Dzio.c69 int zio_dva_throttle_enabled = B_TRUE; variable