Searched refs:sc_spfree (Results 1 – 2 of 2) sorted by relevance
170 struct safe_pdesc *sc_spfree; /* next free src particle */ member
258 sc->sc_spfree = sc->sc_spring; in safe_attach()678 ((caddr_t) sc->sc_spfree - (caddr_t) sc->sc_spring); in safe_process()681 pd = sc->sc_spfree; in safe_process()682 if (++(sc->sc_spfree) == sc->sc_springtop) in safe_process()683 sc->sc_spfree = sc->sc_spring; in safe_process()