Searched defs:zram (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/block/zram/ |
H A D | Makefile | |
H A D | zram_drv.h | 102 struct zram { struct
|
H A D | zram_drv.c | 67 static inline bool init_done(struct zram *zram) init_done() argument 81 struct zram *zram = dev_to_zram(dev); compact_store() local 101 struct zram *zram = dev_to_zram(dev); disksize_show() local 110 struct zram *zram = dev_to_zram(dev); initstate_show() local 122 struct zram *zram = dev_to_zram(dev); orig_data_size_show() local 133 struct zram *zram = dev_to_zram(dev); mem_used_total_show() local 150 struct zram *zram = dev_to_zram(dev); max_comp_streams_show() local 163 struct zram *zram = dev_to_zram(dev); mem_limit_show() local 178 struct zram *zram = dev_to_zram(dev); mem_limit_store() local 195 struct zram *zram = dev_to_zram(dev); mem_used_max_show() local 211 struct zram *zram = dev_to_zram(dev); mem_used_max_store() local 232 struct zram *zram = dev_to_zram(dev); max_comp_streams_store() local 261 struct zram *zram = dev_to_zram(dev); comp_algorithm_show() local 273 struct zram *zram = dev_to_zram(dev); comp_algorithm_store() local 325 static inline int valid_io_request(struct zram *zram, valid_io_request() argument 397 static inline bool zram_meta_get(struct zram *zram) zram_meta_get() argument 404 static inline void zram_meta_put(struct zram *zram) zram_meta_put() argument 452 static void zram_free_page(struct zram *zram, size_t index) zram_free_page() argument 479 static int zram_decompress_page(struct zram *zram, char *mem, u32 index) zram_decompress_page() argument 514 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, zram_bvec_read() argument 564 static inline void update_used_max(struct zram *zram, update_used_max() argument 579 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, zram_bvec_write() argument 706 static int zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index, zram_bvec_rw() argument 740 static void zram_bio_discard(struct zram *zram, u32 index, zram_bio_discard() argument 774 static void zram_reset_device(struct zram *zram) zram_reset_device() argument 824 struct zram *zram = dev_to_zram(dev); disksize_store() local 881 struct zram *zram; reset_store() local 922 static void __zram_make_request(struct zram *zram, struct bio *bio) __zram_make_request() argument 981 struct zram *zram = queue->queuedata; zram_make_request() local 1004 struct zram *zram; zram_slot_free_notify() local 1021 struct zram *zram; zram_rw_page() local 1078 struct zram *zram = dev_to_zram(dev); io_stat_show() local 1096 struct zram *zram = dev_to_zram(dev); mm_stat_show() local 1161 static int create_device(struct zram *zram, int device_id) create_device() argument 1248 struct zram *zram; destroy_devices() local
|
Completed in 353 milliseconds