Home
last modified time | relevance | path

Searched refs:_THIS_IP_ (Results 1 – 25 of 64) sorted by relevance

123

/linux/include/asm-generic/
A Dio.h192 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb()
207 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw()
222 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl()
238 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq()
252 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
264 log_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew()
309 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb_relaxed()
322 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw_relaxed()
335 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl_relaxed()
348 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq_relaxed()
[all …]
/linux/fs/btrfs/
A Dlocking.h106 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \
107 rwsem_release(&owner->lock##_map, _THIS_IP_); \
122 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_)
129 rwsem_release(&owner->lock##_map, _THIS_IP_)
137 rwsem_acquire(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_); \
138 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_); \
142 rwsem_acquire_read(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_)
145 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_)
/linux/fs/bcachefs/
A Dsix.h207 return six_trylock_ip(lock, type, _THIS_IP_); in six_trylock_type()
233 return six_lock_ip_waiter(lock, type, wait, should_sleep_fn, p, _THIS_IP_); in six_lock_waiter()
271 return six_lock_ip_waiter(lock, type, &wait, should_sleep_fn, p, _THIS_IP_); in six_lock_type()
289 return six_relock_ip(lock, type, seq, _THIS_IP_); in six_relock_type()
310 six_unlock_ip(lock, type, _THIS_IP_); in six_unlock_type()
321 return six_trylock_ip(lock, SIX_LOCK_##type, _THIS_IP_); \
346 return six_relock_ip(lock, SIX_LOCK_##type, seq, _THIS_IP_); \
352 return six_lock_ip_##type(lock, fn, p, _THIS_IP_); \
362 six_unlock_ip(lock, SIX_LOCK_##type, _THIS_IP_); \
A Dbtree_locking.h194 lock_acquire_exclusive(&trans->dep_map, 0, 0, NULL, _THIS_IP_); in trans_set_locked()
206 lock_release(&trans->dep_map, _THIS_IP_); in trans_set_unlocked()
231 trace_btree_path_lock(trans, _THIS_IP_, b); in __btree_node_lock_nopath()
248 int ret = __btree_node_lock_nopath(trans, b, type, true, _THIS_IP_); in btree_node_lock_nopath_nofail()
398 trace_and_count(trans->c, trans_restart_upgrade, trans, _THIS_IP_, path, in bch2_btree_path_upgrade()
A Djournal.h301 lock_release(&j->res_map, _THIS_IP_); in bch2_journal_res_put()
389 NULL, _THIS_IP_); in bch2_journal_res_get()
A Dbtree_update.c357 BTREE_ITER_intent, _THIS_IP_); in flush_new_cached_update()
487 BTREE_ITER_cached, _THIS_IP_); in bch2_trans_update_get_key_cache()
492 _THIS_IP_); in bch2_trans_update_get_key_cache()
/linux/include/linux/
A Dkernel.h289 __trace_bprintk(_THIS_IP_, trace_printk_fmt, ##args); \
291 __trace_printk(_THIS_IP_, fmt, ##args); \
331 __trace_bputs(_THIS_IP_, trace_printk_fmt); \
333 __trace_puts(_THIS_IP_, str, strlen(str)); \
352 __ftrace_vbprintk(_THIS_IP_, trace_printk_fmt, vargs); \
354 __ftrace_vprintk(_THIS_IP_, fmt, vargs); \
A Dlockdep.h541 #define lock_map_acquire(l) lock_acquire_exclusive(l, 0, 0, NULL, _THIS_IP_)
542 #define lock_map_acquire_try(l) lock_acquire_exclusive(l, 0, 1, NULL, _THIS_IP_)
543 #define lock_map_acquire_read(l) lock_acquire_shared_recursive(l, 0, 0, NULL, _THIS_IP_)
545 #define lock_map_release(l) lock_release(l, _THIS_IP_)
546 #define lock_map_sync(l) lock_sync(l, 0, 0, 1, NULL, _THIS_IP_)
552 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \
553 lock_release(&(lock)->dep_map, _THIS_IP_); \
558 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \
559 lock_release(&(lock)->dep_map, _THIS_IP_); \
565 _THIS_IP_); \
[all …]
A Dinstruction_pointer.h9 #ifndef _THIS_IP_
10 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
A Dbottom_half.h20 __local_bh_disable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); in local_bh_disable()
33 __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); in local_bh_enable()
A Dspinlock_api_up.h34 do { __local_bh_disable_ip(_THIS_IP_, SOFTIRQ_LOCK_OFFSET); ___LOCK(lock); } while (0)
49 do { __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_LOCK_OFFSET); \
A Dtrace.h43 str ? __trace_array_puts(tr, _THIS_IP_, str, strlen(str)) : -1; \
A Drcupdate.h337 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire()
342 lock_acquire(map, 0, 1, 2, 0, NULL, _THIS_IP_); in rcu_try_lock_acquire()
347 lock_release(map, _THIS_IP_); in rcu_lock_release()
A Dww_mutex.h188 mutex_release(&ctx->dep_map, _THIS_IP_); in ww_acquire_fini()
A Dclosure.h225 cl->ip = _THIS_IP_; in closure_set_ip()
/linux/lib/
A Dlocking-selftest.c1855 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_normal()
1880 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_normal_slow()
1907 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_no_unlock()
1931 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_no_unlock_slow()
1956 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_acquire_more()
1977 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_acquire_more_slow()
1998 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_acquire_more_edeadlk()
2002 mutex_release(&o3.base.dep_map, _THIS_IP_); in ww_test_edeadlk_acquire_more_edeadlk()
2024 mutex_release(&o2.base.dep_map, _THIS_IP_); in ww_test_edeadlk_acquire_more_edeadlk_slow()
2028 mutex_release(&o3.base.dep_map, _THIS_IP_); in ww_test_edeadlk_acquire_more_edeadlk_slow()
[all …]
/linux/samples/ftrace/
A Dsample-trace-array.c55 trace_array_printk(tr, _THIS_IP_, "trace_array_printk: count=%d\n", in simple_thread_func()
/linux/arch/sh/include/asm/
A Dkexec.h65 newregs->pc = _THIS_IP_; in crash_setup_regs()
/linux/arch/x86/include/asm/
A Dlinkage.h16 #define _THIS_IP_ ({ unsigned long __here; asm ("lea 0(%%rip), %0" : "=r" (__here)); __here; }) macro
A Dkexec.h114 newregs->ip = _THIS_IP_; in crash_setup_regs()
/linux/drivers/dma-buf/
A Ddma-fence.c340 lock_release(&dma_fence_lockdep_map, _THIS_IP_); in __dma_fence_might_wait()
344 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _THIS_IP_); in __dma_fence_might_wait()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_gtt.c295 mutex_acquire(&vm->mutex.dep_map, 0, 0, _THIS_IP_); in i915_address_space_init()
297 mutex_release(&vm->mutex.dep_map, _THIS_IP_); in i915_address_space_init()
/linux/kernel/printk/
A Dprintk.c1905 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_lock_spinning_enable()
1940 spin_release(&console_owner_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check()
1950 spin_release(&console_owner_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check()
1957 spin_release(&console_owner_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check()
1969 mutex_release(&console_lock_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check()
2029 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_trylock_spinning()
2033 spin_release(&console_owner_dep_map, _THIS_IP_); in console_trylock_spinning()
2042 mutex_acquire(&console_lock_dep_map, 0, 1, _THIS_IP_); in console_trylock_spinning()
/linux/arch/s390/include/asm/
A Dprocessor.h407 psw.addr = _THIS_IP_; in disabled_wait()
/linux/drivers/base/power/
A Druntime.c513 trace_rpm_return_int(dev, _THIS_IP_, 0); in rpm_idle()
535 trace_rpm_return_int(dev, _THIS_IP_, retval); in rpm_idle()
718 trace_rpm_return_int(dev, _THIS_IP_, retval); in rpm_suspend()
940 trace_rpm_return_int(dev, _THIS_IP_, retval); in rpm_resume()

Completed in 73 milliseconds

123