Home
last modified time | relevance | path

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

1234

/Linux-v4.19/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, 1, _RET_IP_); in __raw_spin_unlock()
158 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_irqrestore()
166 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_irq()
174 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_bh()
[all …]
Dpercpu-rwsem.h36 rwsem_acquire_read(&sem->rw_sem.dep_map, 0, 0, _RET_IP_); in percpu_down_read_preempt_disable()
81 rwsem_acquire_read(&sem->rw_sem.dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock()
102 rwsem_release(&sem->rw_sem.dep_map, 1, _RET_IP_); in percpu_up_read_preempt_enable()
Dseqlock.h81 seqcount_acquire_read(&l->dep_map, 0, 0, _RET_IP_); in seqcount_lockdep_reader_access()
82 seqcount_release(&l->dep_map, 1, _RET_IP_); in seqcount_lockdep_reader_access()
377 seqcount_acquire(&s->dep_map, subclass, 0, _RET_IP_); in write_seqcount_begin_nested()
387 seqcount_release(&s->dep_map, 1, _RET_IP_); in write_seqcount_end()
Dlockdep.h487 lock_contended(&(_lock)->dep_map, _RET_IP_); \
490 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
497 lock_contended(&(_lock)->dep_map, _RET_IP_); \
501 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
/Linux-v4.19/kernel/locking/
Drwsem.c24 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read()
35 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable()
38 rwsem_release(&sem->dep_map, 1, _RET_IP_); in down_read_killable()
56 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock()
70 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write()
84 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable()
87 rwsem_release(&sem->dep_map, 1, _RET_IP_); in down_write_killable()
105 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock()
119 rwsem_release(&sem->dep_map, 1, _RET_IP_); in up_read()
132 rwsem_release(&sem->dep_map, 1, _RET_IP_); in up_write()
[all …]
Dmutex.c713 __mutex_unlock_slowpath(lock, _RET_IP_); in mutex_unlock()
1087 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested()
1095 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock()
1102 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested()
1109 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested()
1122 subclass, NULL, _RET_IP_, NULL, 0); in mutex_lock_io_nested()
1160 0, ctx ? &ctx->dep_map : NULL, _RET_IP_, in ww_mutex_lock()
1176 0, ctx ? &ctx->dep_map : NULL, _RET_IP_, in ww_mutex_lock_interruptible()
1333 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath()
1339 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath()
[all …]
Dspinlock.c354 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested()
366 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested()
377 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
Drtmutex.c1472 mutex_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in __rt_mutex_lock()
1518 mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_mutex_lock_interruptible()
1521 mutex_release(&lock->dep_map, 1, _RET_IP_); in rt_mutex_lock_interruptible()
1560 mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_mutex_timed_lock()
1565 mutex_release(&lock->dep_map, 1, _RET_IP_); in rt_mutex_timed_lock()
1591 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in rt_mutex_trylock()
1604 mutex_release(&lock->dep_map, 1, _RET_IP_); in rt_mutex_unlock()
/Linux-v4.19/tools/lib/lockdep/
Dpreload.c256 (unsigned long)_RET_IP_); in pthread_mutex_lock()
273 lock_release(&__get_lock(mutex)->dep_map, 0, (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, 0, (unsigned long)_RET_IP_); in pthread_mutex_trylock()
298 lock_release(&__get_lock(mutex)->dep_map, 0, (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, 0, (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, 0, (unsigned long)_RET_IP_); in pthread_rwlock_tryrdlock()
[all …]
/Linux-v4.19/tools/lib/lockdep/include/liblockdep/
Drwlock.h40 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, 0, (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_trywlock()
Dmutex.h39 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, 0, (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()
Dcommon.h14 #ifndef _RET_IP_
15 #define _RET_IP_ CALLER_ADDR0 macro
/Linux-v4.19/kernel/
Dkcov.c97 unsigned long ip = canonicalize_ip(_RET_IP_); in __sanitizer_cov_trace_pc()
150 write_comp_data(KCOV_CMP_SIZE(0), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp1()
156 write_comp_data(KCOV_CMP_SIZE(1), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp2()
162 write_comp_data(KCOV_CMP_SIZE(2), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp4()
168 write_comp_data(KCOV_CMP_SIZE(3), arg1, arg2, _RET_IP_); in __sanitizer_cov_trace_cmp8()
175 _RET_IP_); in __sanitizer_cov_trace_const_cmp1()
182 _RET_IP_); in __sanitizer_cov_trace_const_cmp2()
189 _RET_IP_); in __sanitizer_cov_trace_const_cmp4()
196 _RET_IP_); in __sanitizer_cov_trace_const_cmp8()
224 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
/Linux-v4.19/drivers/tty/
Dtty_ldsem.c54 # define lock_stat(_lock, stat) lock_##stat(&(_lock)->dep_map, _RET_IP_)
313 lockdep_acquire_read(sem, subclass, 0, _RET_IP_); in __ldsem_down_read_nested()
319 lockdep_release(sem, 1, _RET_IP_); in __ldsem_down_read_nested()
332 lockdep_acquire(sem, subclass, 0, _RET_IP_); in __ldsem_down_write_nested()
338 lockdep_release(sem, 1, _RET_IP_); in __ldsem_down_write_nested()
365 lockdep_acquire_read(sem, 0, 1, _RET_IP_); in ldsem_down_read_trylock()
391 lockdep_acquire(sem, 0, 1, _RET_IP_); in ldsem_down_write_trylock()
406 lockdep_release(sem, 1, _RET_IP_); in ldsem_up_read()
420 lockdep_release(sem, 1, _RET_IP_); in ldsem_up_write()
/Linux-v4.19/mm/kasan/
Dkasan.c272 check_memory_region((unsigned long)p, size, false, _RET_IP_); in kasan_check_read()
278 check_memory_region((unsigned long)p, size, true, _RET_IP_); in kasan_check_write()
285 check_memory_region((unsigned long)addr, len, true, _RET_IP_); in memset()
293 check_memory_region((unsigned long)src, len, false, _RET_IP_); in memmove()
294 check_memory_region((unsigned long)dest, len, true, _RET_IP_); in memmove()
302 check_memory_region((unsigned long)src, len, false, _RET_IP_); in memcpy()
303 check_memory_region((unsigned long)dest, len, true, _RET_IP_); in memcpy()
682 check_memory_region_inline(addr, size, false, _RET_IP_);\
690 check_memory_region_inline(addr, size, true, _RET_IP_); \
705 check_memory_region(addr, size, false, _RET_IP_); in __asan_loadN()
[all …]
Dreport.c419 kasan_report(addr, size, false, _RET_IP_); \
426 kasan_report(addr, size, true, _RET_IP_); \
443 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort()
449 kasan_report(addr, size, true, _RET_IP_); in __asan_report_store_n_noabort()
/Linux-v4.19/fs/xfs/
Dxfs_buf.c246 trace_xfs_buf_init(bp, _RET_IP_); in _xfs_buf_alloc()
300 trace_xfs_buf_free(bp, _RET_IP_); in xfs_buf_free()
635 trace_xfs_buf_find(bp, flags, _RET_IP_); in xfs_buf_find()
734 trace_xfs_buf_get(bp, flags, _RET_IP_); in xfs_buf_get_map()
766 trace_xfs_buf_read(bp, flags, _RET_IP_); in xfs_buf_read_map()
957 trace_xfs_buf_get_uncached(bp, _RET_IP_); in xfs_buf_get_uncached()
980 trace_xfs_buf_hold(bp, _RET_IP_); in xfs_buf_hold()
996 trace_xfs_buf_rele(bp, _RET_IP_); in xfs_buf_rele()
1084 trace_xfs_buf_trylock(bp, _RET_IP_); in xfs_buf_trylock()
1086 trace_xfs_buf_trylock_fail(bp, _RET_IP_); in xfs_buf_trylock()
[all …]
Dxfs_trans.c70 trace_xfs_trans_free(tp, _RET_IP_); in xfs_trans_free()
92 trace_xfs_trans_dup(tp, _RET_IP_); in xfs_trans_dup()
295 trace_xfs_trans_alloc(tp, _RET_IP_); in xfs_trans_alloc()
753 trace_xfs_trans_add_item(tp, _RET_IP_); in xfs_trans_add_item()
778 trace_xfs_trans_free_items(tp, _RET_IP_); in xfs_trans_free_items()
929 trace_xfs_trans_commit(tp, _RET_IP_); in __xfs_trans_commit()
1030 trace_xfs_trans_cancel(tp, _RET_IP_); in xfs_trans_cancel()
1082 trace_xfs_trans_roll(trans, _RET_IP_); in xfs_trans_roll()
Dxfs_reflink.c623 trace_xfs_reflink_cancel_cow_range_error(ip, error, _RET_IP_); in xfs_reflink_cancel_cow_range()
757 trace_xfs_reflink_end_cow_error(ip, error, _RET_IP_); in xfs_reflink_end_cow()
912 trace_xfs_reflink_set_inode_flag_error(dest, error, _RET_IP_); in xfs_reflink_set_inode_flag()
963 trace_xfs_reflink_update_inode_size_error(dest, error, _RET_IP_); in xfs_reflink_update_dest()
1111 trace_xfs_reflink_remap_extent_error(ip, error, _RET_IP_); in xfs_reflink_remap_extent()
1175 trace_xfs_reflink_remap_blocks_error(dest, error, _RET_IP_); in xfs_reflink_remap_blocks()
1465 trace_xfs_reflink_remap_range_error(dest, ret, _RET_IP_); in xfs_reflink_remap_range()
1722 trace_xfs_reflink_unshare_error(ip, error, _RET_IP_); in xfs_reflink_unshare()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_defer.c208 trace_xfs_defer_trans_abort(tp, _RET_IP_); in xfs_defer_trans_abort()
267 trace_xfs_defer_trans_roll(tp, _RET_IP_); in xfs_defer_trans_roll()
358 trace_xfs_defer_finish(*tp, _RET_IP_); in xfs_defer_finish_noroll()
442 trace_xfs_defer_finish_done(*tp, _RET_IP_); in xfs_defer_finish_noroll()
477 trace_xfs_defer_cancel(tp, _RET_IP_); in xfs_defer_cancel()
Dxfs_refcount.c181 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_update()
210 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_insert()
242 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_delete()
381 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_split_extent()
447 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_merge_center_extents()
502 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_merge_left_extent()
559 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_merge_right_extent()
645 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_find_left_extents()
729 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_find_right_extents()
985 cur->bc_private.a.agno, error, _RET_IP_); in xfs_refcount_adjust_extents()
[all …]
/Linux-v4.19/mm/
Dslob.c469 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, _RET_IP_); in __kmalloc()
490 trace_kfree(_RET_IP_, block); in kfree()
548 trace_kmem_cache_alloc_node(_RET_IP_, b, c->object_size, in slob_alloc_node()
553 trace_kmem_cache_alloc_node(_RET_IP_, b, c->object_size, in slob_alloc_node()
576 return __do_kmalloc_node(size, gfp, node, _RET_IP_); in __kmalloc_node()
615 trace_kmem_cache_free(_RET_IP_, b); in kmem_cache_free()
Dmemblock.c688 &base, &end, (void *)_RET_IP_); in memblock_add()
789 &base, &end, (void *)_RET_IP_); in memblock_remove()
800 &base, &end, (void *)_RET_IP_); in memblock_free()
811 &base, &end, (void *)_RET_IP_); in memblock_reserve()
1443 &max_addr, (void *)_RET_IP_); in memblock_virt_alloc_try_nid_raw()
1480 &max_addr, (void *)_RET_IP_); in memblock_virt_alloc_try_nid_nopanic()
1516 &max_addr, (void *)_RET_IP_); in memblock_virt_alloc_try_nid()
1543 __func__, &base, &end, (void *)_RET_IP_); in __memblock_free_early()
1563 __func__, &base, &end, (void *)_RET_IP_); in __memblock_free_late()
/Linux-v4.19/drivers/char/
Drandom.c571 trace_mix_pool_bytes_nolock(r->name, nbytes, _RET_IP_); in __mix_pool_bytes()
580 trace_mix_pool_bytes(r->name, nbytes, _RET_IP_); in mix_pool_bytes()
713 r->entropy_total, _RET_IP_); in credit_entropy_bits()
1109 trace_add_device_randomness(size, _RET_IP_); in add_device_randomness()
1250 ip = regs ? instruction_pointer(regs) : _RET_IP_; in add_interrupt_randomness()
1529 ENTROPY_BITS(r), _RET_IP_); in extract_entropy()
1538 trace_extract_entropy(r->name, nbytes, ENTROPY_BITS(r), _RET_IP_); in extract_entropy()
1556 trace_extract_entropy_user(r->name, nbytes, ENTROPY_BITS(r), _RET_IP_); in extract_entropy_user()
1589 _warn_unseeded_randomness(__func__, (void *) _RET_IP_, (previous))
1627 trace_get_random_bytes(nbytes, _RET_IP_); in _get_random_bytes()
[all …]

1234