Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c1095 if (r1->lr_hops < r2->lr_hops) in lnet_compare_routes()
1098 if (r1->lr_hops > r2->lr_hops) in lnet_compare_routes()
2414 route->lr_hops < shortest->lr_hops) in LNetDist()
2419 hops = shortest->lr_hops; in LNetDist()
Drouter.c332 route->lr_hops = hops; in lnet_add_route()
566 *hops = route->lr_hops; in lnet_get_route()
Drouter_proc.c240 unsigned int hops = route->lr_hops; in proc_lnet_routes()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h362 unsigned int lr_hops; /* how far I am */ member