Searched defs:ser_first (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dserializer.c119 mblk_t *ser_first; /* First message in the queue */ member in struct:serializer_s
182 s->ser_first = mp;
192 mblk_t *mp = s->ser_first;
197 for (; mp != NULL && credit-- != 0; mp = s->ser_first) {
201 if ((s->ser_first = s->ser_first->b_next) == NULL) {
232 while (s->ser_first != NULL)
278 if (s->ser_first != NULL) {
302 while ((s->ser_first != NULL) && (tid == 0)) {
304 if (s->ser_first !
[all...]

Completed in 44 milliseconds