Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/block/zram/
A Dzram_drv.c252 struct zram *zram = dev_to_zram(dev); in initstate_show() local
264 struct zram *zram = dev_to_zram(dev); in disksize_show() local
274 struct zram *zram = dev_to_zram(dev); in mem_limit_store() local
292 struct zram *zram = dev_to_zram(dev); in mem_used_max_store() local
830 struct zram *zram; member
840 struct zram *zram = zw->zram; in zram_sync_read() local
2059 struct zram *zram; in zram_slot_free_notify() local
2173 struct zram *zram; in reset_store() local
2211 struct zram *zram; in zram_open() local
2287 struct zram *zram; in zram_add() local
[all …]
A Dzram_drv.h107 struct zram { struct
115 * the number of pages zram can consume for storing compressed data argument
119 struct zram_stats stats; argument
128 * zram is claimed so open request will be failed argument
132 struct file *backing_dev;
133 spinlock_t wb_limit_lock;
134 bool wb_limit_enable;
135 u64 bd_wb_limit;
136 struct block_device *bdev;
137 unsigned long *bitmap;
[all …]

Completed in 11 milliseconds