Searched refs:sq_last (Results 1 – 4 of 4) sorted by relevance
97 mblk_t *sq_last; /* last mblk chain or NULL */ member
162 if ((sqp)->sq_last != NULL) \163 (sqp)->sq_last->b_next = (mp); \166 (sqp)->sq_last = (tail); \746 sqp->sq_last = NULL; in squeue_drain()
152 mblk_t *sq_last; /* last mblk chain or NULL */ member
1747 squeue.sq_first, squeue.sq_last, squeue.sq_worker); in squeue()