Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/include/linux/
A Drwlock_api_smp.h186 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()
202 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_bh()
224 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock()
231 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock()
239 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_irqrestore()
247 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_irq()
255 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_bh()
263 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_irqrestore()
271 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_irq()
[all …]
A 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()
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()
167 __local_bh_enable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET); in __raw_spin_unlock_bh()
[all …]
A Dpercpu-rwsem.h51 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_read()
92 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock()
99 rwsem_release(&sem->dep_map, _RET_IP_); in percpu_up_read()
A Dkasan.h162 return __kasan_slab_free(s, object, _RET_IP_, init); in kasan_slab_free()
170 __kasan_kfree_large(ptr, _RET_IP_); in kasan_kfree_large()
177 __kasan_slab_free_mempool(ptr, _RET_IP_); in kasan_slab_free_mempool()
228 return __kasan_check_byte(addr, _RET_IP_); in kasan_check_byte()
A Dinstruction_pointer.h5 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
/linux-6.3-rc2/kernel/locking/
A Dspinlock_rt.c54 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_spin_lock()
62 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in rt_spin_lock_nested()
78 spin_release(&lock->dep_map, _RET_IP_); in rt_spin_unlock()
107 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __rt_spin_trylock()
200 rwlock_acquire_read(&rwlock->dep_map, 0, 1, _RET_IP_); in rt_read_trylock()
214 rwlock_acquire(&rwlock->dep_map, 0, 1, _RET_IP_); in rt_write_trylock()
225 rwlock_acquire_read(&rwlock->dep_map, 0, 0, _RET_IP_); in rt_read_lock()
235 rwlock_acquire(&rwlock->dep_map, 0, 0, _RET_IP_); in rt_write_lock()
246 rwlock_acquire(&rwlock->dep_map, subclass, 0, _RET_IP_); in rt_write_lock_nested()
256 rwlock_release(&rwlock->dep_map, _RET_IP_); in rt_read_unlock()
[all …]
A Drtmutex_api.c30 mutex_acquire_nest(&lock->dep_map, subclass, 0, nest_lock, _RET_IP_); in __rt_mutex_lock_common()
33 mutex_release(&lock->dep_map, _RET_IP_); in __rt_mutex_lock_common()
127 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in rt_mutex_trylock()
140 mutex_release(&lock->dep_map, _RET_IP_); in rt_mutex_unlock()
530 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, nest_lock, _RET_IP_); in _mutex_lock_nest_lock()
564 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock()
570 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock_interruptible()
576 return __mutex_lock_common(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in mutex_lock_killable()
584 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock_io()
599 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in mutex_trylock()
[all …]
A Dmutex.c543 __mutex_unlock_slowpath(lock, _RET_IP_); in mutex_unlock()
807 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock()
834 subclass, NULL, _RET_IP_, NULL, 0); in mutex_lock_io_nested()
872 0, _RET_IP_, ctx); in ww_mutex_lock()
887 0, _RET_IP_, ctx); in ww_mutex_lock_interruptible()
1035 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath()
1041 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath()
1047 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath()
1054 _RET_IP_, ctx); in __ww_mutex_lock_slowpath()
1062 _RET_IP_, ctx); in __ww_mutex_lock_interruptible_slowpath()
[all …]
A Dww_rt_mutex.c29 mutex_acquire_nest(&rtm->dep_map, 0, 1, &ww_ctx->dep_map, _RET_IP_); in ww_mutex_trylock()
81 return __ww_rt_mutex_lock(lock, ctx, TASK_UNINTERRUPTIBLE, _RET_IP_); in ww_mutex_lock()
88 return __ww_rt_mutex_lock(lock, ctx, TASK_INTERRUPTIBLE, _RET_IP_); in ww_mutex_lock_interruptible()
98 mutex_release(&rtm->dep_map, _RET_IP_); in ww_mutex_unlock()
A Drwsem.c1532 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_interruptible()
1546 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_killable()
1573 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write()
1584 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable()
1588 rwsem_release(&sem->dep_map, _RET_IP_); in down_write_killable()
1604 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock()
1615 rwsem_release(&sem->dep_map, _RET_IP_); in up_read()
1625 rwsem_release(&sem->dep_map, _RET_IP_); in up_write()
1635 lock_downgrade(&sem->dep_map, _RET_IP_); in downgrade_write()
1656 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_killable_nested()
[all …]
A Dspinlock.c378 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested()
390 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested()
400 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
/linux-6.3-rc2/drivers/tty/
A Dtty_ldsem.c304 lock_contended(&sem->dep_map, _RET_IP_); in __ldsem_down_read_nested()
306 rwsem_release(&sem->dep_map, _RET_IP_); in __ldsem_down_read_nested()
310 lock_acquired(&sem->dep_map, _RET_IP_); in __ldsem_down_read_nested()
323 lock_contended(&sem->dep_map, _RET_IP_); in __ldsem_down_write_nested()
325 rwsem_release(&sem->dep_map, _RET_IP_); in __ldsem_down_write_nested()
329 lock_acquired(&sem->dep_map, _RET_IP_); in __ldsem_down_write_nested()
353 lock_acquired(&sem->dep_map, _RET_IP_); in ldsem_down_read_trylock()
378 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in ldsem_down_write_trylock()
379 lock_acquired(&sem->dep_map, _RET_IP_); in ldsem_down_write_trylock()
393 rwsem_release(&sem->dep_map, _RET_IP_); in ldsem_up_read()
[all …]
/linux-6.3-rc2/include/asm-generic/
A Dio.h191 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb()
206 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw()
221 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl()
237 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq()
251 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
263 log_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew()
308 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb_relaxed()
321 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw_relaxed()
334 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl_relaxed()
347 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq_relaxed()
[all …]
/linux-6.3-rc2/mm/kasan/
A Dshadow.c31 return kasan_check_range((unsigned long)p, size, false, _RET_IP_); in __kasan_check_read()
37 return kasan_check_range((unsigned long)p, size, true, _RET_IP_); in __kasan_check_write()
53 if (!kasan_check_range((unsigned long)addr, len, true, _RET_IP_)) in memset()
63 if (!kasan_check_range((unsigned long)src, len, false, _RET_IP_) || in memmove()
64 !kasan_check_range((unsigned long)dest, len, true, _RET_IP_)) in memmove()
74 if (!kasan_check_range((unsigned long)src, len, false, _RET_IP_) || in memcpy()
75 !kasan_check_range((unsigned long)dest, len, true, _RET_IP_)) in memcpy()
84 if (!kasan_check_range((unsigned long)addr, len, true, _RET_IP_)) in __asan_memset()
94 if (!kasan_check_range((unsigned long)src, len, false, _RET_IP_) || in __asan_memmove()
95 !kasan_check_range((unsigned long)dest, len, true, _RET_IP_)) in __asan_memmove()
[all …]
A Dsw_tags.c138 kasan_check_range(addr, size, false, _RET_IP_); \
143 kasan_check_range(addr, size, true, _RET_IP_); \
155 kasan_check_range(addr, size, false, _RET_IP_); in __hwasan_loadN_noabort()
161 kasan_check_range(addr, size, true, _RET_IP_); in __hwasan_storeN_noabort()
A Dreport_generic.c367 kasan_report(addr, size, false, _RET_IP_); \
374 kasan_report(addr, size, true, _RET_IP_); \
391 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort()
397 kasan_report(addr, size, true, _RET_IP_); in __asan_report_store_n_noabort()
A Dgeneric.c241 check_region_inline(addr, size, false, _RET_IP_); \
249 check_region_inline(addr, size, true, _RET_IP_); \
264 kasan_check_range(addr, size, false, _RET_IP_); in __asan_loadN()
274 kasan_check_range(addr, size, true, _RET_IP_); in __asan_storeN()
/linux-6.3-rc2/kernel/kcsan/
A Dcore.c903 check_access(ptr, size, type, _RET_IP_); in kcsan_begin_scoped_access()
911 sa->ip = _RET_IP_; in kcsan_begin_scoped_access()
949 check_access(ptr, size, type, _RET_IP_); in __kcsan_check_access()
1006 _RET_IP_); \
1022 check_access(ptr, size, 0, _RET_IP_); in __tsan_read_range()
1029 check_access(ptr, size, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_write_range()
1051 _RET_IP_); \
1067 _RET_IP_); \
1324 check_access(s, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memset()
1339 check_access(src, check_len, 0, _RET_IP_); in __tsan_memmove()
[all …]
/linux-6.3-rc2/fs/xfs/
A Dxfs_buf.c268 trace_xfs_buf_init(bp, _RET_IP_); in _xfs_buf_alloc()
312 trace_xfs_buf_free(bp, _RET_IP_); in xfs_buf_free()
983 trace_xfs_buf_hold(bp, _RET_IP_); in xfs_buf_hold()
999 trace_xfs_buf_rele(bp, _RET_IP_); in xfs_buf_rele()
1097 trace_xfs_buf_trylock(bp, _RET_IP_); in xfs_buf_trylock()
1116 trace_xfs_buf_lock(bp, _RET_IP_); in xfs_buf_lock()
1122 trace_xfs_buf_lock_done(bp, _RET_IP_); in xfs_buf_lock()
1132 trace_xfs_buf_unlock(bp, _RET_IP_); in xfs_buf_unlock()
1292 trace_xfs_buf_iodone(bp, _RET_IP_); in xfs_buf_ioend()
1610 trace_xfs_buf_iowait(bp, _RET_IP_); in xfs_buf_iowait()
[all …]
A Dxfs_trans.c71 trace_xfs_trans_free(tp, _RET_IP_); in xfs_trans_free()
93 trace_xfs_trans_dup(tp, _RET_IP_); in xfs_trans_dup()
302 trace_xfs_trans_alloc(tp, _RET_IP_); in xfs_trans_alloc()
683 trace_xfs_trans_add_item(tp, _RET_IP_); in xfs_trans_add_item()
707 trace_xfs_trans_free_items(tp, _RET_IP_); in xfs_trans_free_items()
954 trace_xfs_trans_commit(tp, _RET_IP_); in __xfs_trans_commit()
1076 trace_xfs_trans_cancel(tp, _RET_IP_); in xfs_trans_cancel()
1136 trace_xfs_trans_roll(trans, _RET_IP_); in xfs_trans_roll()
/linux-6.3-rc2/kernel/
A Dkcov.c203 unsigned long ip = canonicalize_ip(_RET_IP_); in __sanitizer_cov_trace_pc()
266 write_comp_data(KCOV_CMP_SIZE(0), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp1()
272 write_comp_data(KCOV_CMP_SIZE(1), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp2()
278 write_comp_data(KCOV_CMP_SIZE(2), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp4()
284 write_comp_data(KCOV_CMP_SIZE(3), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp8()
291 _RET_IP_); in __sanitizer_cov_trace_const_cmp1()
298 _RET_IP_); in __sanitizer_cov_trace_const_cmp2()
305 _RET_IP_); in __sanitizer_cov_trace_const_cmp4()
312 _RET_IP_); in __sanitizer_cov_trace_const_cmp8()
340 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
/linux-6.3-rc2/mm/
A Dslab_common.c499 __func__, s->name, (void *)_RET_IP_); in kmem_cache_destroy()
974 return __do_kmalloc_node(size, flags, node, _RET_IP_); in __kmalloc_node()
980 return __do_kmalloc_node(size, flags, NUMA_NO_NODE, _RET_IP_); in __kmalloc()
1006 trace_kfree(_RET_IP_, object); in kfree()
1019 __kmem_cache_free(s, (void *)object, _RET_IP_); in kfree()
1062 size, _RET_IP_); in kmalloc_trace()
1064 trace_kmalloc(_RET_IP_, ret, size, s->size, gfpflags, NUMA_NO_NODE); in kmalloc_trace()
1074 void *ret = __kmem_cache_alloc_node(s, gfpflags, node, size, _RET_IP_); in kmalloc_node_trace()
1076 trace_kmalloc(_RET_IP_, ret, size, s->size, gfpflags, node); in kmalloc_node_trace()
1131 trace_kmalloc(_RET_IP_, ret, size, PAGE_SIZE << get_order(size), in kmalloc_large()
[all …]
A Dslob.c527 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, _RET_IP_); in __kmalloc()
542 trace_kfree(_RET_IP_, block); in kfree()
625 trace_kmem_cache_alloc(_RET_IP_, b, c, flags, node); in slob_alloc_node()
628 trace_kmem_cache_alloc(_RET_IP_, b, c, flags, node); in slob_alloc_node()
655 return __do_kmalloc_node(size, gfp, node, _RET_IP_); in __kmalloc_node()
684 trace_kmem_cache_free(_RET_IP_, b, c); in kmem_cache_free()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_refcount.c193 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_update()
228 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_insert()
267 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_delete()
415 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_split_extent()
495 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_merge_center_extents()
559 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_merge_left_extent()
625 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_merge_right_extent()
718 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_find_left_extents()
811 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_find_right_extents()
1269 error, _RET_IP_); in xfs_refcount_adjust()
[all …]
A Dxfs_defer.c257 trace_xfs_defer_trans_abort(tp, _RET_IP_); in xfs_defer_trans_abort()
357 trace_xfs_defer_trans_roll(*tpp, _RET_IP_); in xfs_defer_trans_roll()
529 trace_xfs_defer_finish(*tp, _RET_IP_); in xfs_defer_finish_noroll()
568 trace_xfs_defer_finish_done(*tp, _RET_IP_); in xfs_defer_finish_noroll()
614 trace_xfs_defer_cancel(tp, _RET_IP_); in xfs_defer_cancel()

Completed in 47 milliseconds

12345