Home
last modified time | relevance | path

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

/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c496 osm_node_t *p_node, *p_next_node; in osm_drop_mgr_process() local
510 p_next_node = (osm_node_t *) cl_qmap_head(p_node_guid_tbl); in osm_drop_mgr_process()
511 while (p_next_node != (osm_node_t *) cl_qmap_end(p_node_guid_tbl)) { in osm_drop_mgr_process()
512 p_node = p_next_node; in osm_drop_mgr_process()
513 p_next_node = in osm_drop_mgr_process()
514 (osm_node_t *) cl_qmap_next(&p_next_node->map_item); in osm_drop_mgr_process()
572 p_next_node = (osm_node_t *) cl_qmap_head(p_node_guid_tbl); in osm_drop_mgr_process()
573 while (p_next_node != (osm_node_t *) cl_qmap_end(p_node_guid_tbl)) { in osm_drop_mgr_process()
574 p_node = p_next_node; in osm_drop_mgr_process()
575 p_next_node = in osm_drop_mgr_process()
[all …]
H A Dosm_subnet.c1123 osm_node_t *p_node, *p_next_node; in osm_subn_destroy() local
1134 p_next_node = (osm_node_t *) cl_qmap_head(&p_subn->node_guid_tbl); in osm_subn_destroy()
1135 while (p_next_node != in osm_subn_destroy()
1137 p_node = p_next_node; in osm_subn_destroy()
1138 p_next_node = (osm_node_t *) cl_qmap_next(&p_node->map_item); in osm_subn_destroy()