Lines Matching refs:old_head
39 struct rte_stack_lf_head old_head; in __rte_stack_lf_push_elems() local
42 old_head = list->head; in __rte_stack_lf_push_elems()
58 new_head.cnt = old_head.cnt + 1; in __rte_stack_lf_push_elems()
60 last->next = old_head.top; in __rte_stack_lf_push_elems()
65 (rte_int128_t *)&old_head, in __rte_stack_lf_push_elems()
80 struct rte_stack_lf_head old_head; in __rte_stack_lf_pop_elems() local
96 old_head = list->head; in __rte_stack_lf_pop_elems()
110 rte_prefetch0(old_head.top); in __rte_stack_lf_pop_elems()
112 tmp = old_head.top; in __rte_stack_lf_pop_elems()
135 new_head.cnt = old_head.cnt + 1; in __rte_stack_lf_pop_elems()
140 (rte_int128_t *)&old_head, in __rte_stack_lf_pop_elems()
146 return old_head.top; in __rte_stack_lf_pop_elems()