Home
last modified time | relevance | path

Searched refs:ZRAM_LOCK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/block/zram/
H A Dzram_drv.h49 ZRAM_LOCK = ZRAM_FLAG_SHIFT, enumerator
H A Dzram_drv.c62 return bit_spin_trylock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_trylock()
67 bit_spin_lock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_lock()
72 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_unlock()
1305 ~(1UL << ZRAM_LOCK | 1UL << ZRAM_UNDER_WB)); in zram_free_page()