Home
last modified time | relevance | path

Searched refs:tvds (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_root.c43 uint64_t tvds = 0; in vdev_root_core_tvds() local
50 tvds++; in vdev_root_core_tvds()
54 return (tvds); in vdev_root_core_tvds()
69 uint64_t tvds; in too_many_errors() local
74 tvds = vdev_root_core_tvds(vd); in too_many_errors()
75 ASSERT3U(numerrors, <=, tvds); in too_many_errors()
77 if (numerrors == tvds) in too_many_errors()
H A Dspa.c2515 uint64_t tvds = 0; in spa_healthy_core_tvds() local
2522 tvds++; in spa_healthy_core_tvds()
2525 return (tvds); in spa_healthy_core_tvds()