| /Linux-v5.15/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() 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 …]
|
| 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() 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 …]
|
| 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 | 230 return __kasan_slab_free(s, object, _RET_IP_, init); in kasan_slab_free() 238 __kasan_kfree_large(ptr, _RET_IP_); in kasan_kfree_large() 245 __kasan_slab_free_mempool(ptr, _RET_IP_); in kasan_slab_free_mempool() 296 return __kasan_check_byte(addr, _RET_IP_); in kasan_check_byte()
|
| /Linux-v5.15/tools/lib/lockdep/ |
| D | preload.c | 256 (unsigned long)_RET_IP_); in pthread_mutex_lock() 273 lock_release(&__get_lock(mutex)->dep_map, (unsigned long)_RET_IP_); in pthread_mutex_lock() 284 lock_acquire(&__get_lock(mutex)->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_); in pthread_mutex_trylock() 287 lock_release(&__get_lock(mutex)->dep_map, (unsigned long)_RET_IP_); in pthread_mutex_trylock() 298 lock_release(&__get_lock(mutex)->dep_map, (unsigned long)_RET_IP_); in pthread_mutex_unlock() 306 lock_acquire(&__get_lock(mutex)->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_); in pthread_mutex_unlock() 355 lock_acquire(&__get_lock(rwlock)->dep_map, 0, 0, 2, 1, NULL, (unsigned long)_RET_IP_); in pthread_rwlock_rdlock() 358 lock_release(&__get_lock(rwlock)->dep_map, (unsigned long)_RET_IP_); in pthread_rwlock_rdlock() 369 lock_acquire(&__get_lock(rwlock)->dep_map, 0, 1, 2, 1, NULL, (unsigned long)_RET_IP_); in pthread_rwlock_tryrdlock() 372 lock_release(&__get_lock(rwlock)->dep_map, (unsigned long)_RET_IP_); in pthread_rwlock_tryrdlock() [all …]
|
| /Linux-v5.15/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-v5.15/kernel/locking/ |
| D | rtmutex_api.c | 29 mutex_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in __rt_mutex_lock_common() 32 mutex_release(&lock->dep_map, _RET_IP_); in __rt_mutex_lock_common() 105 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in rt_mutex_trylock() 118 mutex_release(&lock->dep_map, _RET_IP_); in rt_mutex_unlock() 501 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 508 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, nest_lock, _RET_IP_); in _mutex_lock_nest_lock() 515 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 522 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 533 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_io_nested() 542 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock() [all …]
|
| D | spinlock_rt.c | 43 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_spin_lock() 51 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in rt_spin_lock_nested() 59 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in rt_spin_lock_nest_lock() 67 spin_release(&lock->dep_map, _RET_IP_); in rt_spin_unlock() 96 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __rt_spin_trylock() 189 rwlock_acquire_read(&rwlock->dep_map, 0, 1, _RET_IP_); in rt_read_trylock() 203 rwlock_acquire(&rwlock->dep_map, 0, 1, _RET_IP_); in rt_write_trylock() 214 rwlock_acquire_read(&rwlock->dep_map, 0, 0, _RET_IP_); in rt_read_lock() 224 rwlock_acquire(&rwlock->dep_map, 0, 0, _RET_IP_); in rt_write_lock() 233 rwlock_release(&rwlock->dep_map, _RET_IP_); in rt_read_unlock() [all …]
|
| D | rwsem.c | 1464 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 1473 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_interruptible() 1476 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_interruptible() 1487 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable() 1490 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_killable() 1506 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 1517 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 1528 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() 1532 rwsem_release(&sem->dep_map, _RET_IP_); in down_write_killable() 1548 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() [all …]
|
| D | mutex.c | 536 __mutex_unlock_slowpath(lock, _RET_IP_); in mutex_unlock() 743 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 751 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock() 758 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 765 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 778 subclass, NULL, _RET_IP_, NULL, 0); in mutex_lock_io_nested() 816 0, _RET_IP_, ctx); in ww_mutex_lock() 831 0, _RET_IP_, ctx); in ww_mutex_lock_interruptible() 979 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath() 985 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath() [all …]
|
| D | ww_rt_mutex.c | 56 return __ww_rt_mutex_lock(lock, ctx, TASK_UNINTERRUPTIBLE, _RET_IP_); in ww_mutex_lock() 63 return __ww_rt_mutex_lock(lock, ctx, TASK_INTERRUPTIBLE, _RET_IP_); in ww_mutex_lock_interruptible() 73 mutex_release(&rtm->dep_map, _RET_IP_); in ww_mutex_unlock()
|
| D | spinlock.c | 368 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested() 380 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested() 391 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
|
| /Linux-v5.15/tools/lib/lockdep/include/liblockdep/ |
| D | rwlock.h | 40 lock_acquire(&lock->dep_map, 0, 0, 2, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_rdlock() 47 lock_release(&lock->dep_map, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_unlock() 53 lock_acquire(&lock->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_wrlock() 59 lock_acquire(&lock->dep_map, 0, 1, 2, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_tryrdlock() 65 lock_acquire(&lock->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_trywrlock()
|
| D | mutex.h | 39 lock_acquire(&lock->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_mutex_lock() 45 lock_release(&lock->dep_map, (unsigned long)_RET_IP_); in liblockdep_pthread_mutex_unlock() 51 lock_acquire(&lock->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_mutex_trylock()
|
| D | common.h | 14 #ifndef _RET_IP_ 15 #define _RET_IP_ CALLER_ADDR0 macro
|
| /Linux-v5.15/mm/kasan/ |
| D | sw_tags.c | 137 kasan_check_range(addr, size, false, _RET_IP_); \ 142 kasan_check_range(addr, size, true, _RET_IP_); \ 154 kasan_check_range(addr, size, false, _RET_IP_); in __hwasan_loadN_noabort() 160 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 | 295 kasan_report(addr, size, false, _RET_IP_); \ 302 kasan_report(addr, size, true, _RET_IP_); \ 319 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort() 325 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-v5.15/fs/xfs/ |
| D | xfs_buf.c | 266 trace_xfs_buf_init(bp, _RET_IP_); in _xfs_buf_alloc() 300 trace_xfs_buf_free(bp, _RET_IP_); in xfs_buf_free() 612 trace_xfs_buf_find(bp, flags, _RET_IP_); in xfs_buf_find() 703 trace_xfs_buf_get(bp, flags, _RET_IP_); in xfs_buf_get_map() 780 trace_xfs_buf_read(bp, flags, _RET_IP_); in xfs_buf_read_map() 925 trace_xfs_buf_get_uncached(bp, _RET_IP_); in xfs_buf_get_uncached() 943 trace_xfs_buf_hold(bp, _RET_IP_); in xfs_buf_hold() 959 trace_xfs_buf_rele(bp, _RET_IP_); in xfs_buf_rele() 1057 trace_xfs_buf_trylock(bp, _RET_IP_); in xfs_buf_trylock() 1059 trace_xfs_buf_trylock_fail(bp, _RET_IP_); in xfs_buf_trylock() [all …]
|
| D | xfs_trans.c | 74 trace_xfs_trans_free(tp, _RET_IP_); in xfs_trans_free() 96 trace_xfs_trans_dup(tp, _RET_IP_); in xfs_trans_dup() 307 trace_xfs_trans_alloc(tp, _RET_IP_); in xfs_trans_alloc() 657 trace_xfs_trans_add_item(tp, _RET_IP_); in xfs_trans_add_item() 681 trace_xfs_trans_free_items(tp, _RET_IP_); in xfs_trans_free_items() 843 trace_xfs_trans_commit(tp, _RET_IP_); in __xfs_trans_commit() 943 trace_xfs_trans_cancel(tp, _RET_IP_); in xfs_trans_cancel() 992 trace_xfs_trans_roll(trans, _RET_IP_); in xfs_trans_roll()
|
| /Linux-v5.15/kernel/ |
| D | kcov.c | 193 unsigned long ip = canonicalize_ip(_RET_IP_); in __sanitizer_cov_trace_pc() 246 write_comp_data(KCOV_CMP_SIZE(0), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp1() 252 write_comp_data(KCOV_CMP_SIZE(1), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp2() 258 write_comp_data(KCOV_CMP_SIZE(2), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp4() 264 write_comp_data(KCOV_CMP_SIZE(3), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp8() 271 _RET_IP_); in __sanitizer_cov_trace_const_cmp1() 278 _RET_IP_); in __sanitizer_cov_trace_const_cmp2() 285 _RET_IP_); in __sanitizer_cov_trace_const_cmp4() 292 _RET_IP_); in __sanitizer_cov_trace_const_cmp8() 320 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
|
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_refcount.c | 180 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_update() 212 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_insert() 250 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_delete() 395 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_split_extent() 472 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_merge_center_extents() 534 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_merge_left_extent() 598 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_merge_right_extent() 689 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_find_left_extents() 778 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_find_right_extents() 1039 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_adjust_extents() [all …]
|
| D | xfs_defer.c | 222 trace_xfs_defer_trans_abort(tp, _RET_IP_); in xfs_defer_trans_abort() 288 trace_xfs_defer_trans_roll(tp, _RET_IP_); in xfs_defer_trans_roll() 467 trace_xfs_defer_finish(*tp, _RET_IP_); in xfs_defer_finish_noroll() 499 trace_xfs_defer_finish_done(*tp, _RET_IP_); in xfs_defer_finish_noroll() 545 trace_xfs_defer_cancel(tp, _RET_IP_); in xfs_defer_cancel()
|
| /Linux-v5.15/mm/ |
| D | slob.c | 526 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, _RET_IP_); in __kmalloc() 549 trace_kfree(_RET_IP_, block); in kfree() 611 trace_kmem_cache_alloc_node(_RET_IP_, b, c->object_size, in slob_alloc_node() 616 trace_kmem_cache_alloc_node(_RET_IP_, b, c->object_size, in slob_alloc_node() 639 return __do_kmalloc_node(size, gfp, node, _RET_IP_); in __kmalloc_node() 678 trace_kmem_cache_free(_RET_IP_, b, c->name); in kmem_cache_free()
|