Searched defs:zram (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/block/zram/ |
H A D | zram_drv.c | 63 #define slot_dep_map(zram, index) (&(zram)->table[(index)].dep_map) argument 65 static void zram_slot_lock_init(struct zram *zram, u32 index) in zram_slot_lock_init() 85 static __must_check bool zram_slot_trylock(struct zram *zram, u32 index) in zram_slot_trylock() 98 static void zram_slot_lock(struct zram *zram, u32 index) in zram_slot_lock() 107 static void zram_slot_unlock(struct zram *zram, u32 index) in zram_slot_unlock() 115 static inline bool init_done(struct zram *zram) in init_done() 125 static unsigned long zram_get_handle(struct zram *zram, u32 index) in zram_get_handle() 130 static void zram_set_handle(struct zram *zram, u32 index, unsigned long handle) in zram_set_handle() 135 static bool zram_test_flag(struct zram *zram, u32 index, in zram_test_flag() 141 static void zram_set_flag(struct zram *zram, u32 index, in zram_set_flag() [all …]
|