Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-md.c102 lmd->md_threshold = umd->threshold; in lnet_md_build()
214 umd->threshold = lmd->md_threshold; in lnet_md_deconstruct()
Dlib-msg.c325 if (md->md_threshold != LNET_MD_THRESH_INF) { in lnet_msg_attach_md()
326 LASSERT(md->md_threshold > 0); in lnet_msg_attach_md()
327 md->md_threshold--; in lnet_msg_attach_md()
Dlib-move.c1513 if (md == NULL || md->md_threshold == 0 || md->md_me != NULL) { in lnet_parse_reply()
1579 if (md == NULL || md->md_threshold == 0 || md->md_me != NULL) { in lnet_parse_ack()
2090 if (md == NULL || md->md_threshold == 0 || md->md_me != NULL) { in LNetPut()
2093 md == NULL ? -1 : md->md_threshold); in LNetPut()
2172 if (getmd->md_threshold == 0) { in lnet_create_reply_msg()
2289 if (md == NULL || md->md_threshold == 0 || md->md_me != NULL) { in LNetGet()
2292 md == NULL ? -1 : md->md_threshold); in LNetGet()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h149 int md_threshold; member
Dlib-lnet.h75 return (md->md_threshold == 0 || in lnet_md_exhausted()