Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_config.c302 if (target->spa_ccw_fail_time == 0) { in spa_config_sync()
306 target->spa_ccw_fail_time = gethrtime(); in spa_config_sync()
313 target->spa_ccw_fail_time = 0; in spa_config_sync()
HDspa.c6101 if (spa->spa_ccw_fail_time == 0) { in spa_async_tasks_pending()
6105 (gethrtime() - spa->spa_ccw_fail_time) < in spa_async_tasks_pending()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa_impl.h268 hrtime_t spa_ccw_fail_time; /* Conf cache write fail time */ member