Searched refs:sc_dpfree (Results 1 – 2 of 2) sorted by relevance
163 struct safe_pdesc *sc_dpfree; /* next free dest particle */ member
372 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()