Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.c59 #define slot_dep_map(zram, index) (&(zram)->table[(index)].dep_map) macro
65 lockdep_init_map(slot_dep_map(zram, index), "zram->table[index].lock", in slot_lock_init()
86 mutex_acquire(slot_dep_map(zram, index), 0, 1, _RET_IP_); in slot_trylock()
87 lock_acquired(slot_dep_map(zram, index), _RET_IP_); in slot_trylock()
98 mutex_acquire(slot_dep_map(zram, index), 0, 0, _RET_IP_); in slot_lock()
100 lock_acquired(slot_dep_map(zram, index), _RET_IP_); in slot_lock()
107 mutex_release(slot_dep_map(zram, index), _RET_IP_); in slot_unlock()