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

/freebsd-11.0-release/sys/dev/safe/
H A Dsafevar.h166 struct safe_ringentry *sc_front; /* next free entry */ member in struct:safe_softc
H A Dsafe.c325 sc->sc_front = sc->sc_ring;
549 while (sc->sc_back != sc->sc_front) {
872 if (sc->sc_front == sc->sc_back && sc->sc_nqchip != 0) {
878 re = sc->sc_front;
1468 if (++(sc->sc_front) == sc->sc_ringtop)
1469 sc->sc_front = sc->sc_ring;
1965 while (re != sc->sc_front) {
2094 (unsigned long)(sc->sc_front - sc->sc_ring));
2198 } while (re != sc->sc_front);

Completed in 51 milliseconds