Home
last modified time | relevance | path

Searched refs:_RET_IP_ (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Drwlock_api_smp.h121 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()
175 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET); in __raw_read_lock_bh()
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()
202 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET); in __raw_write_lock_bh()
[all …]
Dspinlock_api_smp.h90 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()
134 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET); in __raw_spin_lock_bh()
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()
[all …]
Dpercpu-rwsem.h61 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()
Dkasan.h171 return __kasan_slab_free(s, object, _RET_IP_, init); in kasan_slab_free()
179 __kasan_kfree_large(ptr, _RET_IP_); in kasan_kfree_large()
186 __kasan_slab_free_mempool(ptr, _RET_IP_); in kasan_slab_free_mempool()
237 return __kasan_check_byte(addr, _RET_IP_); in kasan_check_byte()
Dseqlock.h103 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()
Dlockdep.h457 lock_contended(&(_lock)->dep_map, _RET_IP_); \
460 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
467 lock_contended(&(_lock)->dep_map, _RET_IP_); \
471 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
Dww_mutex.h151 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
Dslab.h673 __kmalloc_track_caller(size, flags, _RET_IP_)
697 _RET_IP_)
Dkernel.h57 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
/include/net/
Dsock.h1648 mutex_release(&sk->sk_lock.dep_map, _RET_IP_); in sock_release_ownership()
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()
Dsch_generic.h199 seqcount_acquire(&qdisc->running.dep_map, 0, 1, _RET_IP_); in qdisc_run_begin()