Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/block/zram/
A Dzram_drv.h49 ZRAM_LOCK = ZRAM_FLAG_SHIFT, enumerator
A 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()
1371 ~(1UL << ZRAM_LOCK | 1UL << ZRAM_UNDER_WB)); in zram_free_page()

Completed in 7 milliseconds