Searched refs:dijkstra (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c41 * (with dijkstra algorithm)
59 /* "infinity" for dijkstra */
90 /* for dijkstra routing */
183 /************ helper functions for heap in dijkstra *******************
1170 /* index 0 is for the source in dijkstra -> ignore */
1200 static int dijkstra(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list,
1356 err = dijkstra(p_mgr, adj_list, adj_list_size, p_port, sm_lid);
1360 /* if sm is running on a switch, then dijkstra doesn't
1424 /* dijkstra step from one source to all switches in the df-/sssp graph */
1425 static int dijkstra(osm_ucast_mgr_ function
[all...]

Completed in 167 milliseconds