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()
51 new_head.cnt = old_head.cnt + 1; in __rte_stack_lf_push_elems()
53 last->next = old_head.top; in __rte_stack_lf_push_elems()
60 (rte_int128_t *)&old_head, in __rte_stack_lf_push_elems()
78 struct rte_stack_lf_head old_head; in __rte_stack_lf_pop_elems() local
101 old_head = list->head; in __rte_stack_lf_pop_elems()
115 rte_prefetch0(old_head.top); in __rte_stack_lf_pop_elems()
117 tmp = old_head.top; in __rte_stack_lf_pop_elems()
137 old_head = list->head; in __rte_stack_lf_pop_elems()
142 new_head.cnt = old_head.cnt + 1; in __rte_stack_lf_pop_elems()
160 (rte_int128_t *)&old_head, in __rte_stack_lf_pop_elems()
166 return old_head.top; in __rte_stack_lf_pop_elems()