Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c566 queue_t *te_wq; /* stream write queue */ member
681 (void) putbq((x)->te_wq, mp); \
684 #define TL_QENABLE(x) { (x)->te_nowsrv = B_FALSE; qenable((x)->te_wq); }
685 #define TL_PUTQ(x, mp) { (x)->te_nowsrv = B_FALSE; (void)putq((x)->te_wq, mp); }
1254 ASSERT(tep->te_wq == NULL); in tl_free()
1573 tep->te_wq = WR(rq); in tl_open()
1604 queue_t *wq = tep->te_wq; in tl_close()
1694 tep->te_wq = NULL; in tl_close()
1724 if (tep->te_wq->q_first && (IS_CLTS(tep) || IS_COTSORD(tep))) { in tl_close_ser()
1738 tep->te_wq->q_next = NULL; in tl_close_ser()
[all …]