Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg112 ZIO_SLOW_IO_MS zio.slow_io_ms zio_slow_io_ms
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib499 zio_slow_io_ms
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c89 static uint_t zio_slow_io_ms = (30 * MILLISEC); variable
5332 if (zio->io_delay >= MSEC2NSEC(zio_slow_io_ms)) { in zio_done()