Home
last modified time | relevance | path

Searched refs:tp_threshold (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c67 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()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h170 unsigned int tp_threshold; /* # failures to simulate */ member