/include/linux/ |
D | rwlock_api_smp.h | 121 rwlock_acquire_read(&lock->dep_map, 0, 1, _RET_IP_); in __raw_read_trylock() 132 rwlock_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_write_trylock() 149 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_); in __raw_read_lock() 159 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_); in __raw_read_lock_irqsave() 169 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_); in __raw_read_lock_irq() 176 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_); in __raw_read_lock_bh() 186 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_irqsave() 196 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_irq() 203 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_bh() 210 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock() [all …]
|
D | lockdep.h | 218 lockdep_init_map_type(&(lock)->dep_map, #key, key, 0, \ 219 (lock)->dep_map.wait_type_inner, \ 220 (lock)->dep_map.wait_type_outer, \ 221 (lock)->dep_map.lock_type) 224 lockdep_init_map_type(&(lock)->dep_map, name, key, 0, \ 225 (lock)->dep_map.wait_type_inner, \ 226 (lock)->dep_map.wait_type_outer, \ 227 (lock)->dep_map.lock_type) 230 lockdep_init_map_type(&(lock)->dep_map, #key, key, sub, \ 231 (lock)->dep_map.wait_type_inner, \ [all …]
|
D | spinlock_api_smp.h | 90 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock() 110 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irqsave() 128 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irq() 135 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_bh() 142 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock() 150 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock() 158 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_irqrestore() 166 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_irq() 174 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_bh() 183 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock_bh()
|
D | spinlock_types_raw.h | 21 struct lockdep_map dep_map; member 31 .dep_map = { \ 36 .dep_map = { \ 42 .dep_map = { \
|
D | percpu-rwsem.h | 29 struct lockdep_map dep_map; member 34 #define __PERCPU_RWSEM_DEP_MAP_INIT(lockname) .dep_map = { .name = #lockname }, 61 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_read() 104 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock() 113 rwsem_release(&sem->dep_map, _RET_IP_); in percpu_up_read() 162 lock_release(&sem->dep_map, ip); in percpu_rwsem_release() 168 lock_acquire(&sem->dep_map, 0, 1, read, 1, NULL, ip); in percpu_rwsem_acquire()
|
D | local_lock_internal.h | 13 struct lockdep_map dep_map; member 20 .dep_map = { \ 29 lock_map_acquire(&l->dep_map); in local_lock_acquire() 38 lock_map_release(&l->dep_map); in local_lock_release() 59 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
|
D | spinlock_types.h | 22 # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map)) 25 struct lockdep_map dep_map; member 53 struct lockdep_map dep_map; member
|
D | rwlock_types.h | 10 .dep_map = { \ 32 struct lockdep_map dep_map; member 61 struct lockdep_map dep_map; member
|
D | srcu.h | 38 #define __SRCU_DEP_MAP_INIT(srcu_name) .dep_map = { .name = #srcu_name }, 95 return lock_is_held(&ssp->dep_map); in srcu_read_lock_held() 164 rcu_lock_acquire(&(ssp)->dep_map); in srcu_read_lock() 189 rcu_lock_release(&(ssp)->dep_map); in srcu_read_unlock()
|
D | mutex.h | 26 , .dep_map = { \ 75 struct lockdep_map dep_map; member 140 struct lockdep_map dep_map; member 196 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \ 197 _mutex_lock_nest_lock(lock, &(nest_lock)->dep_map); \
|
D | rwsem.h | 22 .dep_map = { \ 66 struct lockdep_map dep_map; member 149 struct lockdep_map dep_map; member 249 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \ 250 _down_write_nest_lock(sem, &(nest_lock)->dep_map); \
|
D | ww_mutex.h | 69 struct lockdep_map dep_map; member 149 lockdep_init_map(&ctx->dep_map, ww_class->acquire_name, in ww_acquire_init() 151 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init() 190 mutex_release(&ctx->dep_map, _THIS_IP_); in ww_acquire_fini()
|
D | rtmutex.h | 60 struct lockdep_map dep_map; member 81 .dep_map = { \
|
D | seqlock.h | 68 struct lockdep_map dep_map; member 78 lockdep_init_map(&s->dep_map, name, key, 0); in __seqcount_init() 85 .dep_map = { .name = #lockname } 103 seqcount_acquire_read(&l->dep_map, 0, 0, _RET_IP_); in seqcount_lockdep_reader_access() 104 seqcount_release(&l->dep_map, _RET_IP_); in seqcount_lockdep_reader_access() 519 seqcount_acquire(&s->dep_map, subclass, 0, _RET_IP_); in do_write_seqcount_begin_nested() 565 seqcount_release(&s->dep_map, _RET_IP_); in do_write_seqcount_end()
|
D | semaphore.h | 35 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0); in sema_init()
|
D | spinlock_rt.h | 54 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \ 55 rt_spin_lock_nest_lock(lock, &(nest_lock)->dep_map); \
|
D | srcutiny.h | 28 struct lockdep_map dep_map; member
|
D | srcutree.h | 85 struct lockdep_map dep_map; member
|
D | tty_ldisc.h | 146 struct lockdep_map dep_map; member
|
D | spinlock.h | 237 typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\ 238 _raw_spin_lock_nest_lock(lock, &(nest_lock)->dep_map); \
|
D | rhashtable.h | 85 struct lockdep_map dep_map; member 331 lock_map_acquire(&tbl->dep_map); in rht_lock() 340 lock_acquire_exclusive(&tbl->dep_map, subclass, 0, NULL, _THIS_IP_); in rht_lock_nested() 346 lock_map_release(&tbl->dep_map); in rht_unlock() 400 lock_map_release(&tbl->dep_map); in rht_assign_unlock()
|
D | kernfs.h | 134 struct lockdep_map dep_map; member
|
/include/net/ |
D | sock.h | 109 struct lockdep_map dep_map; member 1648 mutex_release(&sk->sk_lock.dep_map, _RET_IP_); in sock_release_ownership() 1668 lockdep_init_map(&(sk)->sk_lock.dep_map, (name), (key), 0); \ 1713 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_); in lock_sock_fast() 1721 mutex_acquire(&sk->sk_lock.dep_map, SINGLE_DEPTH_NESTING, 0, _RET_IP_); in lock_sock_fast_nested() 1741 mutex_release(&sk->sk_lock.dep_map, _RET_IP_); in unlock_sock_fast()
|
D | sch_generic.h | 199 seqcount_acquire(&qdisc->running.dep_map, 0, 1, _RET_IP_); in qdisc_run_begin()
|