Lines Matching defs:threshold
222 /* Below this threshold (in ns), we consider thinktime immediate. */
225 /* hw_tag detection: parallel requests threshold and min samples needed. */
1183 * particular, we found a threshold such that only bursts with a
1184 * larger size than that threshold are apparently caused by
1220 * the large-burst threshold, then
5842 * time. If the inflation is below a certain threshold, then bfqq
5845 * increased. If the inflation is above the threshold, then the
5878 u64 threshold = (bfqq->last_serv_time_ns * 3)>>1;
5880 if (tot_time_ns >= threshold && old_limit > 0) {
5883 } else if (tot_time_ns < threshold &&