Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dpeer.c171 LASSERT(lp->lp_rtr_refcount == 0); in lnet_destroy_peer_locked()
269 lp->lp_rtr_refcount = 0; in lnet_nid2peer_locked()
Drouter.c181 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()
Drouter_proc.c364 int nrtrrefs = peer->lp_rtr_refcount; in proc_lnet_routers()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h470 int lp_rtr_refcount; member
Dlib-lnet.h585 return lp->lp_rtr_refcount != 0; in lnet_isrouter()