Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.h132 #define RDC_QFILLSTOP 0x01 /* diskq->memq flusher kill switch */ macro
H A Drdc_diskq.c974 if (nq->qfflags & RDC_QFILLSTOP) in rdc_qfill_shldwakeup()
2591 (q->qfflags & (RDC_QFILLSLEEP | RDC_QFILLSTOP)) || in rdc_dequeue()
2717 while (!(q->qfflags & RDC_QFILLSTOP)) { in rdc_qfiller_thr()
2766 if (q->qfflags & RDC_QFILLSTOP) { in rdc_qfiller_thr()
2786 q->qfflags &= ~RDC_QFILLSTOP; in rdc_qfiller_thr()
H A Drdc_io.c565 group->ra_queue.qfflags |= RDC_QFILLSTOP; in remove_from_group()
566 while (krdc->group->ra_queue.qfflags & RDC_QFILLSTOP) { in remove_from_group()
856 old_group->ra_queue.qfflags |= RDC_QFILLSTOP; in change_group()
857 while (old_group->ra_queue.qfflags & RDC_QFILLSTOP) { in change_group()