Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dst.h109 atomic64_t tot_io_time; /* ktime spent doing any I/O */ member
Dst.c483 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
497 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
510 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
4817 (long long)atomic64_read(&STm->tape->stats->tot_io_time)); in io_ns_show()