Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/zram/
Dzram_drv.h102 struct zram { struct
103 struct zram_meta *meta; argument
109 * the number of pages zram can consume for storing compressed data argument
114 struct zram_stats stats; argument
115 atomic_t refcount; /* refcount for zram_meta */ argument
117 wait_queue_head_t io_done;
122 u64 disksize; /* bytes */
123 char compressor[10];
Dzram_drv.c67 static inline bool init_done(struct zram *zram) in init_done()
81 struct zram *zram = dev_to_zram(dev); in compact_store() local
101 struct zram *zram = dev_to_zram(dev); in disksize_show() local
110 struct zram *zram = dev_to_zram(dev); in initstate_show() local
122 struct zram *zram = dev_to_zram(dev); in orig_data_size_show() local
133 struct zram *zram = dev_to_zram(dev); in mem_used_total_show() local
150 struct zram *zram = dev_to_zram(dev); in max_comp_streams_show() local
163 struct zram *zram = dev_to_zram(dev); in mem_limit_show() local
178 struct zram *zram = dev_to_zram(dev); in mem_limit_store() local
195 struct zram *zram = dev_to_zram(dev); in mem_used_max_show() local
[all …]