Home
last modified time | relevance | path

Searched refs:s_tail (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dcircle_queue.h168 queue_entry_t s_head, s_tail; in circle_queue_concat_tail() local
174 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()