Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.h108 struct zram { struct
109 struct zram_table_entry *table; argument
117 * the number of pages zram can consume for storing compressed data argument
121 struct zram_stats stats; argument
129 * zram is claimed so open request will be failed argument
131 bool claim; /* Protected by disk->open_mutex */
133 struct file *backing_dev;
134 bool wb_limit_enable;
135 bool compressed_wb;
136 u32 wb_batch_size;
[all …]