Searched refs:_THIS_IP_ (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/include/linux/
H A Dinstruction_pointer.h9 #ifndef _THIS_IP_
10 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
H A Dbottom_half.h20 __local_bh_disable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET);
33 __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET);
H 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); \
H A Dlockdep.h522 #define lock_map_acquire(l) lock_acquire_exclusive(l, 0, 0, NULL, _THIS_IP_)
523 #define lock_map_acquire_try(l) lock_acquire_exclusive(l, 0, 1, NULL, _THIS_IP_)
524 #define lock_map_acquire_read(l) lock_acquire_shared_recursive(l, 0, 0, NULL, _THIS_IP_)
525 #define lock_map_acquire_tryread(l) lock_acquire_shared_recursive(l, 0, 1, NULL, _THIS_IP_)
526 #define lock_map_release(l) lock_release(l, _THIS_IP_)
527 #define lock_map_sync(l) lock_sync(l, 0, 0, 1, NULL, _THIS_IP_)
533 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \
534 lock_release(&(lock)->dep_map, _THIS_IP_); \
539 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \
540 lock_release(&(lock)->dep_map, _THIS_IP_); \
[all...]
H 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); \
H A Dtrace.h43 str ? __trace_array_puts(tr, _THIS_IP_, str, strlen(str)) : -1; \
H A Drcupdate.h329 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);
334 lock_acquire(map, 0, 1, 2, 0, NULL, _THIS_IP_);
339 lock_release(map, _THIS_IP_);
H A Dww_mutex.h188 mutex_release(&ctx->dep_map, _THIS_IP_);
H A Dclosure.h212 cl->ip = _THIS_IP_;
/linux-master/fs/bcachefs/
H A Dsix.h207 return six_trylock_ip(lock, type, _THIS_IP_);
233 return six_lock_ip_waiter(lock, type, wait, should_sleep_fn, p, _THIS_IP_);
243 * @ip: ip parameter for lockdep/lockstat, i.e. _THIS_IP_
271 return six_lock_ip_waiter(lock, type, &wait, should_sleep_fn, p, _THIS_IP_);
289 return six_relock_ip(lock, type, seq, _THIS_IP_);
310 six_unlock_ip(lock, type, _THIS_IP_);
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_); \
[all...]
H A Dbtree_key_cache.c255 ret = btree_node_lock_nopath(trans, &ck->c, SIX_LOCK_intent, _THIS_IP_);
395 trace_and_count(trans->c, trans_restart_relock_key_cache_fill, trans, _THIS_IP_, ck_path);
429 trace_and_count(trans->c, trans_restart_relock_key_cache_fill, trans, _THIS_IP_, ck_path);
497 lock_want, _THIS_IP_);
525 trace_and_count(trans->c, trans_restart_key_cache_upgrade, trans, _THIS_IP_);
534 ret = bch2_btree_path_relock(trans, path, _THIS_IP_);
580 lock_want, _THIS_IP_);
H A Djournal.h301 lock_release(&j->res_map, _THIS_IP_);
389 NULL, _THIS_IP_);
H A Dbtree_locking.h228 int ret = __btree_node_lock_nopath(trans, b, type, true, _THIS_IP_);
377 trace_and_count(trans->c, trans_restart_upgrade, trans, _THIS_IP_, path,
/linux-master/fs/btrfs/
H A Dlocking.h107 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \
108 rwsem_release(&owner->lock##_map, _THIS_IP_); \
123 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_)
130 rwsem_release(&owner->lock##_map, _THIS_IP_)
138 rwsem_acquire(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_); \
139 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_); \
143 rwsem_acquire_read(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_)
146 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_)
/linux-master/include/asm-generic/
H A Dio.h191 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_);
195 log_post_read_mmio(val, 8, addr, _THIS_IP_, _RET_IP_);
206 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_);
210 log_post_read_mmio(val, 16, addr, _THIS_IP_, _RET_IP_);
221 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_);
225 log_post_read_mmio(val, 32, addr, _THIS_IP_, _RET_IP_);
237 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_);
241 log_post_read_mmio(val, 64, addr, _THIS_IP_, _RET_IP_);
251 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_);
255 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP
[all...]
/linux-master/arch/sh/include/asm/
H A Dkexec.h65 newregs->pc = _THIS_IP_;
/linux-master/samples/ftrace/
H A Dsample-trace-array.c55 trace_array_printk(tr, _THIS_IP_, "trace_array_printk: count=%d\n",
/linux-master/arch/x86/include/asm/
H A Dlinkage.h16 #define _THIS_IP_ ({ unsigned long __here; asm ("lea 0(%%rip), %0" : "=r" (__here)); __here; }) macro
H A Dkexec.h114 newregs->ip = _THIS_IP_;
/linux-master/lib/
H A Dlocking-selftest.c1855 mutex_release(&o2.base.dep_map, _THIS_IP_);
1868 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
1880 mutex_release(&o2.base.dep_map, _THIS_IP_);
1894 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
1907 mutex_release(&o2.base.dep_map, _THIS_IP_);
1920 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
1931 mutex_release(&o2.base.dep_map, _THIS_IP_);
1945 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_);
1956 mutex_release(&o2.base.dep_map, _THIS_IP_);
1977 mutex_release(&o2.base.dep_map, _THIS_IP_);
[all...]
/linux-master/drivers/dma-buf/
H A Ddma-fence.c340 lock_release(&dma_fence_lockdep_map, _THIS_IP_);
344 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _THIS_IP_);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c382 _THIS_IP_);
/linux-master/arch/s390/include/asm/
H A Dprocessor.h384 psw.addr = _THIS_IP_;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c295 mutex_acquire(&vm->mutex.dep_map, 0, 0, _THIS_IP_);
297 mutex_release(&vm->mutex.dep_map, _THIS_IP_);
/linux-master/kernel/printk/
H A Dprintk.c1873 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_);
1908 spin_release(&console_owner_dep_map, _THIS_IP_);
1918 spin_release(&console_owner_dep_map, _THIS_IP_);
1925 spin_release(&console_owner_dep_map, _THIS_IP_);
1937 mutex_release(&console_lock_dep_map, _THIS_IP_);
1997 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_);
2001 spin_release(&console_owner_dep_map, _THIS_IP_);
2010 mutex_acquire(&console_lock_dep_map, 0, 1, _THIS_IP_);

Completed in 269 milliseconds

123