Searched refs:p_elt (Results 1 – 1 of 1) sorted by relevance
367 queue_entry_t n_elt, p_elt; in re_queue_head() local374 …p_elt = elt->prev; /* next_elt may equal prev_elt (and the queue head) if elt was the only element… in re_queue_head()375 n_elt->prev = p_elt; in re_queue_head()376 p_elt->next = n_elt; in re_queue_head()400 queue_entry_t n_elt, p_elt; in re_queue_tail() local407 …p_elt = elt->prev; /* next_elt may equal prev_elt (and the queue head) if elt was the only element… in re_queue_tail()408 n_elt->prev = p_elt; in re_queue_tail()409 p_elt->next = n_elt; in re_queue_tail()412 p_elt = que->prev; in re_queue_tail()414 elt->prev = p_elt; in re_queue_tail()[all …]