Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_config.c279 if (target->spa_ccw_fail_time == 0) { in spa_config_sync()
283 target->spa_ccw_fail_time = gethrtime(); in spa_config_sync()
290 target->spa_ccw_fail_time = 0; in spa_config_sync()
H A Dspa.c5809 if (spa->spa_ccw_fail_time == 0) { in spa_async_tasks_pending()
5813 (gethrtime() - spa->spa_ccw_fail_time) < in spa_async_tasks_pending()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h263 hrtime_t spa_ccw_fail_time; /* Conf cache write fail time */ member