Searched refs:lp_rtr_refcount (Results 1 – 5 of 5) sorted by relevance
171 LASSERT(lp->lp_rtr_refcount == 0); in lnet_destroy_peer_locked()269 lp->lp_rtr_refcount = 0; in lnet_nid2peer_locked()
181 LASSERT(lp->lp_rtr_refcount >= 0); in lnet_rtr_addref_locked()184 lp->lp_rtr_refcount++; in lnet_rtr_addref_locked()185 if (lp->lp_rtr_refcount == 1) { in lnet_rtr_addref_locked()208 LASSERT(lp->lp_rtr_refcount > 0); in lnet_rtr_decref_locked()211 lp->lp_rtr_refcount--; in lnet_rtr_decref_locked()212 if (lp->lp_rtr_refcount == 0) { in lnet_rtr_decref_locked()
364 int nrtrrefs = peer->lp_rtr_refcount; in proc_lnet_routers()
470 int lp_rtr_refcount; member
585 return lp->lp_rtr_refcount != 0; in lnet_isrouter()