Searched refs:SQ_EVENTS (Results 1 – 4 of 4) sorted by relevance
187 (sq->sq_flags & (SQ_STAYAWAY|SQ_EXCL|SQ_EVENTS))) { in putnext()218 if ((flags & (SQ_STAYAWAY|SQ_EXCL|SQ_EVENTS)) || in putnext()456 (sq->sq_flags & (SQ_STAYAWAY|SQ_EXCL|SQ_EVENTS))) { in put()485 if ((flags & (SQ_STAYAWAY|SQ_EXCL|SQ_EVENTS)) || in put()
4947 if (qp->q_syncqmsgs != 0 || (qp->q_syncq->sq_flags & SQ_EVENTS)) in removeq()4950 (wqp->q_syncq->sq_flags & SQ_EVENTS)) in removeq()5384 uint16_t waitflags = SQ_STAYAWAY | SQ_EVENTS | SQ_EXCL; in entersq()5953 outer->sq_flags |= SQ_EVENTS; in queue_writer()5959 ASSERT(outer->sq_flags & SQ_EVENTS); in queue_writer()6119 ASSERT((outer->sq_flags & SQ_EVENTS)); in write_now()6124 outer->sq_flags &= ~SQ_EVENTS; in write_now()6201 ASSERT(sq->sq_flags & SQ_EVENTS); in sq_run_events()6218 sq->sq_flags &= ~SQ_EVENTS; in sq_run_events()6235 ASSERT(!(sq->sq_flags & SQ_EVENTS)); in sq_run_events()[all …]
528 #define SQ_EVENTS 0x0080 /* Events pending */ macro529 #define SQ_QUEUED (SQ_MESSAGES | SQ_EVENTS)
110 { SF(SQ_EVENTS), "There are events on syncq" },