Searched refs:worstsd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid1e.c192 struct g_raid_subdisk *sd, *bestsd, *worstsd; local
221 worstsd = &vol->v_subdisks[i * N];
224 if (sd->sd_state < worstsd->sd_state)
225 worstsd = sd;
227 if (worstsd->sd_state == G_RAID_SUBDISK_S_ACTIVE)
229 else if (worstsd->sd_state >= G_RAID_SUBDISK_S_STALE)
245 struct g_raid_subdisk *sd, *bestsd, *worstsd; local
268 worstsd = &vol->v_subdisks[i];
278 if (sd->sd_state < worstsd->sd_state)
279 worstsd
[all...]

Completed in 115 milliseconds