Searched refs:ln_nis_cpt (Results 1 – 2 of 2) sorted by relevance
549 INIT_LIST_HEAD(&the_lnet.ln_nis_cpt); in lnet_prepare()622 LASSERT(list_empty(&the_lnet.ln_nis_cpt)); in lnet_unprepare()714 if (!list_empty(&the_lnet.ln_nis_cpt)) { in lnet_cpt_of_nid_locked()715 list_for_each_entry(ni, &the_lnet.ln_nis_cpt, ni_cptlist) { in lnet_cpt_of_nid_locked()737 if (list_empty(&the_lnet.ln_nis_cpt)) in lnet_cpt_of_nid()1041 &the_lnet.ln_nis_cpt); in lnet_startup_lndnis()
552 struct list_head ln_nis_cpt; member