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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c6540 * SQLOCK and one claim, call qdrain_syncq.
6543 * Note that qdrain_syncq will actually dequeue
6551 qdrain_syncq(sq, qp);
6616 * qdrain_syncq can be called (currently) from only one of two places:
6634 * qdrain_syncq has to terminate when:
6645 qdrain_syncq(syncq_t *sq, queue_t *q) function
6733 * Since we are in qdrain_syncq, we already know the queue,
6845 * This is the mate to qdrain_syncq, except that it is putting the message onto
6873 * This is used for debug in the qfill_syncq/qdrain_syncq case
6898 * release it before we call qdrain_syncq o
[all...]

Completed in 331 milliseconds