Searched refs:sqhead (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
180 static syncq_t *sqhead; variable
3772 while (sqhead == NULL) {
3781 while (sqhead != NULL) {
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);
3828 * Add the argument to the end of the sqhead list and set the flag
3901 ENQUEUE(sq, sqhead, sqtail, sq_next);

Completed in 81 milliseconds