Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dnode.c17 static struct node_head node_list = STAILQ_HEAD_INITIALIZER(node_list); variable
26 return &node_list; in node_list_head_get()
34 STAILQ_FOREACH(node, &node_list, next) in node_from_name()
47 STAILQ_FOREACH(node, &node_list, next) { in node_has_duplicate_entry()
196 STAILQ_FOREACH(node, &node_list, next) in rte_node_clone()
209 STAILQ_FOREACH(node, &node_list, next) in rte_node_from_name()
222 STAILQ_FOREACH(node, &node_list, next) in rte_node_id_to_name()
236 STAILQ_FOREACH(node, &node_list, next) in rte_node_edge_count()
309 STAILQ_FOREACH(node, &node_list, next) { in rte_node_edge_shrink()
337 STAILQ_FOREACH(n, &node_list, next) { in rte_node_edge_update()
[all …]
H A Dgraph_ops.c39 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_node_has_loop_edge()
52 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_src_nodes_count()
70 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_node_has_edge_to_src_node()
92 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_nodes_count()
103 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_mark_nodes_as_not_visited()
150 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_has_isolated_node()
161 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_has_isolated_node()
H A Dgraph.c50 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_node_add()
67 STAILQ_INSERT_TAIL(&graph->node_list, graph_node, next); in graph_node_add()
80 STAILQ_FOREACH(graph_node, &graph->node_list, next) in node_to_graph_node()
97 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_node_edges_add()
121 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_adjacency_list_update()
168 while (!STAILQ_EMPTY(&graph->node_list)) { in graph_cleanup()
169 graph_node = STAILQ_FIRST(&graph->node_list); in graph_cleanup()
170 STAILQ_REMOVE_HEAD(&graph->node_list, next); in graph_cleanup()
182 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_node_init()
204 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_node_fini()
[all …]
H A Dgraph_populate.c37 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_fp_mem_calc_size()
75 STAILQ_FOREACH(graph_node, &_graph->node_list, next) { in graph_nodes_populate()
165 STAILQ_FOREACH(graph_node, &_graph->node_list, next) { in graph_src_nodes_populate()
H A Dgraph_private.h103 STAILQ_HEAD(gnode_list, graph_node) node_list;
H A Dgraph_debug.c26 STAILQ_FOREACH(graph_node, &g->node_list, next) in graph_dump()
H A Dgraph_stats.c299 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in rte_graph_cluster_stats_create()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c79 TAILQ_FOREACH(child_node, &dev->node_list, node) { in find_prio_anchor()
697 TAILQ_FOREACH(tm_node, &dev->node_list, node) { in nix_tm_txsch_reg_config()
716 TAILQ_FOREACH(tm_node, &dev->node_list, node) { in nix_tm_node_search()
730 TAILQ_FOREACH(tm_node, &dev->node_list, node) { in check_rr()
752 TAILQ_FOREACH(tm_node, &dev->node_list, node) { in nix_tm_update_parent_info()
1091 TAILQ_FOREACH(sibling, &dev->node_list, node) { in otx2_nix_sq_flush_pre()
1158 TAILQ_FOREACH(sibling, &dev->node_list, node) { in otx2_nix_sq_flush_post()
1263 next_node = TAILQ_FIRST(&dev->node_list); in nix_tm_free_resources()
1307 TAILQ_REMOVE(&dev->node_list, tm_node, node); in nix_tm_free_resources()
2420 TAILQ_REMOVE(&dev->node_list, tm_node, node); in otx2_nix_tm_node_delete()
[all …]
H A Dotx2_ethdev.h317 struct otx2_nix_tm_node_list node_list; member
H A Dotx2_ethdev_debug.c725 TAILQ_FOREACH(tm_node, &dev->node_list, node) { in otx2_nix_tm_dump()