Searched refs:ln_nis_cpt (Results 1 – 2 of 2) sorted by relevance
619 INIT_LIST_HEAD(&the_lnet.ln_nis_cpt); in lnet_prepare()695 LASSERT(list_empty(&the_lnet.ln_nis_cpt)); in lnet_unprepare()787 if (!list_empty(&the_lnet.ln_nis_cpt)) { in lnet_cpt_of_nid_locked()788 list_for_each_entry(ni, &the_lnet.ln_nis_cpt, ni_cptlist) { in lnet_cpt_of_nid_locked()810 if (list_empty(&the_lnet.ln_nis_cpt)) in lnet_cpt_of_nid()1114 &the_lnet.ln_nis_cpt); in lnet_startup_lndnis()
702 struct list_head ln_nis_cpt; member