Searched refs:gcount (Results 1 – 1 of 1) sorted by relevance
2796 uint_t i, gcount; in spa_try_repair() local2806 &glist, &gcount) != 0) in spa_try_repair()2809 vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP); in spa_try_repair()2813 for (i = 0; i < gcount; i++) { in spa_try_repair()2834 for (extracted = 0, i = 0; i < gcount; i++) { in spa_try_repair()2847 if (!attempt_reopen || gcount == extracted) { in spa_try_repair()2848 for (i = 0; i < gcount; i++) in spa_try_repair()2854 kmem_free(vd, gcount * sizeof (vdev_t *)); in spa_try_repair()