/linux-6.1.9/include/linux/ |
D | rwlock_api_smp.h | 122 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 …]
|
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() 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 …]
|
D | percpu-rwsem.h | 51 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()
|
D | kasan.h | 177 return __kasan_slab_free(s, object, _RET_IP_, init); in kasan_slab_free() 185 __kasan_kfree_large(ptr, _RET_IP_); in kasan_kfree_large() 192 __kasan_slab_free_mempool(ptr, _RET_IP_); in kasan_slab_free_mempool() 243 return __kasan_check_byte(addr, _RET_IP_); in kasan_check_byte()
|
D | instruction_pointer.h | 5 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
|
/linux-6.1.9/kernel/locking/ |
D | spinlock_rt.c | 54 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() 70 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in rt_spin_lock_nest_lock() 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() [all …]
|
D | rtmutex_api.c | 30 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() 523 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 530 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, nest_lock, _RET_IP_); in _mutex_lock_nest_lock() 537 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 544 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 555 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_io_nested() 564 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock() [all …]
|
D | mutex.c | 543 __mutex_unlock_slowpath(lock, _RET_IP_); in mutex_unlock() 787 mutex_acquire_nest(&ww->base.dep_map, 0, 1, &ww_ctx->dep_map, _RET_IP_); in ww_mutex_trylock() 799 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 807 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock() 814 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 821 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 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() [all …]
|
D | ww_rt_mutex.c | 29 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()
|
D | rwsem.c | 1509 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 1518 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_interruptible() 1521 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_interruptible() 1532 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable() 1535 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_killable() 1551 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 1562 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 1573 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() 1577 rwsem_release(&sem->dep_map, _RET_IP_); in down_write_killable() 1593 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() [all …]
|
D | spinlock.c | 378 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()
|
D | percpu-rwsem.c | 227 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_write() 256 rwsem_release(&sem->dep_map, _RET_IP_); in percpu_up_write()
|
/linux-6.1.9/drivers/tty/ |
D | tty_ldsem.c | 300 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in __ldsem_down_read_nested() 304 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() 319 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in __ldsem_down_write_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() 352 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in ldsem_down_read_trylock() 353 lock_acquired(&sem->dep_map, _RET_IP_); in ldsem_down_read_trylock() [all …]
|
/linux-6.1.9/kernel/kcsan/ |
D | core.c | 903 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() 986 check_access(ptr, size, 0, _RET_IP_); \ 995 check_access(ptr, size, KCSAN_ACCESS_WRITE, _RET_IP_); \ 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_); \ [all …]
|
/linux-6.1.9/mm/kasan/ |
D | sw_tags.c | 140 kasan_check_range(addr, size, false, _RET_IP_); \ 145 kasan_check_range(addr, size, true, _RET_IP_); \ 157 kasan_check_range(addr, size, false, _RET_IP_); in __hwasan_loadN_noabort() 163 kasan_check_range(addr, size, true, _RET_IP_); in __hwasan_storeN_noabort()
|
D | shadow.c | 31 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() 44 if (!kasan_check_range((unsigned long)addr, len, true, _RET_IP_)) in memset() 54 if (!kasan_check_range((unsigned long)src, len, false, _RET_IP_) || in memmove() 55 !kasan_check_range((unsigned long)dest, len, true, _RET_IP_)) in memmove() 65 if (!kasan_check_range((unsigned long)src, len, false, _RET_IP_) || in memcpy() 66 !kasan_check_range((unsigned long)dest, len, true, _RET_IP_)) in memcpy()
|
D | report_generic.c | 337 kasan_report(addr, size, false, _RET_IP_); \ 344 kasan_report(addr, size, true, _RET_IP_); \ 361 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort() 367 kasan_report(addr, size, true, _RET_IP_); in __asan_report_store_n_noabort()
|
D | generic.c | 238 check_region_inline(addr, size, false, _RET_IP_); \ 246 check_region_inline(addr, size, true, _RET_IP_); \ 261 kasan_check_range(addr, size, false, _RET_IP_); in __asan_loadN() 271 kasan_check_range(addr, size, true, _RET_IP_); in __asan_storeN()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_buf.c | 268 trace_xfs_buf_init(bp, _RET_IP_); in _xfs_buf_alloc() 312 trace_xfs_buf_free(bp, _RET_IP_); in xfs_buf_free() 594 trace_xfs_buf_find(bp, flags, _RET_IP_); in xfs_buf_lookup() 737 trace_xfs_buf_get(bp, flags, _RET_IP_); in xfs_buf_get_map() 815 trace_xfs_buf_read(bp, flags, _RET_IP_); in xfs_buf_read_map() 965 trace_xfs_buf_get_uncached(bp, _RET_IP_); in xfs_buf_get_uncached() 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() 1099 trace_xfs_buf_trylock_fail(bp, _RET_IP_); in xfs_buf_trylock() [all …]
|
D | xfs_trans.c | 71 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.1.9/kernel/ |
D | kcov.c | 203 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.1.9/mm/ |
D | slab_common.c | 494 __func__, s->name, (void *)_RET_IP_); in kmem_cache_destroy() 962 return __do_kmalloc_node(size, flags, node, _RET_IP_); in __kmalloc_node() 968 return __do_kmalloc_node(size, flags, NUMA_NO_NODE, _RET_IP_); in __kmalloc() 994 trace_kfree(_RET_IP_, object); in kfree() 1007 __kmem_cache_free(s, (void *)object, _RET_IP_); in kfree() 1046 size, _RET_IP_); in kmalloc_trace() 1048 trace_kmalloc(_RET_IP_, ret, size, s->size, gfpflags, NUMA_NO_NODE); in kmalloc_trace() 1058 void *ret = __kmem_cache_alloc_node(s, gfpflags, node, size, _RET_IP_); in kmalloc_node_trace() 1060 trace_kmalloc(_RET_IP_, ret, size, s->size, gfpflags, node); in kmalloc_node_trace() 1115 trace_kmalloc(_RET_IP_, ret, size, PAGE_SIZE << get_order(size), in kmalloc_large() [all …]
|
D | slob.c | 527 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.1.9/fs/xfs/libxfs/ |
D | xfs_refcount.c | 193 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() 1094 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_adjust_extents() [all …]
|
D | xfs_defer.c | 257 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()
|