Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/zram/
Dzram_drv.h46 ZRAM_LOCK = ZRAM_FLAG_SHIFT, enumerator
Dzram_drv.c63 return bit_spin_trylock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_trylock()
68 bit_spin_lock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_lock()
73 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_unlock()
1242 ~(1UL << ZRAM_LOCK | 1UL << ZRAM_UNDER_WB)); in zram_free_page()