Searched defs:zram (Results 1 – 2 of 2) sorted by relevance
102 struct zram { struct103 struct zram_meta *meta; argument109 * the number of pages zram can consume for storing compressed data argument114 struct zram_stats stats; argument115 atomic_t refcount; /* refcount for zram_meta */ argument117 wait_queue_head_t io_done;122 u64 disksize; /* bytes */123 char compressor[10];
67 static inline bool init_done(struct zram *zram) in init_done()81 struct zram *zram = dev_to_zram(dev); in compact_store() local101 struct zram *zram = dev_to_zram(dev); in disksize_show() local110 struct zram *zram = dev_to_zram(dev); in initstate_show() local122 struct zram *zram = dev_to_zram(dev); in orig_data_size_show() local133 struct zram *zram = dev_to_zram(dev); in mem_used_total_show() local150 struct zram *zram = dev_to_zram(dev); in max_comp_streams_show() local163 struct zram *zram = dev_to_zram(dev); in mem_limit_show() local178 struct zram *zram = dev_to_zram(dev); in mem_limit_store() local195 struct zram *zram = dev_to_zram(dev); in mem_used_max_show() local[all …]