Searched refs:shortest (Results 1 – 2 of 2) sorted by relevance
2411 lnet_route_t *shortest = NULL; in LNetDist() local2417 if (shortest == NULL || in LNetDist()2418 route->lr_hops < shortest->lr_hops) in LNetDist()2419 shortest = route; in LNetDist()2422 LASSERT(shortest != NULL); in LNetDist()2423 hops = shortest->lr_hops; in LNetDist()2425 *srcnidp = shortest->lr_gateway->lp_ni->ni_nid; in LNetDist()
375 the path expected to complete the incoming I/O in the shortest