Searched defs:SQ_CIPUT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h139 * for highly contended streams that have SQ_CIPUT queues in the critical path
562 * degree of concurrency. Thus if any of the SQ_CI* are set then SQ_CIPUT
575 #define SQ_CIPUT 0x0100 /* Concurrent inner put proc */ macro
585 #define SQ_TYPES_IN_FLAGS (SQ_CIPUT)
587 #define SQ_CI (SQ_CIPUT|SQ_CISVC|SQ_CIOC|SQ_CICB)
595 #define SQ_PUT (SQ_CIPUT|SQ_COPUT)
848 ASSERT((sq)->sq_type & SQ_CIPUT); \
861 ASSERT((sq)->sq_type & SQ_CIPUT); \
874 ASSERT((sq)->sq_type & SQ_CIPUT); \
889 ASSERT((sq)->sq_type & SQ_CIPUT); \
[all...]

Completed in 63 milliseconds