Searched refs:rn_list (Results 1 – 3 of 3) sorted by relevance
221 struct list_head *rn_list; in lnet_find_net_locked() local225 rn_list = lnet_net2rnethash(net); in lnet_find_net_locked()226 list_for_each(tmp, rn_list) { in lnet_find_net_locked()413 struct list_head *rn_list; in lnet_check_routes() local419 rn_list = &the_lnet.ln_remote_nets_hash[i]; in lnet_check_routes()420 list_for_each(e1, rn_list) { in lnet_check_routes()469 struct list_head *rn_list; in lnet_del_route() local480 rn_list = &the_lnet.ln_remote_nets_hash[0]; in lnet_del_route()482 rn_list = lnet_net2rnethash(net); in lnet_del_route()485 list_for_each(e1, rn_list) { in lnet_del_route()[all …]
198 struct list_head *rn_list; in proc_lnet_routes() local211 rn_list = &the_lnet.ln_remote_nets_hash[i]; in proc_lnet_routes()213 n = rn_list->next; in proc_lnet_routes()215 while (n != rn_list && route == NULL) { in proc_lnet_routes()
2360 struct list_head *rn_list; in LNetDist() local2401 rn_list = lnet_net2rnethash(dstnet); in LNetDist()2402 list_for_each(e, rn_list) { in LNetDist()