Searched refs:ZRAM_ENTRY_LOCK (Results 1 – 2 of 2) sorted by relevance
47 ZRAM_ENTRY_LOCK, /* entry access lock bit */ enumerator
89 if (!test_and_set_bit_lock(ZRAM_ENTRY_LOCK, lock)) { in zram_slot_trylock()103 wait_on_bit_lock(lock, ZRAM_ENTRY_LOCK, TASK_UNINTERRUPTIBLE); in zram_slot_lock()112 clear_and_wake_up_bit(ZRAM_ENTRY_LOCK, lock); in zram_slot_unlock()
Completed in 9 milliseconds