HomeSort by: relevance | last modified time | path
    Searched refs:lq_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_fifo.c 62 q->hq_count = q->lq_count = 0;
93 RF_ASSERT(q->lq_count == 0 && q->lq_head == NULL);
96 RF_ASSERT(q->lq_count != 0 && q->lq_head != NULL);
100 q->lq_count++;
102 if ((q->hq_count + q->lq_count) != elem->queue->queueLength) {
104 q->hq_count, q->lq_count, (int) elem->queue->queueLength);
110 RF_ASSERT((q->hq_count + q->lq_count) == elem->queue->queueLength);
130 RF_ASSERT(q->lq_count != 0 && q->lq_tail != NULL);
136 q->lq_count--;
144 RF_ASSERT(q->hq_count == 0 && q->lq_count == 0 && q->hq_tail == NULL && q->lq_tail == NULL)
    [all...]
rf_fifo.h 47 int hq_count, lq_count; /* debug only */ member in struct:RF_FifoHeader_s

Completed in 43 milliseconds