Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstream.h160 #define QENAB 0x00000001 /* Queue is already enabled to run */ macro
/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c1361 if (qp->q_flag & QENAB && qhead != NULL) { in remove_runlist()
1371 qp->q_flag &= ~QENAB; in remove_runlist()
1425 while (qp->q_flag & (QINSERVICE|QENAB)) in wait_svc()
1429 while (wqp->q_flag & (QINSERVICE|QENAB)) in wait_svc()
3444 ASSERT(!(qp->q_flag & QENAB)); in freeq()
3445 ASSERT(!(wqp->q_flag & QENAB)); in freeq()
3650 if (q->q_flag & QENAB) { in runservice()
3651 q->q_flag &= ~QENAB; in runservice()
8170 if (q->q_flag & (QWCLOSE|QENAB)) in qenable_locked()
8179 q->q_flag |= QENAB; in qenable_locked()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c67 { SF(QENAB), "Queue is already enabled to run" },