Searched refs:tot_io_time (Results 1 – 1 of 1) sorted by relevance
1948 u64 tot_io_time = now_ns - bfqq->io_start_time; in bfq_update_io_intensity() local1961 if (bfqq->tot_idle_time * 5 > tot_io_time) in bfq_update_io_intensity()1970 if (tot_io_time > 200 * NSEC_PER_MSEC) { in bfq_update_io_intensity()1971 bfqq->io_start_time = now_ns - (tot_io_time>>1); in bfq_update_io_intensity()