| /linux/include/linux/ |
| H A D | spinlock_api_smp.h | 91 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock() 132 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock() 142 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_unlock() 150 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_unlock_irqrestore() 158 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_unlock_irq() 167 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_bh() 176 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_trylock_bh() 185 spin_release(&lock->dep_map, _RET_IP_); 194 spin_release(&lock->dep_map, _RET_IP_); 204 spin_acquire(&lock->dep_map, [all...] |
| H A D | srcu.h | 56 #define __SRCU_DEP_MAP_INIT(srcu_name) .dep_map = { .name = #srcu_name }, 173 return lock_is_held(&ssp->dep_map); 294 srcu_lock_acquire(&ssp->dep_map); 332 rcu_try_lock_acquire(&ssp->dep_map); 372 rcu_try_lock_acquire(&ssp->dep_map); 428 rcu_try_lock_acquire(&ssp->dep_map); 486 srcu_lock_release(&ssp->dep_map); 501 srcu_lock_release(&ssp->dep_map); 517 srcu_lock_release(&ssp->dep_map); 563 rcu_lock_release(&ssp->dep_map); in srcu_up_read() [all...] |
| H A D | spinlock_types_raw.h | 21 struct lockdep_map dep_map; member 32 .dep_map = { \ 37 .dep_map = { \ 43 .dep_map = { \
|
| H A D | ww_mutex.h | 68 struct lockdep_map dep_map; 159 lockdep_init_map(&ctx->dep_map, ww_class->acquire_name, in ww_acquire_init() 163 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init() 164 mutex_acquire_nest(&ctx->first_lock_dep_map, 0, 0, &ctx->dep_map, _RET_IP_); in ww_acquire_init() 206 mutex_release(&ctx->dep_map, _THIS_IP_); in ww_acquire_fini() 67 struct lockdep_map dep_map; global() member
|
| H A D | spinlock_types.h | 22 # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map)) 25 struct lockdep_map dep_map; member 54 struct lockdep_map dep_map; 53 struct lockdep_map dep_map; global() member
|
| H A D | seqlock.h | 48 lockdep_init_map(&s->dep_map, name, key, 0); in __seqcount_init() 55 .dep_map = { .name = #lockname } 73 seqcount_acquire_read(&l->dep_map, 0, 0, _RET_IP_); in seqcount_lockdep_reader_access() 74 seqcount_release(&l->dep_map, _RET_IP_); in seqcount_lockdep_reader_access() 478 seqcount_acquire(&s->dep_map, subclass, 0, _RET_IP_); in do_write_seqcount_begin_nested() 524 seqcount_release(&s->dep_map, _RET_IP_); in do_write_seqcount_end()
|
| H A D | seqlock_types.h | 36 struct lockdep_map dep_map; member
|
| H A D | semaphore.h | 53 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0); in sema_init()
|
| H A D | spinlock.h | 225 typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\ 226 _raw_spin_lock_nest_lock(lock, &(nest_lock)->dep_map); \
|
| H A D | srcutiny.h | 28 struct lockdep_map dep_map; member
|
| H A D | srcutree.h | 108 struct lockdep_map dep_map; member
|
| H A D | device.h | 1022 lock_set_class(&__d2->mutex.dep_map, name, key, 0, _THIS_IP_); \ 1058 lock_set_novalidate_class(&__d->mutex.dep_map, "&dev->mutex", \
|
| /linux/kernel/locking/ |
| H A D | ww_rt_mutex.c | 29 mutex_acquire_nest(&rtm->dep_map, 0, 1, &ww_ctx->dep_map, _RET_IP_); in ww_mutex_trylock() 60 nest_lock = &ww_ctx->dep_map; in __ww_rt_mutex_lock() 63 mutex_acquire_nest(&rtm->dep_map, 0, 0, nest_lock, ip); in __ww_rt_mutex_lock() 74 mutex_release(&rtm->dep_map, ip); in __ww_rt_mutex_lock() 98 mutex_release(&rtm->dep_map, _RET_IP_); in ww_mutex_unlock()
|
| H A D | rwsem.c | 317 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem() 1459 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem() 1537 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 1546 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_interruptible() 1549 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_interruptible() 1560 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable() 1563 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_killable() 1579 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 1590 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 1601 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() [all …]
|
| /linux/fs/btrfs/ |
| H A D | locking.h | 136 rwsem_acquire_read(&owner->vfs_inode.lock.dep_map, 0, 0, _THIS_IP_) 139 rwsem_release(&owner->vfs_inode.lock.dep_map, _THIS_IP_)
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 103 spin_acquire(&spinlock->dep_map, PI_LOCK_SCHED_OUT, 0, _RET_IP_); in vmx_vcpu_pi_load() 105 spin_release(&spinlock->dep_map, _RET_IP_); in vmx_vcpu_pi_load()
|
| /linux/kernel/bpf/ |
| H A D | mmap_unlock_work.h | 60 rwsem_release(&mm->mmap_lock.dep_map, _RET_IP_); in bpf_mmap_unlock_mm()
|
| /linux/lib/ |
| H A D | bucket_locks.c | 39 lockdep_init_map(&tlocks[i].dep_map, name, key, 0); in __alloc_bucket_spinlocks()
|
| /linux/kernel/rcu/ |
| H A D | srcutiny.c | 54 lockdep_init_map(&ssp->dep_map, name, key, 0); in __init_srcu_struct() 226 srcu_lock_sync(&ssp->dep_map); in synchronize_srcu()
|
| /linux/fs/kernfs/ |
| H A D | dir.c | 454 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active() 473 rwsem_release(&kn->dep_map, _RET_IP_); in kernfs_put_active() 511 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 513 lock_contended(&kn->dep_map, _RET_IP_); in kernfs_drain() 520 lock_acquired(&kn->dep_map, _RET_IP_); in kernfs_drain() 521 rwsem_release(&kn->dep_map, _RET_IP_); in kernfs_drain() 1611 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 77 struct lockdep_map dep_map; member
|
| /linux/mm/ |
| H A D | zsmalloc.c | 258 struct lockdep_map dep_map; member 281 lockdep_init_map(&zsl->dep_map, "zspage->lock", &__key, 0); in zspage_lock_init() 308 rwsem_acquire_read(&zsl->dep_map, 0, 0, _RET_IP_); in zspage_read_lock() 314 lock_acquired(&zsl->dep_map, _RET_IP_); in zspage_read_lock() 321 rwsem_release(&zsl->dep_map, _RET_IP_); in zspage_read_unlock() 335 rwsem_acquire(&zsl->dep_map, 0, 1, _RET_IP_); in zspage_write_trylock() 336 lock_acquired(&zsl->dep_map, _RET_IP_); in zspage_write_trylock() 348 rwsem_release(&zsl->dep_map, _RET_IP_); in zspage_write_unlock()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.c | 293 container_of(m1, struct xfs_inode, i_lock.dep_map); in xfs_rtginode_ilock_cmp_fn() 295 container_of(m2, struct xfs_inode, i_lock.dep_map); in xfs_rtginode_ilock_cmp_fn() 309 container_of(m, struct xfs_inode, i_lock.dep_map); in xfs_rtginode_ilock_print_fn()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_scheduler.c | 480 lock_map_acquire(&sched_engine->lock.dep_map); in i915_sched_engine_create() 481 lock_map_release(&sched_engine->lock.dep_map); in i915_sched_engine_create()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context.c | 540 mutex_release(&ce->timeline->mutex.dep_map, _RET_IP_); in intel_context_create_request() 541 mutex_acquire(&ce->timeline->mutex.dep_map, SINGLE_DEPTH_NESTING, 0, _RET_IP_); in intel_context_create_request()
|