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

/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c139 * through to the qfill_syncq, and then tail processing. If state
226 * NOTE: qfill_syncq will need QLOCK. It is safe to drop
232 qfill_syncq(sq, qp, mp);
234 * NOTE: after the call to qfill_syncq() qp may be
493 * NOTE: qfill_syncq will need QLOCK. It is safe to drop
499 qfill_syncq(sq, qp, mp);
501 * NOTE: after the call to qfill_syncq() qp may be
H A Dstrsubr.c216 * qfill_syncq() starts QFULL'ing destination queues. As its primary
2125 * And qfill_syncq could possibly end up setting QFULL
6858 qfill_syncq(syncq_t *sq, queue_t *q, mblk_t *mp) function
6873 * This is used for debug in the qfill_syncq/qdrain_syncq case
6932 /* End of qfill_syncq */
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1181 extern void qfill_syncq(syncq_t *, queue_t *, mblk_t *);

Completed in 418 milliseconds