Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/safe/
HDsafevar.h176 struct safe_pdesc *sc_dpfree; /* next free dest particle */ member
HDsafe.c377 sc->sc_dpfree = sc->sc_dpring; in safe_attach()
1425 ((caddr_t) sc->sc_dpfree - (caddr_t) sc->sc_dpring); in safe_process()
1427 pd = sc->sc_dpfree; in safe_process()
1432 if (++(sc->sc_dpfree) == sc->sc_dpringtop) in safe_process()
1433 sc->sc_dpfree = sc->sc_dpring; in safe_process()