Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c627 cdg_node_t *current = cycle, *node_with_weakest_link = NULL; in get_weakest_link_in_cycle() local
634 node_with_weakest_link = current; in get_weakest_link_in_cycle()
650 node_with_weakest_link = current; in get_weakest_link_in_cycle()
664 if (node_with_weakest_link->linklist == weakest_link) { in get_weakest_link_in_cycle()
665 node_with_weakest_link->linklist = weakest_link->next; in get_weakest_link_in_cycle()
667 link = node_with_weakest_link->linklist; in get_weakest_link_in_cycle()