Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbottom_half.h18 __local_bh_disable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); in local_bh_disable()
31 __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); in local_bh_enable()
Dlockdep.h521 #define lock_map_acquire(l) lock_acquire_exclusive(l, 0, 0, NULL, _THIS_IP_)
522 #define lock_map_acquire_read(l) lock_acquire_shared_recursive(l, 0, 0, NULL, _THIS_IP_)
523 #define lock_map_acquire_tryread(l) lock_acquire_shared_recursive(l, 0, 1, NULL, _THIS_IP_)
524 #define lock_map_release(l) lock_release(l, 1, _THIS_IP_)
530 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \
531 lock_release(&(lock)->dep_map, 0, _THIS_IP_); \
536 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \
537 lock_release(&(lock)->dep_map, 0, _THIS_IP_); \
Dkernel.h133 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
617 __trace_bprintk(_THIS_IP_, trace_printk_fmt, ##args); \
619 __trace_printk(_THIS_IP_, fmt, ##args); \
659 __trace_bputs(_THIS_IP_, trace_printk_fmt); \
661 __trace_puts(_THIS_IP_, str, strlen(str)); \
680 __ftrace_vbprintk(_THIS_IP_, trace_printk_fmt, vargs); \
682 __ftrace_vprintk(_THIS_IP_, fmt, vargs); \
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); \
Drcupdate.h477 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire()
482 lock_release(map, 1, _THIS_IP_); in rcu_lock_release()
Dww_mutex.h173 mutex_release(&ctx->dep_map, 0, _THIS_IP_); in ww_acquire_fini()
Dsched.h258 (tsk)->task_state_change = _THIS_IP_; \
263 (tsk)->task_state_change = _THIS_IP_; \
280 current->task_state_change = _THIS_IP_; \
285 current->task_state_change = _THIS_IP_; \
Dfs.h1398 percpu_rwsem_acquire(&(sb)->s_writers.rw_sem[(lev)-1], 1, _THIS_IP_)
1400 percpu_rwsem_release(&(sb)->s_writers.rw_sem[(lev)-1], 1, _THIS_IP_)
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dcommon.h17 #ifndef _THIS_IP_
18 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dkernel.h43 #ifndef _THIS_IP_
44 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c970 _THIS_IP_); in xfs_bmap_local_to_extents()
1822 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1826 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1865 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1868 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1895 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1899 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1927 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1929 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1955 trace_xfs_bmap_pre_update(bma->ip, bma->idx - 1, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
[all …]
Dxfs_bmap.h187 xfs_bmap_trace_exlist(ip,c,w, _THIS_IP_)
/linux-4.4.14/lib/
Dlocking-selftest.c1304 mutex_release(&o2.base.dep_map, 1, _THIS_IP_); in ww_test_edeadlk_normal()
1317 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_normal()
1329 mutex_release(&o2.base.dep_map, 1, _THIS_IP_); in ww_test_edeadlk_normal_slow()
1343 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_normal_slow()
1356 mutex_release(&o2.base.dep_map, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock()
1369 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock()
1380 mutex_release(&o2.base.dep_map, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock_slow()
1394 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock_slow()
1405 mutex_release(&o2.base.dep_map, 1, _THIS_IP_); in ww_test_edeadlk_acquire_more()
1426 mutex_release(&o2.base.dep_map, 1, _THIS_IP_); in ww_test_edeadlk_acquire_more_slow()
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_inode.h468 trace_xfs_ihold(ip, _THIS_IP_); \
473 trace_xfs_irele(ip, _THIS_IP_); \
/linux-4.4.14/drivers/md/bcache/
Dclosure.h197 cl->ip = _THIS_IP_; in closure_set_ip()
Dbtree.c934 lock_set_subclass(&b->lock.dep_map, level + 1, _THIS_IP_); in mca_alloc()
/linux-4.4.14/drivers/base/power/
Druntime.c340 trace_rpm_return_int(dev, _THIS_IP_, 0); in rpm_idle()
355 trace_rpm_return_int(dev, _THIS_IP_, retval); in rpm_idle()
552 trace_rpm_return_int(dev, _THIS_IP_, retval); in rpm_suspend()
767 trace_rpm_return_int(dev, _THIS_IP_, retval); in rpm_resume()
/linux-4.4.14/fs/
Dsuper.c1229 percpu_rwsem_release(sb->s_writers.rw_sem + level-1, 0, _THIS_IP_); in sb_wait_write()
1237 percpu_rwsem_acquire(sb->s_writers.rw_sem + level, 0, _THIS_IP_); in sb_freeze_unlock()
/linux-4.4.14/kernel/
Dfork.c1392 p->hardirq_disable_ip = _THIS_IP_; in copy_process()
1395 p->softirq_enable_ip = _THIS_IP_; in copy_process()
/linux-4.4.14/kernel/trace/
Dtrace.h1349 #define internal_trace_puts(str) __trace_puts(_THIS_IP_, str, strlen(str))
Dtrace.c1133 trace_array_printk_buf(tr->max_buffer.buffer, _THIS_IP_, in update_max_tr_single()
5170 entry->ip = _THIS_IP_; in tracing_mark_write()
/linux-4.4.14/kernel/sched/
Dsched.h1092 spin_acquire(&rq->lock.dep_map, 0, 0, _THIS_IP_); in finish_lock_switch()
Dcore.c2700 spin_release(&rq->lock.dep_map, 1, _THIS_IP_); in context_switch()
4607 spin_release(&rq->lock.dep_map, 1, _THIS_IP_); in SYSCALL_DEFINE0()