Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1365 if (qp->q_flag & QENAB && qhead != NULL) { in remove_runlist()
1375 qp->q_flag &= ~QENAB; in remove_runlist()
1429 while (qp->q_flag & (QINSERVICE|QENAB)) in wait_svc()
1433 while (wqp->q_flag & (QINSERVICE|QENAB)) in wait_svc()
3469 ASSERT(!(qp->q_flag & QENAB)); in freeq()
3470 ASSERT(!(wqp->q_flag & QENAB)); in freeq()
3675 if (q->q_flag & QENAB) { in runservice()
3676 q->q_flag &= ~QENAB; in runservice()
8203 if (q->q_flag & (QWCLOSE|QENAB)) in qenable_locked()
8212 q->q_flag |= QENAB; in qenable_locked()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h163 #define QENAB 0x00000001 /* Queue is already enabled to run */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c71 { SF(QENAB), "Queue is already enabled to run" },