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