Searched refs:rn_list (Results 1 – 3 of 3) sorted by relevance
233 struct list_head *rn_list; in lnet_find_net_locked() local237 rn_list = lnet_net2rnethash(net); in lnet_find_net_locked()238 list_for_each(tmp, rn_list) { in lnet_find_net_locked()425 struct list_head *rn_list; in lnet_check_routes() local431 rn_list = &the_lnet.ln_remote_nets_hash[i]; in lnet_check_routes()432 list_for_each(e1, rn_list) { in lnet_check_routes()481 struct list_head *rn_list; in lnet_del_route() local492 rn_list = &the_lnet.ln_remote_nets_hash[0]; in lnet_del_route()494 rn_list = lnet_net2rnethash(net); in lnet_del_route()497 list_for_each(e1, rn_list) { in lnet_del_route()[all …]
213 struct list_head *rn_list; in proc_lnet_routes() local226 rn_list = &the_lnet.ln_remote_nets_hash[i]; in proc_lnet_routes()228 n = rn_list->next; in proc_lnet_routes()230 while (n != rn_list && route == NULL) { in proc_lnet_routes()
2363 struct list_head *rn_list; in LNetDist() local2404 rn_list = lnet_net2rnethash(dstnet); in LNetDist()2405 list_for_each(e, rn_list) { in LNetDist()