Searched refs:effective_panic_thresh (Results 1 – 1 of 1) sorted by relevance
239 int64_t effective_panic_thresh = panic_thresh_ + rtt; in pushDisciplineEvent() local240 if ((delta > effective_panic_thresh) || in pushDisciplineEvent()241 (delta < -effective_panic_thresh)) { in pushDisciplineEvent()