Home
last modified time | relevance | path

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

/drivers/scsi/
Dst.h109 atomic64_t tot_io_time; /* ktime spent doing any I/O */ member
Dst.c485 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
499 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
512 atomic64_add(ktime_to_ns(now), &STp->stats->tot_io_time); in st_do_stats()
4837 (long long)atomic64_read(&STm->tape->stats->tot_io_time)); in io_ns_show()