Home
last modified time | relevance | path

Searched refs:md_refcount (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-md.c69 if (md->md_refcount != 0) { in lnet_md_unlink()
103 lmd->md_refcount = 0; in lnet_md_build()
444 if (md->md_eq != NULL && md->md_refcount == 0) { in LNetMDUnlink()
Dlib-msg.c324 md->md_refcount++; in lnet_msg_attach_md()
342 md->md_refcount--; in lnet_msg_detach_md()
343 LASSERT(md->md_refcount >= 0); in lnet_msg_detach_md()
Dlib-me.c251 if (md->md_eq != NULL && md->md_refcount == 0) { in LNetMEUnlink()
Dlib-ptl.c633 LASSERT(md->md_refcount == 0); /* a brand new MD */ in lnet_ptl_attach_md()
Dlib-move.c2164 LASSERT(getmd->md_refcount > 0); in lnet_create_reply_msg()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h150 int md_refcount; member
Dlib-lnet.h87 if (md->md_refcount != 0) in lnet_md_unlinkable()