Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dst.h109 atomic64_t tot_io_time; /* ktime spent doing any I/O */ member
Dst.c481 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()
4812 (long long)atomic64_read(&STm->tape->stats->tot_io_time)); in io_ns_show()