Searched defs:zram (Results 1 – 1 of 1) sorted by relevance
108 struct zram { struct109 struct zram_table_entry *table; argument117 * the number of pages zram can consume for storing compressed data argument121 struct zram_stats stats; argument129 * zram is claimed so open request will be failed argument131 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 …]