Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Drte_graph_worker.h74 uint64_t total_objs; /**< Objects processed by this node. */ member
168 node->total_objs += rc; in rte_graph_walk()
H A Dgraph_debug.c78 fprintf(f, " total_objs=%" PRId64 "\n", n->total_objs); in rte_graph_obj_dump()
H A Dgraph_stats.c340 objs += node->total_objs; in cluster_node_arregate_stats()