Home
last modified time | relevance | path

Searched refs:tot_io_time (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h109 atomic64_t tot_io_time; /* ktime spent doing any I/O */ member
H A Dst.c487 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
501 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
514 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
4852 (long long)atomic64_read(&STm->tape->stats->tot_io_time)); in other_cnt_show()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h108 atomic64_t tot_io_time; /* ktime spent doing any I/O */ member
H A Dst.c486 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
500 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
513 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
4798 (long long)atomic64_read(&STm->tape->stats->tot_io_time)); in other_cnt_show()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c2053 u64 tot_io_time = now_ns - bfqq->io_start_time; in bfq_update_io_intensity() local
2066 if (bfqq->tot_idle_time * 5 > tot_io_time) in bfq_update_io_intensity()
2075 if (tot_io_time > 200 * NSEC_PER_MSEC) { in bfq_update_io_intensity()
2076 bfqq->io_start_time = now_ns - (tot_io_time>>1); in bfq_update_io_intensity()

Completed in 26 milliseconds