Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h596 #define SQ_CICB 0x0800 /* Concurrent inner callback */ macro
605 #define SQ_CI (SQ_CIPUT|SQ_CISVC|SQ_CIOC|SQ_CICB)
616 #define SQ_CALLBACK (SQ_CICB|SQ_COCB)
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2436 sqtype |= SQ_CICB; in devflg_to_qflag()
7407 if (!(type & SQ_CICB)) { in qcallbwrapper()
7419 while ((sq->sq_flags & waitflags) || (!(type & SQ_CICB) &&count != 0)) { in qcallbwrapper()
7425 if (!(type & SQ_CICB)) { in qcallbwrapper()
7437 if (!(type & SQ_CICB)) { in qcallbwrapper()
7441 if (!(type & SQ_CICB)) { in qcallbwrapper()
7450 if (!(type & SQ_CICB)) { in qcallbwrapper()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c125 { SF(SQ_CICB), "Concurrent inner callback" },