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

/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c129 * enqueues the message on the queue, and then call qdrain_syncq. If
131 * check before calling qdrain_syncq, but it is a little more clear
132 * to have qdrain_syncq do this (we might try the above optimization
133 * as this behavior evolves). qdrain_syncq assumes that SQ_EXCL is set
296 * and call qdrain_syncq (must be done with
314 qdrain_syncq(sq, qp);
563 * and call qdrain_syncq (must be done with
581 qdrain_syncq(sq, qp);
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...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1182 extern void qdrain_syncq(syncq_t *, queue_t *);

Completed in 81 milliseconds