Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c282 if (target->spa_ccw_fail_time == 0) { in spa_write_cachefile()
287 target->spa_ccw_fail_time = gethrtime(); in spa_write_cachefile()
294 target->spa_ccw_fail_time = 0; in spa_write_cachefile()
H A Dspa.c7747 if (spa->spa_ccw_fail_time == 0) {
7751 (gethrtime() - spa->spa_ccw_fail_time) <
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h414 hrtime_t spa_ccw_fail_time; /* Conf cache write fail time */ member