Searched defs:scsi_tape_stats (Results 1 – 1 of 1) sorted by relevance
97 struct scsi_tape_stats { struct98 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 either106 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 */[all …]