Home
last modified time | relevance | path

Searched defs:scsi_tape_stats (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
A Dst.h96 struct scsi_tape_stats { struct
97 atomic64_t read_byte_cnt; /* bytes read */
98 atomic64_t write_byte_cnt; /* bytes written */
99 atomic64_t in_flight; /* Number of I/Os in flight */
100 atomic64_t read_cnt; /* Count of read requests */
101 atomic64_t write_cnt; /* Count of write requests */
102 atomic64_t other_cnt; /* Count of other requests either
105 atomic64_t resid_cnt; /* Count of resid_len > 0 */
106 atomic64_t tot_read_time; /* ktime spent completing reads */
107 atomic64_t tot_write_time; /* ktime spent completing writes */
[all …]

Completed in 6 milliseconds