Searched refs:s_tail (Results 1 – 1 of 1) sorted by relevance
168 queue_entry_t s_head, s_tail; in circle_queue_concat_tail() local174 s_tail = s_head->prev; in circle_queue_concat_tail()175 if (s_tail->next != s_head) { in circle_queue_concat_tail()193 d_head->prev = s_tail; in circle_queue_concat_tail()194 s_tail->next = d_head; in circle_queue_concat_tail()