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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c150 * and `qtail' pointers, syncqs use `sqhead' and `sqtail' pointers and freebs
181 static syncq_t *sqtail; variable
3782 DQ(sq, sqhead, sqtail, sq_next);
3794 * If the syncq is placed on the sqhead/sqtail queue, try to remove it from the
3809 RMQ(sq, sqhead, sqtail, sq_next, sq_chase, sq_curr, removed);
3901 ENQUEUE(sq, sqhead, sqtail, sq_next);

Completed in 76 milliseconds