Searched refs:rn_list (Results 1 – 3 of 3) sorted by relevance
232 struct list_head *rn_list; in lnet_find_net_locked() local236 rn_list = lnet_net2rnethash(net); in lnet_find_net_locked()237 list_for_each(tmp, rn_list) { in lnet_find_net_locked()426 struct list_head *rn_list; in lnet_check_routes() local432 rn_list = &the_lnet.ln_remote_nets_hash[i]; in lnet_check_routes()433 list_for_each(e1, rn_list) { in lnet_check_routes()483 struct list_head *rn_list; in lnet_del_route() local494 rn_list = &the_lnet.ln_remote_nets_hash[0]; in lnet_del_route()496 rn_list = lnet_net2rnethash(net); in lnet_del_route()499 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()
2364 struct list_head *rn_list; in LNetDist() local2405 rn_list = lnet_net2rnethash(dstnet); in LNetDist()2406 list_for_each(e, rn_list) { in LNetDist()