Searched refs:sc_spfree (Results 1 – 2 of 2) sorted by relevance
159 struct safe_pdesc *sc_spfree; /* next free src particle */ member
357 sc->sc_spfree = sc->sc_spring; in safe_attach()986 ((caddr_t) sc->sc_spfree - (caddr_t) sc->sc_spring); in safe_process()989 pd = sc->sc_spfree; in safe_process()990 if (++(sc->sc_spfree) == sc->sc_springtop) in safe_process()991 sc->sc_spfree = sc->sc_spring; in safe_process()