Lines Matching refs:next
189 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority()
191 m_head.list.next = &node->list; in enqueueWithPriority()
193 node->list.next = p_next; in enqueueWithPriority()
225 pos = head->next; in peek()
261 pos = head->next; in dequeue()
299 pos = head->next; in flush()
303 pos = pos->next; in flush()
345 pos = head->next; in flushNodes()
349 pos = pos->next; in flushNodes()
390 pos = head->next; in flushNodes()
394 pos = pos->next; in flushNodes()