Home
last modified time | relevance | path

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

/include/linux/
Drwlock_api_smp.h122 rwlock_acquire_read(&lock->dep_map, 0, 1, _RET_IP_); in __raw_read_trylock()
133 rwlock_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_write_trylock()
150 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_); in __raw_read_lock()
160 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()
195 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_irq()
201 __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()
119 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irq()
125 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET); in __raw_spin_lock_bh()
126 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_bh()
133 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock()
141 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock()
149 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_irqrestore()
157 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_irq()
165 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_bh()
[all …]
Dinstruction_pointer.h7 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
Dpercpu-rwsem.h55 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_read()
98 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock()
106 rwsem_release(&sem->dep_map, _RET_IP_); in percpu_up_read()
Dkasan.h198 return __kasan_slab_pre_free(s, object, _RET_IP_); in kasan_slab_pre_free()
241 __kasan_kfree_large(ptr, _RET_IP_); in kasan_kfree_large()
306 return __kasan_mempool_poison_pages(page, order, _RET_IP_); in kasan_mempool_poison_pages()
328 __kasan_mempool_unpoison_pages(page, order, _RET_IP_); in kasan_mempool_unpoison_pages()
360 return __kasan_mempool_poison_object(ptr, _RET_IP_); in kasan_mempool_poison_object()
388 __kasan_mempool_unpoison_object(ptr, size, _RET_IP_); in kasan_mempool_unpoison_object()
399 return __kasan_check_byte(addr, _RET_IP_); in kasan_check_byte()
Dslab.h882 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_noprof()
893 …(__kmalloc_node_track_caller_noprof(PASS_BUCKET_PARAMS(_size, _b), _flags, NUMA_NO_NODE, _RET_IP_))
905 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_node_noprof()
974 alloc_hooks(kmalloc_node_track_caller_noprof(__VA_ARGS__, _RET_IP_))
987 kmalloc_node_track_caller_noprof(__VA_ARGS__, NUMA_NO_NODE, _RET_IP_)
Dseqlock.h72 seqcount_acquire_read(&l->dep_map, 0, 0, _RET_IP_); in seqcount_lockdep_reader_access()
73 seqcount_release(&l->dep_map, _RET_IP_); in seqcount_lockdep_reader_access()
477 seqcount_acquire(&s->dep_map, subclass, 0, _RET_IP_); in do_write_seqcount_begin_nested()
523 seqcount_release(&s->dep_map, _RET_IP_); in do_write_seqcount_end()
Dcpuidle.h138 lockdep_hardirqs_on(_RET_IP_); in ct_cpuidle_enter()
146 lockdep_hardirqs_off(_RET_IP_); in ct_cpuidle_exit()
Dlockdep.h444 lock_contended(&(_lock)->dep_map, _RET_IP_); \
447 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
454 lock_contended(&(_lock)->dep_map, _RET_IP_); \
458 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
Dsmp.h140 trace_ipi_send_cpu(cpu, _RET_IP_, NULL); \
Dww_mutex.h149 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
Dclosure.h232 cl->ip = _RET_IP_; in closure_set_ret_ip()
Dmm.h723 rwsem_release(&vma->vmlock_dep_map, _RET_IP_); in vma_refcount_put()
767 rwsem_acquire_read(&vma->vmlock_dep_map, 0, 1, _RET_IP_); in vma_start_read()
802 rwsem_acquire_read(&vma->vmlock_dep_map, 0, 1, _RET_IP_); in vma_start_read_locked_nested()
/include/asm-generic/
Dio.h192 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb()
196 log_post_read_mmio(val, 8, addr, _THIS_IP_, _RET_IP_); in readb()
207 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw()
211 log_post_read_mmio(val, 16, addr, _THIS_IP_, _RET_IP_); in readw()
222 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl()
226 log_post_read_mmio(val, 32, addr, _THIS_IP_, _RET_IP_); in readl()
238 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq()
242 log_post_read_mmio(val, 64, addr, _THIS_IP_, _RET_IP_); in readq()
252 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
256 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
[all …]
/include/trace/events/
Dsock.h258 __entry->ip = _RET_IP_;
/include/net/
Dsock.h1697 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_); in lock_sock_fast()
1705 mutex_acquire(&sk->sk_lock.dep_map, SINGLE_DEPTH_NESTING, 0, _RET_IP_); in lock_sock_fast_nested()
1725 mutex_release(&sk->sk_lock.dep_map, _RET_IP_); in unlock_sock_fast()
1780 mutex_release(&sk->sk_lock.dep_map, _RET_IP_); in sock_release_ownership()