Lines Matching refs:dep_map
29 mutex_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in __rt_mutex_lock_common()
32 mutex_release(&lock->dep_map, _RET_IP_); in __rt_mutex_lock_common()
105 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in rt_mutex_trylock()
118 mutex_release(&lock->dep_map, _RET_IP_); in rt_mutex_unlock()
196 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in __rt_mutex_init()
476 lockdep_init_map_wait(&mutex->dep_map, name, key, 0, LD_WAIT_SLEEP); in __mutex_rt_init()
489 mutex_acquire_nest(&lock->dep_map, subclass, 0, nest_lock, ip); in __mutex_lock_common()
492 mutex_release(&lock->dep_map, ip); in __mutex_lock_common()
494 lock_acquired(&lock->dep_map, ip); in __mutex_lock_common()
577 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in mutex_trylock()
585 mutex_release(&lock->dep_map, _RET_IP_); in mutex_unlock()