Lines Matching defs:sq
467 #define SQPUT_Q(sq, qp) \ argument
529 #define SQRM_Q(sq, qp) \ argument
595 #define SQ_PUTCOUNT_SETFAST_LOCKED(sq) { \ argument
610 #define SQ_PUTCOUNT_CLRFAST_LOCKED(sq) { \ argument
690 syncq_t *sq = &qip->qu_syncq; in queue_constructor() local
751 syncq_t *sq = &qip->qu_syncq; in queue_destructor() local
778 syncq_t *sq = buf; in syncq_constructor() local
793 syncq_t *sq = buf; in syncq_destructor() local
1686 wait_syncq(syncq_t *sq) in wait_syncq()
1713 syncq_t *sq = q->q_syncq; in wait_q_syncq() local
2101 syncq_t *sq = wrq->q_syncq; in munlink() local
2113 syncq_t *sq, *outer; in munlink() local
2179 syncq_t *sq = rq->q_syncq; in munlink() local
2490 syncq_t *sq, *outer; in setq() local
2645 syncq_t *sq; in hold_dm() local
3353 syncq_t *sq; in allocq() local
3415 syncq_t *sq, *outer; in freeq() local
3761 syncq_t *sq; in streams_sqbkgrnd_service() local
3798 wait_sq_svc(syncq_t *sq) in wait_sq_svc()
3839 sqenable(syncq_t *sq) in sqenable()
4622 syncq_t *sq = sql->sql_sq; in strlock() local
4859 syncq_t *sq = qp->q_syncq; in removeq() local
5009 blocksq(syncq_t *sq, ushort_t flag, int maxcnt) in blocksq()
5071 unblocksq(syncq_t *sq, uint16_t resetflag, int isouter) in unblocksq()
5106 dropsq(syncq_t *sq, uint16_t resetflag) in dropsq()
5131 emptysq(syncq_t *sq) in emptysq()
5380 entersq(syncq_t *sq, int entrypoint) in entersq()
5499 leavesq(syncq_t *sq, int entrypoint) in leavesq()
5566 syncq_t *sq = qp->q_syncq; in claimq() local
5583 syncq_t *sq = qp->q_syncq; in releaseq() local
5649 free_syncq(syncq_t *sq) in free_syncq()
5727 syncq_t *sq; in outer_enter() local
5817 syncq_t *sq; in outer_exit() local
5879 outer_insert(syncq_t *outer, syncq_t *sq) in outer_insert()
5910 outer_remove(syncq_t *outer, syncq_t *sq) in outer_remove()
5979 syncq_t *osq, *sq, *outer; in qwriter_outer() local
6172 sq_run_events(syncq_t *sq) in sq_run_events()
6256 sqfill_events(syncq_t *sq, queue_t *q, mblk_t *mp, void (*func)()) in sqfill_events()
6370 drain_syncq(syncq_t *sq) in drain_syncq()
6645 qdrain_syncq(syncq_t *sq, queue_t *q) in qdrain_syncq()
6858 qfill_syncq(syncq_t *sq, queue_t *q, mblk_t *mp) in qfill_syncq()
6951 flush_syncq(syncq_t *sq, queue_t *qp) in flush_syncq()
7095 syncq_t *sq; in propagate_syncq() local
7254 syncq_t *sq = q->q_syncq; in qwriter_inner() local
7298 callbparams_alloc(syncq_t *sq, void (*func)(void *), void *arg, int kmflags) in callbparams_alloc()
7329 callbparams_free(syncq_t *sq, callbparams_t *cbp) in callbparams_free()
7347 callbparams_free_id(syncq_t *sq, callbparams_id_t id, int32_t flag) in callbparams_free_id()
7374 syncq_t *sq; in qcallbwrapper() local
7469 putnext_tail(syncq_t *sq, queue_t *qp, uint32_t passflags) in putnext_tail()
7812 syncq_t *sq; in pass_wput() local
8281 syncq_service(syncq_t *sq) in syncq_service()