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