Home
last modified time | relevance | path

Searched refs:ln_nis (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c625 INIT_LIST_HEAD(&the_lnet.ln_nis); in lnet_prepare()
697 LASSERT(list_empty(&the_lnet.ln_nis)); in lnet_unprepare()
736 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_net2ni_locked()
849 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_nid2ni_locked()
886 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_count_acceptor_nis()
933 while (!list_empty(&the_lnet.ln_nis)) { in lnet_shutdown_lndnis()
934 ni = list_entry(the_lnet.ln_nis.next, in lnet_shutdown_lndnis()
1114 list_add_tail(&ni->ni_list, &the_lnet.ln_nis); in lnet_startup_lndnis()
1550 list_for_each(tmp, &the_lnet.ln_nis) { in LNetGetId()
1643 list_for_each_entry(ni, &the_lnet.ln_nis, ni_list) { in lnet_destroy_ping_info()
Drouter_proc.c693 n = the_lnet.ln_nis.next; in proc_lnet_nis()
695 while (n != &the_lnet.ln_nis) { in proc_lnet_nis()
Drouter.c261 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_shuffle_seed()
800 list_for_each_entry(ni, &the_lnet.ln_nis, ni_list) { in lnet_update_ni_status_locked()
Dlib-move.c2376 list_for_each(e, &the_lnet.ln_nis) { in LNetDist()
/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h700 struct list_head ln_nis; /* LND instances */ member