Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/include/linux/
H A 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 …]
H 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()
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 …]
H A Dpercpu-rwsem.h59 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_read()
102 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock()
111 rwsem_release(&sem->dep_map, _RET_IP_); in percpu_up_read()
H A Dkasan.h215 return __kasan_slab_free(s, object, _RET_IP_, init); in kasan_slab_free()
223 __kasan_kfree_large(ptr, _RET_IP_); in kasan_kfree_large()
230 __kasan_slab_free_mempool(ptr, _RET_IP_); in kasan_slab_free_mempool()
281 return __kasan_check_byte(addr, _RET_IP_); in kasan_check_byte()
/OK3568_Linux_fs/kernel/tools/lib/lockdep/
H A Dpreload.c256 (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 …]
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ldsem.c300 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 …]
/OK3568_Linux_fs/kernel/tools/lib/lockdep/include/liblockdep/
H A 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, (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()
H A 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, (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()
H A Dcommon.h14 #ifndef _RET_IP_
15 #define _RET_IP_ CALLER_ADDR0 macro
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drwsem.c1534 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read()
1543 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_interruptible()
1546 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_interruptible()
1557 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable()
1560 rwsem_release(&sem->dep_map, _RET_IP_); in down_read_killable()
1576 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock()
1587 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write()
1598 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable()
1602 rwsem_release(&sem->dep_map, _RET_IP_); in down_write_killable()
1618 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock()
[all …]
H A Dmutex.c758 __mutex_unlock_slowpath(lock, _RET_IP_); in mutex_unlock()
1137 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested()
1145 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock()
1152 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested()
1159 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested()
1172 subclass, NULL, _RET_IP_, NULL, 0); in mutex_lock_io_nested()
1210 0, ctx ? &ctx->dep_map : NULL, _RET_IP_, in ww_mutex_lock()
1226 0, ctx ? &ctx->dep_map : NULL, _RET_IP_, in ww_mutex_lock_interruptible()
1385 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath()
1391 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath()
[all …]
H A Dspinlock.c361 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested()
373 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested()
384 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
H A Drtmutex.c1472 mutex_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in __rt_mutex_lock()
1519 mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_mutex_lock_interruptible()
1522 mutex_release(&lock->dep_map, _RET_IP_); in rt_mutex_lock_interruptible()
1563 mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_mutex_timed_lock()
1568 mutex_release(&lock->dep_map, _RET_IP_); in rt_mutex_timed_lock()
1596 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in rt_mutex_trylock()
1611 mutex_release(&lock->dep_map, _RET_IP_); in rt_mutex_unlock()
/OK3568_Linux_fs/kernel/mm/kasan/
H 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()
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()
H A Dsw_tags.c137 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()
H A Dreport_generic.c295 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()
H A Dgeneric.c235 check_region_inline(addr, size, false, _RET_IP_); \
243 check_region_inline(addr, size, true, _RET_IP_); \
258 kasan_check_range(addr, size, false, _RET_IP_); in __asan_loadN()
268 kasan_check_range(addr, size, true, _RET_IP_); in __asan_storeN()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_buf.c269 trace_xfs_buf_init(bp, _RET_IP_); in _xfs_buf_alloc()
324 trace_xfs_buf_free(bp, _RET_IP_); in xfs_buf_free()
672 trace_xfs_buf_find(bp, flags, _RET_IP_); in xfs_buf_find()
758 trace_xfs_buf_get(bp, flags, _RET_IP_); in xfs_buf_get_map()
832 trace_xfs_buf_read(bp, flags, _RET_IP_); in xfs_buf_read_map()
986 trace_xfs_buf_get_uncached(bp, _RET_IP_); in xfs_buf_get_uncached()
1010 trace_xfs_buf_hold(bp, _RET_IP_); in xfs_buf_hold()
1026 trace_xfs_buf_rele(bp, _RET_IP_); in xfs_buf_rele()
1124 trace_xfs_buf_trylock(bp, _RET_IP_); in xfs_buf_trylock()
1126 trace_xfs_buf_trylock_fail(bp, _RET_IP_); in xfs_buf_trylock()
[all …]
H A Dkmem.c18 trace_kmem_alloc(size, flags, _RET_IP_); in kmem_alloc()
70 trace_kmem_alloc_io(size, flags, _RET_IP_); in kmem_alloc_io()
89 trace_kmem_alloc_large(size, flags, _RET_IP_); in kmem_alloc_large()
H A 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()
288 trace_xfs_trans_alloc(tp, _RET_IP_); in xfs_trans_alloc()
653 trace_xfs_trans_add_item(tp, _RET_IP_); in xfs_trans_add_item()
677 trace_xfs_trans_free_items(tp, _RET_IP_); in xfs_trans_free_items()
839 trace_xfs_trans_commit(tp, _RET_IP_); in __xfs_trans_commit()
939 trace_xfs_trans_cancel(tp, _RET_IP_); in xfs_trans_cancel()
988 trace_xfs_trans_roll(trans, _RET_IP_); in xfs_trans_roll()
/OK3568_Linux_fs/kernel/kernel/
H A Dkcov.c193 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()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_refcount.c179 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_update()
211 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_insert()
249 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_delete()
394 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_split_extent()
471 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_merge_center_extents()
533 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_merge_left_extent()
597 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_merge_right_extent()
688 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_find_left_extents()
777 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_find_right_extents()
1038 cur->bc_ag.agno, error, _RET_IP_); in xfs_refcount_adjust_extents()
[all …]
H A Dxfs_defer.c222 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()
/OK3568_Linux_fs/kernel/mm/
H A Dslob.c521 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, _RET_IP_); in __kmalloc()
544 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); in kmem_cache_free()
H A Dmemblock.c714 &base, &end, (void *)_RET_IP_); in memblock_add()
815 &base, &end, (void *)_RET_IP_); in memblock_remove()
833 &base, &end, (void *)_RET_IP_); in memblock_free()
847 &base, &end, (void *)_RET_IP_); in memblock_reserve()
858 &base, &end, (void *)_RET_IP_); in memblock_physmem_add()
1420 (void *)_RET_IP_); in memblock_phys_alloc_range()
1523 &max_addr, (void *)_RET_IP_); in memblock_alloc_exact_nid_raw()
1561 &max_addr, (void *)_RET_IP_); in memblock_alloc_try_nid_raw()
1597 &max_addr, (void *)_RET_IP_); in memblock_alloc_try_nid()
1621 __func__, &base, &end, (void *)_RET_IP_); in __memblock_free_late()

12345