Searched refs:tp_threshold (Results 1 – 2 of 2) sorted by relevance
67 tp->tp_threshold = threshold; in lnet_fail_nid()83 if (tp->tp_threshold == 0 || /* needs culling anyway */ in lnet_fail_nid()119 if (tp->tp_threshold == 0) { in fail_peer()135 if (tp->tp_threshold != LNET_MD_THRESH_INF) { in fail_peer()136 tp->tp_threshold--; in fail_peer()138 tp->tp_threshold == 0) { in fail_peer()
170 unsigned int tp_threshold; /* # failures to simulate */ member