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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1298 * However, it does not cause any problem since flush_syncq() does
1302 ASSERT(flush_syncq(qp->q_syncq, qp) == 0);
1303 ASSERT(flush_syncq(wqp->q_syncq, wqp) == 0);
2190 * flush_syncq changes states only when there are some messages to
2193 ASSERT(flush_syncq(rq->q_syncq, rq) == 0);
2194 ASSERT(flush_syncq(wrq->q_syncq, wrq) == 0);
3428 (void) flush_syncq(qp->q_syncq, qp);
3429 (void) flush_syncq(wqp->q_syncq, wqp);
6951 flush_syncq(syncq_t *sq, queue_t *qp) function
7050 * message. Since flush_syncq i
[all...]

Completed in 60 milliseconds