Lines Matching defs:tail
444 struct ptr_list *head, *tail;456 tail = head->prev;457 idx = tail->nr;467 struct ptr_list *prev = tail;468 tail = __alloc_ptrlist(0);469 prev->next = tail;470 tail->prev = prev;474 tail->list[idx++] = ptr;482 tail->nr = idx;483 head->prev = tail;484 tail->next = head;