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

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

Completed in 182 milliseconds