Home
last modified time | relevance | path

Searched refs:zfs_deadman_ziotime_ms (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dspa_misc_os.c67 spa_set_deadman_ziotime(MSEC2NSEC(zfs_deadman_ziotime_ms)); in param_set_deadman_ziotime()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c484 val = zfs_deadman_ziotime_ms; in param_set_deadman_ziotime()
488 zfs_deadman_ziotime_ms = val; in param_set_deadman_ziotime()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg33 DEADMAN_ZIOTIME_MS deadman_ziotime_ms zfs_deadman_ziotime_ms
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c314 unsigned long zfs_deadman_ziotime_ms = 300000UL; variable
680 spa->spa_deadman_ziotime = MSEC2NSEC(zfs_deadman_ziotime_ms); in spa_add()
H A Dzio.c2223 long timeout = MSEC_TO_TICK(zfs_deadman_ziotime_ms); in zio_wait()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h1217 extern unsigned long zfs_deadman_ziotime_ms;