Searched defs:zram (Results 1 – 2 of 2) sorted by relevance
222 struct zram *zram = dev_to_zram(dev); in initstate_show() local234 struct zram *zram = dev_to_zram(dev); in disksize_show() local244 struct zram *zram = dev_to_zram(dev); in mem_limit_store() local262 struct zram *zram = dev_to_zram(dev); in mem_used_max_store() local309 struct zram *zram = dev_to_zram(dev); in idle_store() local348 struct zram *zram = dev_to_zram(dev); in writeback_limit_enable_store() local770 struct zram *zram; member1959 struct zram *zram; in zram_slot_free_notify() local2080 struct zram *zram; in reset_store() local2191 struct zram *zram; in zram_add() local[all …]
106 struct zram { struct114 * the number of pages zram can consume for storing compressed data argument118 struct zram_stats stats; argument127 * zram is claimed so open request will be failed argument131 struct file *backing_dev;132 spinlock_t wb_limit_lock;133 bool wb_limit_enable;134 u64 bd_wb_limit;135 struct block_device *bdev;136 unsigned long *bitmap;[all …]