Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Drouter.c221 struct list_head *rn_list; in lnet_find_net_locked() local
225 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() local
419 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() local
480 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 …]
Drouter_proc.c198 struct list_head *rn_list; in proc_lnet_routes() local
211 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()
Dlib-move.c2360 struct list_head *rn_list; in LNetDist() local
2401 rn_list = lnet_net2rnethash(dstnet); in LNetDist()
2402 list_for_each(e, rn_list) { in LNetDist()