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

/freebsd-9.3-release/sys/geom/mirror/
H A Dg_mirror.h200 struct g_mirror_disk *sc_hint; member in struct:g_mirror_softc
H A Dg_mirror.c491 if (sc->sc_hint == disk)
492 sc->sc_hint = NULL;
603 if (sc->sc_hint == NULL) {
604 sc->sc_hint = LIST_FIRST(&sc->sc_disks);
605 if (sc->sc_hint == NULL)
608 disk = sc->sc_hint;
614 sc->sc_hint = g_mirror_find_next(sc, disk);
2357 sc->sc_hint = NULL;

Completed in 35 milliseconds