Searched refs:md_threshold (Results 1 – 5 of 5) sorted by relevance
102 lmd->md_threshold = umd->threshold; in lnet_md_build()214 umd->threshold = lmd->md_threshold; in lnet_md_deconstruct()
325 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()
1513 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()
149 int md_threshold; member
75 return (md->md_threshold == 0 || in lnet_md_exhausted()