Searched refs:QENAB (Results 1 – 3 of 3) sorted by relevance
160 #define QENAB 0x00000001 /* Queue is already enabled to run */ macro
1361 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 …]
67 { SF(QENAB), "Queue is already enabled to run" },