Symbol: syncq_t
usr/src/cmd/mdb/common/modules/genunix/streams.c
446
if (syncq != 0 && q.q_syncq != (syncq_t *)syncq)
usr/src/cmd/mdb/common/modules/genunix/streams.c
487
syncq_t sq;
usr/src/cmd/mdb/common/modules/genunix/streams.c
868
syncq_t sq;
usr/src/cmd/mdb/common/modules/genunix/streams.c
884
(q.q_syncq != (syncq_t *)addr)) {
usr/src/uts/common/io/stream.c
3761
syncq_t *sq;
usr/src/uts/common/io/stream.c
3949
syncq_t *sq;
usr/src/uts/common/io/stream.c
4071
syncq_t *sq = q->q_syncq;
usr/src/uts/common/os/ddi.c
1025
syncq_t *sq;
usr/src/uts/common/os/ddi.c
1067
syncq_t *sq = q->q_syncq;
usr/src/uts/common/os/ddi.c
1105
syncq_t *sq = q->q_syncq;
usr/src/uts/common/os/ddi.c
692
syncq_t *sq, *outer;
usr/src/uts/common/os/ddi.c
805
syncq_t *sq, *outer;
usr/src/uts/common/os/ddi.c
907
syncq_t *sq;
usr/src/uts/common/os/ddi.c
996
syncq_t *sq;
usr/src/uts/common/os/putnext.c
147
syncq_t *sq;
usr/src/uts/common/os/putnext.c
429
syncq_t *sq;
usr/src/uts/common/os/streamio.c
5834
syncq_t *sq = NULL;
usr/src/uts/common/os/strsubr.c
1415
syncq_t *rsq = qp->q_syncq;
usr/src/uts/common/os/strsubr.c
1416
syncq_t *wsq = wqp->q_syncq;
usr/src/uts/common/os/strsubr.c
1689
wait_syncq(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
1716
syncq_t *sq = q->q_syncq;
usr/src/uts/common/os/strsubr.c
1738
syncq_t *passyncq;
usr/src/uts/common/os/strsubr.c
182
static syncq_t *sqhead;
usr/src/uts/common/os/strsubr.c
183
static syncq_t *sqtail;
usr/src/uts/common/os/strsubr.c
2029
syncq_t *passyncq;
usr/src/uts/common/os/strsubr.c
2114
syncq_t *sq = wrq->q_syncq;
usr/src/uts/common/os/strsubr.c
2126
syncq_t *sq, *outer;
usr/src/uts/common/os/strsubr.c
2192
syncq_t *sq = rq->q_syncq;
usr/src/uts/common/os/strsubr.c
2514
syncq_t *sq, *outer;
usr/src/uts/common/os/strsubr.c
2669
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
283
static syncq_t *new_syncq(void);
usr/src/uts/common/os/strsubr.c
284
static void free_syncq(syncq_t *);
usr/src/uts/common/os/strsubr.c
285
static void outer_insert(syncq_t *, syncq_t *);
usr/src/uts/common/os/strsubr.c
286
static void outer_remove(syncq_t *, syncq_t *);
usr/src/uts/common/os/strsubr.c
287
static void write_now(syncq_t *);
usr/src/uts/common/os/strsubr.c
290
static void sqenable(syncq_t *);
usr/src/uts/common/os/strsubr.c
291
static void sqfill_events(syncq_t *, queue_t *, mblk_t *, void (*)());
usr/src/uts/common/os/strsubr.c
297
static void syncq_service(syncq_t *);
usr/src/uts/common/os/strsubr.c
298
static void qwriter_outer_service(syncq_t *);
usr/src/uts/common/os/strsubr.c
308
static void sq_run_events(syncq_t *);
usr/src/uts/common/os/strsubr.c
311
static void blocksq(syncq_t *, ushort_t, int);
usr/src/uts/common/os/strsubr.c
312
static void unblocksq(syncq_t *, ushort_t, int);
usr/src/uts/common/os/strsubr.c
313
static int dropsq(syncq_t *, uint16_t);
usr/src/uts/common/os/strsubr.c
314
static void emptysq(syncq_t *);
usr/src/uts/common/os/strsubr.c
318
static void sqlist_insert(sqlist_t *, syncq_t *);
usr/src/uts/common/os/strsubr.c
3377
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
3439
syncq_t *sq, *outer;
usr/src/uts/common/os/strsubr.c
3785
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
3822
wait_sq_svc(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
3827
syncq_t *sq_chase;
usr/src/uts/common/os/strsubr.c
3828
syncq_t *sq_curr;
usr/src/uts/common/os/strsubr.c
3863
sqenable(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
4646
syncq_t *sq = sql->sql_sq;
usr/src/uts/common/os/strsubr.c
4883
syncq_t *sq = qp->q_syncq;
usr/src/uts/common/os/strsubr.c
4884
syncq_t *wsq = wqp->q_syncq;
usr/src/uts/common/os/strsubr.c
5033
blocksq(syncq_t *sq, ushort_t flag, int maxcnt)
usr/src/uts/common/os/strsubr.c
5095
unblocksq(syncq_t *sq, uint16_t resetflag, int isouter)
usr/src/uts/common/os/strsubr.c
5130
dropsq(syncq_t *sq, uint16_t resetflag)
usr/src/uts/common/os/strsubr.c
5155
emptysq(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
5180
sqlist_insert(sqlist_t *sqlist, syncq_t *sqp)
usr/src/uts/common/os/strsubr.c
5404
entersq(syncq_t *sq, int entrypoint)
usr/src/uts/common/os/strsubr.c
5523
leavesq(syncq_t *sq, int entrypoint)
usr/src/uts/common/os/strsubr.c
5590
syncq_t *sq = qp->q_syncq;
usr/src/uts/common/os/strsubr.c
5607
syncq_t *sq = qp->q_syncq;
usr/src/uts/common/os/strsubr.c
5666
static syncq_t *
usr/src/uts/common/os/strsubr.c
5673
free_syncq(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
5749
outer_enter(syncq_t *outer, uint16_t flags)
usr/src/uts/common/os/strsubr.c
5751
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
5839
outer_exit(syncq_t *outer)
usr/src/uts/common/os/strsubr.c
5841
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
5903
outer_insert(syncq_t *outer, syncq_t *sq)
usr/src/uts/common/os/strsubr.c
5934
outer_remove(syncq_t *outer, syncq_t *sq)
usr/src/uts/common/os/strsubr.c
5965
queue_writer(syncq_t *outer, void (*func)(), queue_t *q, mblk_t *mp)
usr/src/uts/common/os/strsubr.c
6003
syncq_t *osq, *sq, *outer;
usr/src/uts/common/os/strsubr.c
6128
write_now(syncq_t *outer)
usr/src/uts/common/os/strsubr.c
6196
sq_run_events(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
6280
sqfill_events(syncq_t *sq, queue_t *q, mblk_t *mp, void (*func)())
usr/src/uts/common/os/strsubr.c
6394
drain_syncq(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
6669
qdrain_syncq(syncq_t *sq, queue_t *q)
usr/src/uts/common/os/strsubr.c
6882
qfill_syncq(syncq_t *sq, queue_t *q, mblk_t *mp)
usr/src/uts/common/os/strsubr.c
693
syncq_t *sq = &qip->qu_syncq;
usr/src/uts/common/os/strsubr.c
6975
flush_syncq(syncq_t *sq, queue_t *qp)
usr/src/uts/common/os/strsubr.c
7119
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
7121
syncq_t *nsq;
usr/src/uts/common/os/strsubr.c
7278
syncq_t *sq = q->q_syncq;
usr/src/uts/common/os/strsubr.c
7322
callbparams_alloc(syncq_t *sq, void (*func)(void *), void *arg, int kmflags)
usr/src/uts/common/os/strsubr.c
7353
callbparams_free(syncq_t *sq, callbparams_t *cbp)
usr/src/uts/common/os/strsubr.c
7371
callbparams_free_id(syncq_t *sq, callbparams_id_t id, int32_t flag)
usr/src/uts/common/os/strsubr.c
7398
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
7493
putnext_tail(syncq_t *sq, queue_t *qp, uint32_t passflags)
usr/src/uts/common/os/strsubr.c
754
syncq_t *sq = &qip->qu_syncq;
usr/src/uts/common/os/strsubr.c
781
syncq_t *sq = buf;
usr/src/uts/common/os/strsubr.c
783
bzero(buf, sizeof (syncq_t));
usr/src/uts/common/os/strsubr.c
7843
syncq_t *sq;
usr/src/uts/common/os/strsubr.c
796
syncq_t *sq = buf;
usr/src/uts/common/os/strsubr.c
8313
syncq_service(syncq_t *sq)
usr/src/uts/common/os/strsubr.c
8331
qwriter_outer_service(syncq_t *outer)
usr/src/uts/common/os/strsubr.c
870
syncq_cache = kmem_cache_create("syncq_cache", sizeof (syncq_t), 0,
usr/src/uts/common/sys/strsubr.h
1190
extern void entersq(syncq_t *, int);
usr/src/uts/common/sys/strsubr.h
1191
extern void leavesq(syncq_t *, int);
usr/src/uts/common/sys/strsubr.h
1198
extern void drain_syncq(syncq_t *);
usr/src/uts/common/sys/strsubr.h
1199
extern void qfill_syncq(syncq_t *, queue_t *, mblk_t *);
usr/src/uts/common/sys/strsubr.h
1200
extern void qdrain_syncq(syncq_t *, queue_t *);
usr/src/uts/common/sys/strsubr.h
1201
extern int flush_syncq(syncq_t *, queue_t *);
usr/src/uts/common/sys/strsubr.h
1202
extern void wait_sq_svc(syncq_t *);
usr/src/uts/common/sys/strsubr.h
1204
extern void outer_enter(syncq_t *, uint16_t);
usr/src/uts/common/sys/strsubr.h
1205
extern void outer_exit(syncq_t *);
usr/src/uts/common/sys/strsubr.h
1209
extern callbparams_t *callbparams_alloc(syncq_t *, void (*)(void *),
usr/src/uts/common/sys/strsubr.h
1211
extern void callbparams_free(syncq_t *, callbparams_t *);
usr/src/uts/common/sys/strsubr.h
1212
extern void callbparams_free_id(syncq_t *, callbparams_id_t, int32_t);
usr/src/uts/common/sys/strsubr.h
1223
extern void putnext_tail(syncq_t *, queue_t *, uint32_t);
usr/src/uts/common/sys/strsubr.h
646
syncq_t *cbp_sq;
usr/src/uts/common/sys/strsubr.h
740
syncq_t *sql_sq;
usr/src/uts/common/sys/strsubr.h
752
syncq_t *dm_sq;
usr/src/uts/common/sys/strsubr.h
820
#define SQ(rq) ((syncq_t *)((rq) + 2))