Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dclone.c239 ASSERT(rq->q_syncq->sq_type == (SQ_CI|SQ_CO)); in clnopen()
316 setq(rq, rinit, winit, NULL, QMTSAFE, SQ_CI|SQ_CO, in clnopen()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h587 #define SQ_CI (SQ_CIPUT|SQ_CISVC|SQ_CIOC|SQ_CICB) macro
589 #define SQ_TYPEMASK (SQ_CI|SQ_CO)
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c1911 setq(rq, &strdata, &stwdata, NULL, QMTSAFE, SQ_CI|SQ_CO, in mlink_file()
2210 setq(rq, &strdata, &stwdata, NULL, QMTSAFE, SQ_CI|SQ_CO, B_TRUE); in munlink()
2364 sqtype |= SQ_CI; in devflg_to_qflag()
5386 uint_t c_inner = entrypoint & SQ_CI; in entersq()
5505 uint_t c_inner = entrypoint & SQ_CI; in leavesq()
6580 (type & SQ_CI) || sq->sq_head->q_draining); in drain_syncq()
7845 SQ_CI|SQ_CO, B_FALSE); in link_addpassthru()
H A Dstreamio.c413 SQ_CI|SQ_CO, B_FALSE); in stropen()
434 setq(qp, &strdata, &stwdata, NULL, QMTSAFE, SQ_CI|SQ_CO, B_FALSE); in stropen()