Home
last modified time | relevance | path

Searched refs:rn_list (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Drouter.c232 struct list_head *rn_list; in lnet_find_net_locked() local
236 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() local
432 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() local
494 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 …]
Drouter_proc.c213 struct list_head *rn_list; in proc_lnet_routes() local
226 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()
Dlib-move.c2364 struct list_head *rn_list; in LNetDist() local
2405 rn_list = lnet_net2rnethash(dstnet); in LNetDist()
2406 list_for_each(e, rn_list) { in LNetDist()