Lines Matching full:tail
51 static struct psr_data *head = NULL, *tail = NULL;2713 tail->next = item;2715 tail = item;2737 if (head == tail)2738 tail = NULL;