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

  /src/sys/dev/raidframe/
rf_fifo.c 92 if (!q->lq_tail) {
94 q->lq_head = q->lq_tail = elem;
97 q->lq_tail->next = elem;
98 q->lq_tail = elem;
130 RF_ASSERT(q->lq_count != 0 && q->lq_tail != NULL);
134 q->lq_tail = NULL;
144 RF_ASSERT(q->hq_count == 0 && q->lq_count == 0 && q->hq_tail == NULL && q->lq_tail == NULL);
179 q->lq_tail = NULL; /* we deleted the only
182 if (lp == q->lq_tail)
183 q->lq_tail = pt; /* we deleted the tai
    [all...]
rf_fifo.c 92 if (!q->lq_tail) {
94 q->lq_head = q->lq_tail = elem;
97 q->lq_tail->next = elem;
98 q->lq_tail = elem;
130 RF_ASSERT(q->lq_count != 0 && q->lq_tail != NULL);
134 q->lq_tail = NULL;
144 RF_ASSERT(q->hq_count == 0 && q->lq_count == 0 && q->hq_tail == NULL && q->lq_tail == NULL);
179 q->lq_tail = NULL; /* we deleted the only
182 if (lp == q->lq_tail)
183 q->lq_tail = pt; /* we deleted the tai
    [all...]
rf_fifo.h 46 RF_DiskQueueData_t *lq_head, *lq_tail; /* low priority requests */ member in struct:RF_FifoHeader_s
rf_fifo.h 46 RF_DiskQueueData_t *lq_head, *lq_tail; /* low priority requests */ member in struct:RF_FifoHeader_s

Completed in 154 milliseconds