Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_config.c299 if (target->spa_ccw_fail_time == 0) { in spa_config_sync()
303 target->spa_ccw_fail_time = gethrtime(); in spa_config_sync()
310 target->spa_ccw_fail_time = 0; in spa_config_sync()
H A Dspa.c6291 if (spa->spa_ccw_fail_time == 0) { in spa_async_tasks_pending()
6295 (gethrtime() - spa->spa_ccw_fail_time) < in spa_async_tasks_pending()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h302 hrtime_t spa_ccw_fail_time; /* Conf cache write fail time */ member