Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dcircle_queue.h168 queue_entry_t s_head, s_tail; in circle_queue_concat_tail() local
170 s_head = sq->head; in circle_queue_concat_tail()
171 if (!s_head) { in circle_queue_concat_tail()
174 s_tail = s_head->prev; in circle_queue_concat_tail()
175 if (s_tail->next != s_head) { in circle_queue_concat_tail()
176 __queue_element_linkage_invalid(s_head); in circle_queue_concat_tail()
182 dq->head = s_head; in circle_queue_concat_tail()
190 d_tail->next = s_head; in circle_queue_concat_tail()
191 s_head->prev = d_tail; in circle_queue_concat_tail()