Home
last modified time | relevance | path

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

/dpdk/lib/graph/
H A Drte_graph_worker.h41 rte_graph_off_t *cir_start; /**< Pointer to circular buffer. */ member
134 const rte_graph_off_t *cir_start = graph->cir_start; in rte_graph_walk() local
158 node = (struct rte_node *)RTE_PTR_ADD(graph, cir_start[(int32_t)head++]); in rte_graph_walk()
196 graph->cir_start[tail++] = node->off; in __rte_node_enqueue_tail_update()
H A Dgraph_populate.c27 graph->cir_start = sz; in graph_fp_mem_calc_size()
55 graph->cir_start = RTE_PTR_ADD(graph, _graph->cir_start); in graph_header_popluate()
171 graph->cir_start[head--] = node->off; in graph_src_nodes_populate()
H A Dgraph_debug.c16 fprintf(f, " cir_start=%" PRIu32 "\n", g->cir_start); in graph_dump()
61 fprintf(f, " cir_start=%p\n", g->cir_start); in rte_graph_obj_dump()
H A Dgraph_private.h93 uint32_t cir_start; member