Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_ops.c72 node = graph_node->adjacency_list[i]->node; in graph_node_has_edge_to_src_node()
127 tmp = v->adjacency_list[i]; in graph_bfs()
H A Dgraph_private.h70 struct graph_node *adjacency_list[]; /**< Adjacency list of the node. */ member
H A Dgraph.c131 graph_node->adjacency_list[i] = tmp; in graph_adjacency_list_update()
509 graph_node->adjacency_list[i]->node->name, in graph_to_dot()
H A Dgraph_populate.c95 ->adjacency_list[count] in graph_nodes_populate()