Home
last modified time | relevance | path

Searched refs:spa_ccw_fail_time (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c321 if (target->spa_ccw_fail_time == 0) { in spa_write_cachefile()
326 target->spa_ccw_fail_time = gethrtime(); in spa_write_cachefile()
333 target->spa_ccw_fail_time = 0; in spa_write_cachefile()
H A Dspa.c9215 if (spa->spa_ccw_fail_time == 0) {
9219 (gethrtime() - spa->spa_ccw_fail_time) <
H A Dvdev.c4338 spa->spa_ccw_fail_time = 0; in vdev_online()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h446 hrtime_t spa_ccw_fail_time; /* Conf cache write fail time */ member