Searched refs:last_cs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dvjcompress.h128 struct cstate *last_cs; /* most recently used tstate */ member in struct:vjcompress
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c96 comp->last_cs = &tstate[0];
163 register struct cstate *cs = comp->last_cs->cs_next;
212 * last_cs pointing to the end of the list. The
221 register struct cstate *lastcs = comp->last_cs;
244 * last_cs to update the lru linkage.
248 comp->last_cs = lcs;
257 comp->last_cs = lcs;

Completed in 54 milliseconds