Home
last modified time | relevance | path

Searched refs:sc_dpfree (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/safe/
H A Dsafevar.h163 struct safe_pdesc *sc_dpfree; /* next free dest particle */ member
H A Dsafe.c372 sc->sc_dpfree = sc->sc_dpring; in safe_attach()
1182 ((caddr_t) sc->sc_dpfree - (caddr_t) sc->sc_dpring); in safe_process()
1184 pd = sc->sc_dpfree; in safe_process()
1189 if (++(sc->sc_dpfree) == sc->sc_dpringtop) in safe_process()
1190 sc->sc_dpfree = sc->sc_dpring; in safe_process()