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

/freebsd-11.0-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.c488 if (sc->sc_hint == disk)
489 sc->sc_hint = NULL;
601 if (sc->sc_hint == NULL) {
602 sc->sc_hint = LIST_FIRST(&sc->sc_disks);
603 if (sc->sc_hint == NULL)
606 disk = sc->sc_hint;
612 sc->sc_hint = g_mirror_find_next(sc, disk);
2405 sc->sc_hint = NULL;

Completed in 55 milliseconds