Home
last modified time | relevance | path

Searched defs:zram_stats (Results 1 – 1 of 1) sorted by relevance

/drivers/block/zram/
A Dzram_drv.h75 struct zram_stats { struct
76 atomic64_t compr_data_size; /* compressed size of pages stored */
77 atomic64_t failed_reads; /* can happen when memory is too low */
80 atomic64_t same_pages; /* no. of same element filled pages */
81 atomic64_t huge_pages; /* no. of huge pages */
83 atomic64_t pages_stored; /* no. of pages currently stored */
84 atomic_long_t max_used_pages; /* no. of maximum pages stored */
85 atomic64_t miss_free; /* no. of missed free */
87 atomic64_t bd_count; /* no. of pages in backing device */
88 atomic64_t bd_reads; /* no. of reads from backing device */
[all …]

Completed in 5 milliseconds