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

/freebsd-10.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c932 cl_map_iterator_t itor1, itor2; local
944 itor2 = cl_map_head(p_map2);
950 while (itor1 != cl_map_end(p_map1) && itor2 != cl_map_end(p_map2)) {
952 key2 = cl_map_key(itor2);
963 status = __cl_map_delta_move(p_new, p_map2, &itor2);
973 itor2 = cl_map_next(itor2);
978 while (itor2 != cl_map_end(p_map2)) {
979 status = __cl_map_delta_move(p_new, p_map2, &itor2);

Completed in 90 milliseconds