Lines Matching refs:atomic_long_t
651 atomic_long_t inflight_writes; /* Inflight writes (user and gc) */
652 atomic_long_t padded_writes; /* Sectors padded due to flush/fua */
653 atomic_long_t padded_wb; /* Sectors padded in write buffer */
654 atomic_long_t req_writes; /* Sectors stored on write buffer */
655 atomic_long_t sub_writes; /* Sectors submitted from buffer */
656 atomic_long_t sync_writes; /* Sectors synced to media */
657 atomic_long_t inflight_reads; /* Inflight sector read requests */
658 atomic_long_t cache_reads; /* Read requests that hit the cache */
659 atomic_long_t sync_reads; /* Completed sector read requests */
660 atomic_long_t recov_writes; /* Sectors submitted from recovery */
661 atomic_long_t recov_gc_writes; /* Sectors submitted from write GC */
662 atomic_long_t recov_gc_reads; /* Sectors submitted from read GC */
667 atomic_long_t read_failed;
668 atomic_long_t read_empty;
669 atomic_long_t read_high_ecc;
670 atomic_long_t read_failed_gc;
671 atomic_long_t write_failed;
672 atomic_long_t erase_failed;