Searched defs:zram_stats (Results 1 – 1 of 1) sorted by relevance
77 struct zram_stats { struct78 atomic64_t compr_data_size; /* compressed size of pages stored */79 atomic64_t failed_reads; /* can happen when memory is too low */80 atomic64_t failed_writes; /* can happen when memory is too low */81 atomic64_t notify_free; /* no. of swap slot free notifications */82 atomic64_t same_pages; /* no. of same element filled pages */83 atomic64_t huge_pages; /* no. of huge pages */84 atomic64_t huge_pages_since; /* no. of huge pages since zram set up */85 atomic64_t pages_stored; /* no. of pages currently stored */86 atomic_long_t max_used_pages; /* no. of maximum pages stored */[all …]