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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h367 * on the order of sq_flags and sq_count (so that they can e.g.
405 * sq->sq_flags |= SQ_WANTWAKEUP;
417 * sq->sq_flags |= SQ_WANTWAKEUP;
442 uint16_t sq_flags; /* state and some type info */ member in struct:syncq
535 #define PERIM_EXCL(q) ((q)->q_syncq->sq_flags & SQ_EXCL)
556 * The SQ_TYPES_IN_FLAGS (ciput) are also stored in sq_flags
558 * 16 bits and not conflict with the sq_flags values above.
584 /* Types also kept in sq_flags for performance */

Completed in 64 milliseconds