Searched refs:thr_high (Results 1 – 1 of 1) sorted by relevance
13994 uint32_t thr_low, thr_high; in dp_bucket_index() local13998 thr_high = array[i + 1]; in dp_bucket_index()14002 thr_high = thr_high * USEC_PER_MSEC; in dp_bucket_index()14004 if (delay >= thr_low && delay <= thr_high) in dp_bucket_index()