Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.h108 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()
4711 (long long)atomic64_read(&STm->tape->stats->tot_io_time)); in io_ns_show()