Lines Matching refs:atomic64_t
71 atomic64_t compr_data_size; /* compressed size of pages stored */
72 atomic64_t num_reads; /* failed + successful */
73 atomic64_t num_writes; /* --do-- */
74 atomic64_t failed_reads; /* can happen when memory is too low */
75 atomic64_t failed_writes; /* can happen when memory is too low */
76 atomic64_t invalid_io; /* non-page-aligned I/O requests */
77 atomic64_t notify_free; /* no. of swap slot free notifications */
78 atomic64_t same_pages; /* no. of same element filled pages */
79 atomic64_t huge_pages; /* no. of huge pages */
80 atomic64_t huge_pages_since; /* no. of huge pages since zram set up */
81 atomic64_t pages_stored; /* no. of pages currently stored */
83 atomic64_t writestall; /* no. of write slow paths */
84 atomic64_t miss_free; /* no. of missed free */
86 atomic64_t bd_count; /* no. of pages in backing device */
87 atomic64_t bd_reads; /* no. of reads from backing device */
88 atomic64_t bd_writes; /* no. of writes from backing device */