Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_graph_perf.c52 uint16_t nb_nodes; member
68 for (i = 0; i < graph_data->nb_nodes; i++) in graph_get_node_data()
347 graph_data->nb_nodes = 0; in graph_init()
392 node_patterns[graph_data->nb_nodes] = in graph_init()
405 graph_data->nb_nodes++; in graph_init()
415 graph_data->nb_nodes++; in graph_init()
467 graph_data->nb_nodes++; in graph_init()
475 graph_data->nb_nodes++; in graph_init()
524 graph_data->nb_nodes++; in graph_init()
532 graph_data->nb_nodes++; in graph_init()
[all …]
/dpdk/lib/graph/
H A Dgraph_stats.c25 rte_node_t nb_nodes; member
158 cluster->nodes[cluster->nb_nodes++] = node; in stats_mem_populate()
180 cluster->nodes[cluster->nb_nodes++] = node; in stats_mem_populate()
338 for (count = 0; count < cluster->nb_nodes; count++) { in cluster_node_arregate_stats()
H A Dgraph_debug.c57 fprintf(f, " nb_nodes=%" PRId32 "\n", g->nb_nodes); in rte_graph_obj_dump()
H A Drte_graph.h346 count < graph->nb_nodes; \
H A Dgraph_populate.c54 graph->nb_nodes = _graph->node_count; in graph_header_popluate()
H A Drte_graph_worker.h40 rte_node_t nb_nodes; /**< Number of nodes in the graph. */ member
/dpdk/lib/bpf/
H A Dbpf_validate.c68 uint32_t nb_nodes; member
2041 bvf->nb_nodes++; in validate()
2056 bvf->nb_nodes, in validate()
2063 if (bvf->node_colour[BLACK] != bvf->nb_nodes) { in validate()