Lines Matching refs:atomic64_t
94 atomic64_t compr_data_size; /* compressed size of pages stored */
95 atomic64_t failed_reads; /* can happen when memory is too low */
96 atomic64_t failed_writes; /* can happen when memory is too low */
97 atomic64_t notify_free; /* no. of swap slot free notifications */
98 atomic64_t same_pages; /* no. of same element filled pages */
99 atomic64_t huge_pages; /* no. of huge pages */
100 atomic64_t huge_pages_since; /* no. of huge pages since zram set up */
101 atomic64_t pages_stored; /* no. of pages currently stored */
103 atomic64_t writestall; /* no. of write slow paths */
104 atomic64_t miss_free; /* no. of missed free */
106 atomic64_t bd_count; /* no. of pages in backing device */
107 atomic64_t bd_reads; /* no. of reads from backing device */
108 atomic64_t bd_writes; /* no. of writes from backing device */