Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c618 INIT_LIST_HEAD(&the_lnet.ln_nis); in lnet_prepare()
694 LASSERT(list_empty(&the_lnet.ln_nis)); in lnet_unprepare()
733 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_net2ni_locked()
846 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_nid2ni_locked()
883 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_count_acceptor_nis()
930 while (!list_empty(&the_lnet.ln_nis)) { in lnet_shutdown_lndnis()
931 ni = list_entry(the_lnet.ln_nis.next, in lnet_shutdown_lndnis()
1111 list_add_tail(&ni->ni_list, &the_lnet.ln_nis); in lnet_startup_lndnis()
1547 list_for_each(tmp, &the_lnet.ln_nis) { in LNetGetId()
1640 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.c262 list_for_each(tmp, &the_lnet.ln_nis) { in lnet_shuffle_seed()
812 list_for_each_entry(ni, &the_lnet.ln_nis, ni_list) { in lnet_update_ni_status_locked()
Dlib-move.c2375 list_for_each(e, &the_lnet.ln_nis) { in LNetDist()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h700 struct list_head ln_nis; /* LND instances */ member