Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c2393 unsigned int threshold; in blk_throtl_bio_endio() local
2396 threshold = tg->td->avg_buckets[rw][bucket].latency + in blk_throtl_bio_endio()
2398 if (lat > threshold) in blk_throtl_bio_endio()
Dbfq-iosched.c6357 u64 threshold = (bfqq->last_serv_time_ns * 3)>>1; in bfq_update_inject_limit() local
6359 if (tot_time_ns >= threshold && old_limit > 0) { in bfq_update_inject_limit()
6362 } else if (tot_time_ns < threshold && in bfq_update_inject_limit()