Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c548 INIT_LIST_HEAD(&the_lnet.ln_nis); in lnet_prepare()
621 LASSERT(list_empty(&the_lnet.ln_nis)); in lnet_unprepare()
660 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_net2ni_locked()
773 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_nid2ni_locked()
810 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_count_acceptor_nis()
857 while (!list_empty(&the_lnet.ln_nis)) { in lnet_shutdown_lndnis()
858 ni = list_entry(the_lnet.ln_nis.next, in lnet_shutdown_lndnis()
1038 list_add_tail(&ni->ni_list, &the_lnet.ln_nis); in lnet_startup_lndnis()
1472 list_for_each(tmp, &the_lnet.ln_nis) { in LNetGetId()
1565 list_for_each_entry(ni, &the_lnet.ln_nis, ni_list) { in lnet_destroy_ping_info()
Drouter_proc.c678 n = the_lnet.ln_nis.next; in proc_lnet_nis()
680 while (n != &the_lnet.ln_nis) { in proc_lnet_nis()
Drouter.c250 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.c2372 list_for_each(e, &the_lnet.ln_nis) { in LNetDist()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h550 struct list_head ln_nis; /* LND instances */ member