Home
last modified time | relevance | path

Searched refs:syncq_t (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h502 typedef struct syncq syncq_t; typedef
628 syncq_t *cbp_sq;
722 syncq_t *sql_sq;
734 syncq_t *dm_sq;
802 #define SQ(rq) ((syncq_t *)((rq) + 2))
1172 extern void entersq(syncq_t *, int);
1173 extern void leavesq(syncq_t *, int);
1180 extern void drain_syncq(syncq_t *);
1181 extern void qfill_syncq(syncq_t *, queue_t *, mblk_t *);
1182 extern void qdrain_syncq(syncq_t *, queue_t *);
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c180 static syncq_t *sqhead;
181 static syncq_t *sqtail;
281 static syncq_t *new_syncq(void);
282 static void free_syncq(syncq_t *);
283 static void outer_insert(syncq_t *, syncq_t *);
284 static void outer_remove(syncq_t *, syncq_t *);
285 static void write_now(syncq_t *);
288 static void sqenable(syncq_t *);
289 static void sqfill_events(syncq_t *, queue_t *, mblk_t *, void (*)());
295 static void syncq_service(syncq_t *);
[all …]
H A Dddi.c692 syncq_t *sq, *outer; in qwait_sig()
805 syncq_t *sq, *outer; in qwait()
907 syncq_t *sq; in qwait_rw()
996 syncq_t *sq; in qtimeout()
1025 syncq_t *sq; in qbufcall()
1067 syncq_t *sq = q->q_syncq; in quntimeout()
1105 syncq_t *sq = q->q_syncq; in qunbufcall()
H A Dputnext.c147 syncq_t *sq; in putnext()
429 syncq_t *sq; in put()
H A Dstreamio.c5708 syncq_t *sq = NULL; in do_sendfp()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c442 if (syncq != 0 && q.q_syncq != (syncq_t *)syncq) in queue()
483 syncq_t sq; in syncq()
864 syncq_t sq; in syncq2q()
880 (q.q_syncq != (syncq_t *)addr)) { in syncq2q()
/titanic_44/usr/src/uts/common/io/
H A Dstream.c3754 syncq_t *sq; in rwnext()
3942 syncq_t *sq; in infonext()
4064 syncq_t *sq = q->q_syncq; in create_syncq_putlocks()