Home | History | Annotate | Download | only in raidframe

Lines Matching refs:lq_tail

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 tail