Searched refs:tot_io_time (Results 1 – 3 of 3) sorted by relevance
108 atomic64_t tot_io_time; /* ktime spent doing any I/O */ member
481 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()495 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()508 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()4780 (long long)atomic64_read(&STm->tape->stats->tot_io_time)); in io_ns_show()
1939 u64 tot_io_time = now_ns - bfqq->io_start_time; in bfq_update_io_intensity() local1952 if (bfqq->tot_idle_time * 5 > tot_io_time) in bfq_update_io_intensity()1961 if (tot_io_time > 200 * NSEC_PER_MSEC) { in bfq_update_io_intensity()1962 bfqq->io_start_time = now_ns - (tot_io_time>>1); in bfq_update_io_intensity()
Completed in 24 milliseconds