Lines Matching defs:scsi_tape_stats
97 struct scsi_tape_stats { struct
98 atomic64_t read_byte_cnt; /* bytes read */
99 atomic64_t write_byte_cnt; /* bytes written */
100 atomic64_t in_flight; /* Number of I/Os in flight */
101 atomic64_t read_cnt; /* Count of read requests */
102 atomic64_t write_cnt; /* Count of write requests */
103 atomic64_t other_cnt; /* Count of other requests either
106 atomic64_t resid_cnt; /* Count of resid_len > 0 */
107 atomic64_t tot_read_time; /* ktime spent completing reads */
108 atomic64_t tot_write_time; /* ktime spent completing writes */
109 atomic64_t tot_io_time; /* ktime spent doing any I/O */
110 ktime_t read_time; /* holds ktime request was queued */
111 ktime_t write_time; /* holds ktime request was queued */
112 ktime_t other_time; /* holds ktime request was queued */
113 atomic_t last_read_size; /* Number of bytes issued for last read */
114 atomic_t last_write_size; /* Number of bytes issued for last write */