dep_map            32 arch/x86/pci/mmconfig-shared.c #define pci_mmcfg_lock_held() lock_is_held(&(pci_mmcfg_lock).dep_map)
dep_map            85 drivers/acpi/osl.c #define acpi_ioremap_lock_held() lock_is_held(&acpi_ioremap_lock.dep_map)
dep_map           493 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c 		mutex_acquire(&i915->drm.struct_mutex.dep_map,
dep_map           508 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c 	mutex_acquire(&i915->drm.struct_mutex.dep_map,
dep_map           511 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c 	mutex_acquire(&mutex->dep_map, 0, 0, _RET_IP_);
dep_map           512 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c 	mutex_release(&mutex->dep_map, 0, _RET_IP_);
dep_map           514 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c 	mutex_release(&i915->drm.struct_mutex.dep_map, 0, _RET_IP_);
dep_map           519 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c 		mutex_release(&i915->drm.struct_mutex.dep_map, 0, _RET_IP_);
dep_map           724 drivers/gpu/drm/i915/gt/intel_engine_cs.c 	lock_map_acquire(&engine->active.lock.dep_map);
dep_map           725 drivers/gpu/drm/i915/gt/intel_engine_cs.c 	lock_map_release(&engine->active.lock.dep_map);
dep_map            47 drivers/gpu/drm/i915/gt/intel_engine_pm.c 	mutex_acquire(&ce->timeline->mutex.dep_map, 2, 0, _THIS_IP_);
dep_map            55 drivers/gpu/drm/i915/gt/intel_engine_pm.c 	mutex_release(&ce->timeline->mutex.dep_map, 0, _THIS_IP_);
dep_map          1434 drivers/gpu/drm/i915/i915_request.c 	mutex_acquire(&rq->engine->gt->reset.mutex.dep_map, 0, 0, _THIS_IP_);
dep_map          1512 drivers/gpu/drm/i915/i915_request.c 	mutex_release(&rq->engine->gt->reset.mutex.dep_map, 0, _THIS_IP_);
dep_map           984 drivers/md/bcache/btree.c 	lock_set_subclass(&b->lock.dep_map, level + 1, _THIS_IP_);
dep_map            65 drivers/tty/tty_ldsem.c 	lockdep_init_map(&sem->dep_map, name, key, 0);
dep_map           300 drivers/tty/tty_ldsem.c 	rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_);
dep_map           304 drivers/tty/tty_ldsem.c 		lock_contended(&sem->dep_map, _RET_IP_);
dep_map           306 drivers/tty/tty_ldsem.c 			rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map           310 drivers/tty/tty_ldsem.c 	lock_acquired(&sem->dep_map, _RET_IP_);
dep_map           319 drivers/tty/tty_ldsem.c 	rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_);
dep_map           323 drivers/tty/tty_ldsem.c 		lock_contended(&sem->dep_map, _RET_IP_);
dep_map           325 drivers/tty/tty_ldsem.c 			rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map           329 drivers/tty/tty_ldsem.c 	lock_acquired(&sem->dep_map, _RET_IP_);
dep_map           352 drivers/tty/tty_ldsem.c 			rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_);
dep_map           353 drivers/tty/tty_ldsem.c 			lock_acquired(&sem->dep_map, _RET_IP_);
dep_map           378 drivers/tty/tty_ldsem.c 			rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_);
dep_map           379 drivers/tty/tty_ldsem.c 			lock_acquired(&sem->dep_map, _RET_IP_);
dep_map           393 drivers/tty/tty_ldsem.c 	rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map           407 drivers/tty/tty_ldsem.c 	rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map          1322 fs/dcache.c    			spin_release(&dentry->d_lock.dep_map, 1, _RET_IP_);
dep_map          1324 fs/dcache.c    			spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_);
dep_map           422 fs/kernfs/dir.c 		rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_);
dep_map           441 fs/kernfs/dir.c 		rwsem_release(&kn->dep_map, 1, _RET_IP_);
dep_map           468 fs/kernfs/dir.c 		rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_);
dep_map           470 fs/kernfs/dir.c 			lock_contended(&kn->dep_map, _RET_IP_);
dep_map           478 fs/kernfs/dir.c 		lock_acquired(&kn->dep_map, _RET_IP_);
dep_map           479 fs/kernfs/dir.c 		rwsem_release(&kn->dep_map, 1, _RET_IP_);
dep_map          1408 fs/kernfs/dir.c 		rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_);
dep_map          1013 fs/kernfs/file.c 		lockdep_init_map(&kn->dep_map, "kn->count", key, 0);
dep_map           135 include/linux/kernfs.h 	struct lockdep_map	dep_map;
dep_map           312 include/linux/lockdep.h 		lockdep_init_map(&(lock)->dep_map, #key, key, 0)
dep_map           314 include/linux/lockdep.h 		lockdep_init_map(&(lock)->dep_map, name, key, 0)
dep_map           316 include/linux/lockdep.h 		lockdep_init_map(&(lock)->dep_map, #key, key, sub)
dep_map           318 include/linux/lockdep.h 		lockdep_init_map(&(lock)->dep_map, #lock, \
dep_map           319 include/linux/lockdep.h 				 (lock)->dep_map.key, sub)
dep_map           326 include/linux/lockdep.h #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key)
dep_map           365 include/linux/lockdep.h #define lockdep_is_held(lock)		lock_is_held(&(lock)->dep_map)
dep_map           366 include/linux/lockdep.h #define lockdep_is_held_type(lock, r)	lock_is_held_type(&(lock)->dep_map, (r))
dep_map           408 include/linux/lockdep.h #define lockdep_pin_lock(l)	lock_pin_lock(&(l)->dep_map)
dep_map           409 include/linux/lockdep.h #define lockdep_repin_lock(l,c)	lock_repin_lock(&(l)->dep_map, (c))
dep_map           410 include/linux/lockdep.h #define lockdep_unpin_lock(l,c)	lock_unpin_lock(&(l)->dep_map, (c))
dep_map           520 include/linux/lockdep.h 		lock_contended(&(_lock)->dep_map, _RET_IP_);	\
dep_map           523 include/linux/lockdep.h 	lock_acquired(&(_lock)->dep_map, _RET_IP_);			\
dep_map           530 include/linux/lockdep.h 		lock_contended(&(_lock)->dep_map, _RET_IP_);	\
dep_map           534 include/linux/lockdep.h 		lock_acquired(&(_lock)->dep_map, _RET_IP_);	\
dep_map           621 include/linux/lockdep.h 	typecheck(struct lockdep_map *, &(lock)->dep_map);		\
dep_map           622 include/linux/lockdep.h 	lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_);	\
dep_map           623 include/linux/lockdep.h 	lock_release(&(lock)->dep_map, 0, _THIS_IP_);			\
dep_map           627 include/linux/lockdep.h 	typecheck(struct lockdep_map *, &(lock)->dep_map);		\
dep_map           628 include/linux/lockdep.h 	lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_);	\
dep_map           629 include/linux/lockdep.h 	lock_release(&(lock)->dep_map, 0, _THIS_IP_);			\
dep_map            64 include/linux/mutex.h 	struct lockdep_map	dep_map;
dep_map           113 include/linux/mutex.h 		, .dep_map = { .name = #lockname }
dep_map           160 include/linux/mutex.h 	typecheck(struct lockdep_map *, &(nest_lock)->dep_map);	\
dep_map           161 include/linux/mutex.h 	_mutex_lock_nest_lock(lock, &(nest_lock)->dep_map);		\
dep_map            40 include/linux/percpu-rwsem.h 	rwsem_acquire_read(&sem->rw_sem.dep_map, 0, 0, _RET_IP_);
dep_map            79 include/linux/percpu-rwsem.h 		rwsem_acquire_read(&sem->rw_sem.dep_map, 0, 1, _RET_IP_);
dep_map            96 include/linux/percpu-rwsem.h 	rwsem_release(&sem->rw_sem.dep_map, 1, _RET_IP_);
dep_map           121 include/linux/percpu-rwsem.h 	lock_release(&sem->rw_sem.dep_map, 1, ip);
dep_map           131 include/linux/percpu-rwsem.h 	lock_acquire(&sem->rw_sem.dep_map, 0, 1, read, 1, NULL, ip);
dep_map            85 include/linux/rhashtable.h 	struct lockdep_map	dep_map;
dep_map           332 include/linux/rhashtable.h 	lock_map_acquire(&tbl->dep_map);
dep_map           341 include/linux/rhashtable.h 	lock_acquire_exclusive(&tbl->dep_map, subclass, 0, NULL, _THIS_IP_);
dep_map           347 include/linux/rhashtable.h 	lock_map_release(&tbl->dep_map);
dep_map           407 include/linux/rhashtable.h 	lock_map_release(&tbl->dep_map);
dep_map            41 include/linux/rtmutex.h 	struct lockdep_map	dep_map;
dep_map            80 include/linux/rtmutex.h 	, .dep_map = { .name = #mutexname }
dep_map           121 include/linux/rwlock_api_smp.h 		rwlock_acquire_read(&lock->dep_map, 0, 1, _RET_IP_);
dep_map           132 include/linux/rwlock_api_smp.h 		rwlock_acquire(&lock->dep_map, 0, 1, _RET_IP_);
dep_map           149 include/linux/rwlock_api_smp.h 	rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           159 include/linux/rwlock_api_smp.h 	rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           169 include/linux/rwlock_api_smp.h 	rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           176 include/linux/rwlock_api_smp.h 	rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           186 include/linux/rwlock_api_smp.h 	rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           196 include/linux/rwlock_api_smp.h 	rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           203 include/linux/rwlock_api_smp.h 	rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           210 include/linux/rwlock_api_smp.h 	rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           218 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map           225 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map           233 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map           241 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map           249 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map           257 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map           265 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map           273 include/linux/rwlock_api_smp.h 	rwlock_release(&lock->dep_map, 1, _RET_IP_);
dep_map            18 include/linux/rwlock_types.h 	struct lockdep_map dep_map;
dep_map            25 include/linux/rwlock_types.h # define RW_DEP_MAP_INIT(lockname)	.dep_map = { .name = #lockname }
dep_map            52 include/linux/rwsem.h 	struct lockdep_map	dep_map;
dep_map            74 include/linux/rwsem.h # define __RWSEM_DEP_MAP_INIT(lockname) , .dep_map = { .name = #lockname }
dep_map           182 include/linux/rwsem.h 	typecheck(struct lockdep_map *, &(nest_lock)->dep_map);	\
dep_map           183 include/linux/rwsem.h 	_down_write_nest_lock(sem, &(nest_lock)->dep_map);	\
dep_map            35 include/linux/semaphore.h 	lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0);
dep_map            51 include/linux/seqlock.h 	struct lockdep_map dep_map;
dep_map            61 include/linux/seqlock.h 	lockdep_init_map(&s->dep_map, name, key, 0);
dep_map            67 include/linux/seqlock.h 		.dep_map = { .name = #lockname } \
dep_map            81 include/linux/seqlock.h 	seqcount_acquire_read(&l->dep_map, 0, 0, _RET_IP_);
dep_map            82 include/linux/seqlock.h 	seqcount_release(&l->dep_map, 1, _RET_IP_);
dep_map           377 include/linux/seqlock.h 	seqcount_acquire(&s->dep_map, subclass, 0, _RET_IP_);
dep_map           387 include/linux/seqlock.h 	seqcount_release(&s->dep_map, 1, _RET_IP_);
dep_map           231 include/linux/spinlock.h 		 typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\
dep_map           232 include/linux/spinlock.h 		 _raw_spin_lock_nest_lock(lock, &(nest_lock)->dep_map);	\
dep_map            90 include/linux/spinlock_api_smp.h 		spin_acquire(&lock->dep_map, 0, 1, _RET_IP_);
dep_map           110 include/linux/spinlock_api_smp.h 	spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           128 include/linux/spinlock_api_smp.h 	spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           135 include/linux/spinlock_api_smp.h 	spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           142 include/linux/spinlock_api_smp.h 	spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map           150 include/linux/spinlock_api_smp.h 	spin_release(&lock->dep_map, 1, _RET_IP_);
dep_map           158 include/linux/spinlock_api_smp.h 	spin_release(&lock->dep_map, 1, _RET_IP_);
dep_map           166 include/linux/spinlock_api_smp.h 	spin_release(&lock->dep_map, 1, _RET_IP_);
dep_map           174 include/linux/spinlock_api_smp.h 	spin_release(&lock->dep_map, 1, _RET_IP_);
dep_map           183 include/linux/spinlock_api_smp.h 		spin_acquire(&lock->dep_map, 0, 1, _RET_IP_);
dep_map            27 include/linux/spinlock_types.h 	struct lockdep_map dep_map;
dep_map            36 include/linux/spinlock_types.h # define SPIN_DEP_MAP_INIT(lockname)	.dep_map = { .name = #lockname }
dep_map            66 include/linux/spinlock_types.h # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map))
dep_map            69 include/linux/spinlock_types.h 			struct lockdep_map dep_map;
dep_map            38 include/linux/srcu.h #define __SRCU_DEP_MAP_INIT(srcu_name)	.dep_map = { .name = #srcu_name },
dep_map            86 include/linux/srcu.h 	return lock_is_held(&ssp->dep_map);
dep_map           155 include/linux/srcu.h 	rcu_lock_acquire(&(ssp)->dep_map);
dep_map           180 include/linux/srcu.h 	rcu_lock_release(&(ssp)->dep_map);
dep_map            27 include/linux/srcutiny.h 	struct lockdep_map dep_map;
dep_map            86 include/linux/srcutree.h 	struct lockdep_map dep_map;
dep_map           140 include/linux/tty_ldisc.h 	struct lockdep_map	dep_map;
dep_map            43 include/linux/ww_mutex.h 	struct lockdep_map dep_map;
dep_map           144 include/linux/ww_mutex.h 	lockdep_init_map(&ctx->dep_map, ww_class->acquire_name,
dep_map           146 include/linux/ww_mutex.h 	mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_);
dep_map           185 include/linux/ww_mutex.h 	mutex_release(&ctx->dep_map, 0, _THIS_IP_);
dep_map           169 include/net/sch_generic.h 	seqcount_acquire(&qdisc->running.dep_map, 0, 1, _RET_IP_);
dep_map           106 include/net/sock.h 	struct lockdep_map dep_map;
dep_map          1497 include/net/sock.h 		mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_);
dep_map          1517 include/net/sock.h 	lockdep_init_map(&(sk)->sk_lock.dep_map, (name), (key), 0);	\
dep_map           342 kernel/bpf/stackmap.c 		rwsem_release(&current->mm->mmap_sem.dep_map, 1, _RET_IP_);
dep_map           334 kernel/cpu.c   	rwsem_acquire(&cpu_hotplug_lock.rw_sem.dep_map, 0, 0, _THIS_IP_);
dep_map           339 kernel/cpu.c   	rwsem_release(&cpu_hotplug_lock.rw_sem.dep_map, 1, _THIS_IP_);
dep_map            88 kernel/locking/mutex-debug.c 	lockdep_init_map(&lock->dep_map, name, key, 0);
dep_map           956 kernel/locking/mutex.c 	mutex_acquire_nest(&lock->dep_map, subclass, 0, nest_lock, ip);
dep_map           961 kernel/locking/mutex.c 		lock_acquired(&lock->dep_map, ip);
dep_map           981 kernel/locking/mutex.c 	lock_contended(&lock->dep_map, ip);
dep_map          1079 kernel/locking/mutex.c 	lock_acquired(&lock->dep_map, ip);
dep_map          1094 kernel/locking/mutex.c 	mutex_release(&lock->dep_map, 1, ip);
dep_map          1191 kernel/locking/mutex.c 			       0, ctx ? &ctx->dep_map : NULL, _RET_IP_,
dep_map          1207 kernel/locking/mutex.c 			      0, ctx ? &ctx->dep_map : NULL, _RET_IP_,
dep_map          1228 kernel/locking/mutex.c 	mutex_release(&lock->dep_map, 1, ip);
dep_map          1420 kernel/locking/mutex.c 		mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_);
dep_map           179 kernel/locking/rtmutex-debug.c 	lockdep_init_map(&lock->dep_map, name, key, 0);
dep_map          1471 kernel/locking/rtmutex.c 	mutex_acquire(&lock->dep_map, subclass, 0, _RET_IP_);
dep_map          1517 kernel/locking/rtmutex.c 	mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map          1520 kernel/locking/rtmutex.c 		mutex_release(&lock->dep_map, 1, _RET_IP_);
dep_map          1559 kernel/locking/rtmutex.c 	mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_);
dep_map          1564 kernel/locking/rtmutex.c 		mutex_release(&lock->dep_map, 1, _RET_IP_);
dep_map          1590 kernel/locking/rtmutex.c 		mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_);
dep_map          1603 kernel/locking/rtmutex.c 	mutex_release(&lock->dep_map, 1, _RET_IP_);
dep_map           332 kernel/locking/rwsem.c 	lockdep_init_map(&sem->dep_map, name, key, 0);
dep_map          1495 kernel/locking/rwsem.c 	rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_);
dep_map          1504 kernel/locking/rwsem.c 	rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_);
dep_map          1507 kernel/locking/rwsem.c 		rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map          1523 kernel/locking/rwsem.c 		rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_);
dep_map          1534 kernel/locking/rwsem.c 	rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_);
dep_map          1545 kernel/locking/rwsem.c 	rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_);
dep_map          1549 kernel/locking/rwsem.c 		rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map          1565 kernel/locking/rwsem.c 		rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_);
dep_map          1576 kernel/locking/rwsem.c 	rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map          1586 kernel/locking/rwsem.c 	rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map          1596 kernel/locking/rwsem.c 	lock_downgrade(&sem->dep_map, _RET_IP_);
dep_map          1606 kernel/locking/rwsem.c 	rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_);
dep_map          1614 kernel/locking/rwsem.c 	rwsem_acquire_nest(&sem->dep_map, 0, 0, nest, _RET_IP_);
dep_map          1630 kernel/locking/rwsem.c 	rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_);
dep_map          1638 kernel/locking/rwsem.c 	rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_);
dep_map          1642 kernel/locking/rwsem.c 		rwsem_release(&sem->dep_map, 1, _RET_IP_);
dep_map           361 kernel/locking/spinlock.c 	spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_);
dep_map           373 kernel/locking/spinlock.c 	spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_);
dep_map           384 kernel/locking/spinlock.c 	spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_);
dep_map            24 kernel/locking/spinlock_debug.c 	lockdep_init_map(&lock->dep_map, name, key, 0);
dep_map            42 kernel/locking/spinlock_debug.c 	lockdep_init_map(&lock->dep_map, name, key, 0);
dep_map            49 kernel/rcu/srcutiny.c 	lockdep_init_map(&ssp->dep_map, name, key, 0);
dep_map           194 kernel/rcu/srcutree.c 	lockdep_init_map(&ssp->dep_map, name, key, 0);
dep_map           909 kernel/rcu/srcutree.c 	RCU_LOCKDEP_WARN(lock_is_held(&ssp->dep_map) ||
dep_map          3104 kernel/sched/core.c 	spin_release(&rq->lock.dep_map, 1, _THIS_IP_);
dep_map          3118 kernel/sched/core.c 	spin_acquire(&rq->lock.dep_map, 0, 0, _THIS_IP_);
dep_map          2067 kernel/sched/sched.h 	lock_set_subclass(&this_rq->lock.dep_map, 0, _RET_IP_);
dep_map            39 lib/bucket_locks.c 			lockdep_init_map(&tlocks[i].dep_map, name, key, 0);
dep_map          1066 lib/locking-selftest.c # define I_SPINLOCK(x)	lockdep_reset_lock(&lock_##x.dep_map)
dep_map          1067 lib/locking-selftest.c # define I_RWLOCK(x)	lockdep_reset_lock(&rwlock_##x.dep_map)
dep_map          1068 lib/locking-selftest.c # define I_MUTEX(x)	lockdep_reset_lock(&mutex_##x.dep_map)
dep_map          1069 lib/locking-selftest.c # define I_RWSEM(x)	lockdep_reset_lock(&rwsem_##x.dep_map)
dep_map          1070 lib/locking-selftest.c # define I_WW(x)	lockdep_reset_lock(&x.dep_map)
dep_map          1072 lib/locking-selftest.c # define I_RTMUTEX(x)	lockdep_reset_lock(&rtmutex_##x.dep_map)
dep_map          1478 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1491 lib/locking-selftest.c 	mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
dep_map          1503 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1517 lib/locking-selftest.c 	mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
dep_map          1530 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1543 lib/locking-selftest.c 	mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
dep_map          1554 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1568 lib/locking-selftest.c 	mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
dep_map          1579 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1600 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1621 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1625 lib/locking-selftest.c 	mutex_release(&o3.base.dep_map, 1, _THIS_IP_);
dep_map          1647 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1651 lib/locking-selftest.c 	mutex_release(&o3.base.dep_map, 1, _THIS_IP_);
dep_map          1672 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map          1697 lib/locking-selftest.c 	mutex_release(&o2.base.dep_map, 1, _THIS_IP_);
dep_map           187 lib/rhashtable.c 	lockdep_init_map(&tbl->dep_map, "rhashtable_bucket", &__key, 0);
dep_map           520 net/core/sock.c 		mutex_acquire(&sk->sk_lock.dep_map, 0, 1, _RET_IP_);
dep_map           524 net/core/sock.c 		mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_);
dep_map          2949 net/core/sock.c 	mutex_acquire(&sk->sk_lock.dep_map, subclass, 0, _RET_IP_);
dep_map          3003 net/core/sock.c 	mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_);
dep_map            11 tools/lib/lockdep/include/liblockdep/mutex.h 	struct lockdep_map dep_map;
dep_map            19 tools/lib/lockdep/include/liblockdep/mutex.h 	.dep_map = STATIC_LOCKDEP_MAP_INIT(#mtx, &((&(mtx))->dep_map)),	\
dep_map            27 tools/lib/lockdep/include/liblockdep/mutex.h 	lockdep_init_map(&lock->dep_map, name, key, 0);
dep_map            39 tools/lib/lockdep/include/liblockdep/mutex.h 	lock_acquire(&lock->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map            45 tools/lib/lockdep/include/liblockdep/mutex.h 	lock_release(&lock->dep_map, 0, (unsigned long)_RET_IP_);
dep_map            51 tools/lib/lockdep/include/liblockdep/mutex.h 	lock_acquire(&lock->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map            57 tools/lib/lockdep/include/liblockdep/mutex.h 	lockdep_reset_lock(&lock->dep_map);
dep_map            10 tools/lib/lockdep/include/liblockdep/rwlock.h 	struct lockdep_map dep_map;
dep_map            18 tools/lib/lockdep/include/liblockdep/rwlock.h 	.dep_map = STATIC_LOCKDEP_MAP_INIT(#rwl, &((&(rwl))->dep_map)),	\
dep_map            26 tools/lib/lockdep/include/liblockdep/rwlock.h 	lockdep_init_map(&lock->dep_map, name, key, 0);
dep_map            40 tools/lib/lockdep/include/liblockdep/rwlock.h 	lock_acquire(&lock->dep_map, 0, 0, 2, 1, NULL, (unsigned long)_RET_IP_);
dep_map            47 tools/lib/lockdep/include/liblockdep/rwlock.h 	lock_release(&lock->dep_map, 0, (unsigned long)_RET_IP_);
dep_map            53 tools/lib/lockdep/include/liblockdep/rwlock.h 	lock_acquire(&lock->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map            59 tools/lib/lockdep/include/liblockdep/rwlock.h 	lock_acquire(&lock->dep_map, 0, 1, 2, 1, NULL, (unsigned long)_RET_IP_);
dep_map            65 tools/lib/lockdep/include/liblockdep/rwlock.h 	lock_acquire(&lock->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map            22 tools/lib/lockdep/preload.c 	struct lockdep_map dep_map; /* Since all locks are dynamic, we need
dep_map           200 tools/lib/lockdep/preload.c 	lockdep_init_map(&l->dep_map, l->name, &l->key, 0);
dep_map           255 tools/lib/lockdep/preload.c 	lock_acquire(&__get_lock(mutex)->dep_map, 0, 0, 0, 1, NULL,
dep_map           273 tools/lib/lockdep/preload.c 		lock_release(&__get_lock(mutex)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           284 tools/lib/lockdep/preload.c 	lock_acquire(&__get_lock(mutex)->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map           287 tools/lib/lockdep/preload.c 		lock_release(&__get_lock(mutex)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           298 tools/lib/lockdep/preload.c 	lock_release(&__get_lock(mutex)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           306 tools/lib/lockdep/preload.c 		lock_acquire(&__get_lock(mutex)->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map           355 tools/lib/lockdep/preload.c 	lock_acquire(&__get_lock(rwlock)->dep_map, 0, 0, 2, 1, NULL, (unsigned long)_RET_IP_);
dep_map           358 tools/lib/lockdep/preload.c 		lock_release(&__get_lock(rwlock)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           369 tools/lib/lockdep/preload.c 	lock_acquire(&__get_lock(rwlock)->dep_map, 0, 1, 2, 1, NULL, (unsigned long)_RET_IP_);
dep_map           372 tools/lib/lockdep/preload.c 		lock_release(&__get_lock(rwlock)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           383 tools/lib/lockdep/preload.c 	lock_acquire(&__get_lock(rwlock)->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map           386 tools/lib/lockdep/preload.c                 lock_release(&__get_lock(rwlock)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           397 tools/lib/lockdep/preload.c 	lock_acquire(&__get_lock(rwlock)->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_);
dep_map           400 tools/lib/lockdep/preload.c 		lock_release(&__get_lock(rwlock)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           411 tools/lib/lockdep/preload.c 	lock_release(&__get_lock(rwlock)->dep_map, 0, (unsigned long)_RET_IP_);
dep_map           414 tools/lib/lockdep/preload.c 		lock_acquire(&__get_lock(rwlock)->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_);