Home
last modified time | relevance | path

Searched refs:ln_routers (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c189 list_for_each_prev(pos, &the_lnet.ln_routers) { in lnet_rtr_addref_locked()
765 list_for_each(entry, &the_lnet.ln_routers) { in lnet_wait_known_routerstate()
1105 list_for_each_entry(lp, &the_lnet.ln_routers, in lnet_prune_rc_data()
1188 list_for_each(entry, &the_lnet.ln_routers) { in lnet_router_checker()
1660 list_for_each_entry(rtr, &the_lnet.ln_routers, lp_rtr_list) { in lnet_router_checker()
Drouter_proc.c344 r = the_lnet.ln_routers.next; in proc_lnet_routers()
346 while (r != &the_lnet.ln_routers) { in proc_lnet_routers()
Dapi-ni.c621 INIT_LIST_HEAD(&the_lnet.ln_routers); in lnet_prepare()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h714 struct list_head ln_routers; member