Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/zram/
H A Dzram_drv.c222 struct zram *zram = dev_to_zram(dev); in initstate_show() local
234 struct zram *zram = dev_to_zram(dev); in disksize_show() local
244 struct zram *zram = dev_to_zram(dev); in mem_limit_store() local
262 struct zram *zram = dev_to_zram(dev); in mem_used_max_store() local
309 struct zram *zram = dev_to_zram(dev); in idle_store() local
348 struct zram *zram = dev_to_zram(dev); in writeback_limit_enable_store() local
770 struct zram *zram; member
1959 struct zram *zram; in zram_slot_free_notify() local
2073 struct zram *zram; in reset_store() local
2184 struct zram *zram; in zram_add() local
[all …]
H A Dzram_drv.h106 struct zram { struct
114 * the number of pages zram can consume for storing compressed data argument
118 struct zram_stats stats; argument
127 * zram is claimed so open request will be failed argument
131 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 …]