Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c11935 struct instruction_group *jmp_g, *new_g; in instruction_group_list_create() local
11959 new_g = calloc(1, sizeof(struct instruction_group)); in instruction_group_list_create()
11960 if (!new_g) in instruction_group_list_create()
11963 new_g->group_id = n_groups; in instruction_group_list_create()
11964 new_g->first_instr_id = i; in instruction_group_list_create()
11965 new_g->last_instr_id = g->last_instr_id; in instruction_group_list_create()
11969 TAILQ_INSERT_AFTER(igl, g, new_g, node); in instruction_group_list_create()