Lines Matching refs:dep_map
48 mutex_acquire_nest(&lock->dep_map, subclass, 0, nest_lock, _RET_IP_); in __rt_mutex_lock_common()
51 mutex_release(&lock->dep_map, _RET_IP_); in __rt_mutex_lock_common()
145 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in rt_mutex_trylock()
158 mutex_release(&lock->dep_map, _RET_IP_); in rt_mutex_unlock()
236 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in __rt_mutex_init()
533 mutex_acquire_nest(&lock->dep_map, subclass, 0, nest_lock, ip); in __mutex_lock_common()
536 mutex_release(&lock->dep_map, ip); in __mutex_lock_common()
538 lock_acquired(&lock->dep_map, ip); in __mutex_lock_common()
546 lockdep_init_map_wait(&mutex->dep_map, name, key, 0, LD_WAIT_SLEEP); in mutex_rt_init_lockdep()
599 mutex_acquire_nest(&lock->dep_map, 0, 1, nest_lock, _RET_IP_); in _mutex_trylock_nest_lock()
651 mutex_release(&lock->dep_map, _RET_IP_); in mutex_unlock()