Searched refs:path_count (Results 1 – 3 of 3) sorted by relevance
525 int path_count, dir_count, done, i, j, dir_copied; in cd9660_createSL() local533 path_count = 0; in cd9660_createSL()545 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()547 path_count += 2; in cd9660_createSL()580 if ((path_count + dir_count) >= 249) { in cd9660_createSL()585 if (path_count <= 249) { in cd9660_createSL()586 while(j != (249 - path_count)) { in cd9660_createSL()594 path_count, in cd9660_createSL()598 path_count += j; in cd9660_createSL()599 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()[all …]
58 uint32_t path_count; member472 port_paths[port_paths_count].path_count = check_count; in osm_switch_recommend_path()539 && port_paths[idx].path_count < least_paths_other_sys) { in osm_switch_recommend_path()540 least_paths_other_sys = port_paths[idx].path_count; in osm_switch_recommend_path()545 && port_paths[idx].path_count < least_paths_other_nodes) { in osm_switch_recommend_path()546 least_paths_other_nodes = port_paths[idx].path_count; in osm_switch_recommend_path()552 if (port_paths[idx].path_count < least_paths) { in osm_switch_recommend_path()554 least_paths = port_paths[idx].path_count; in osm_switch_recommend_path()564 && port_paths[idx].path_count == least_paths in osm_switch_recommend_path()
526 u_int8_t path_count; member