/linux-4.4.14/include/linux/ |
D | bottom_half.h | 18 __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()
|
D | lockdep.h | 521 #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_); \
|
D | kernel.h | 133 #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); \
|
D | spinlock_api_up.h | 34 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); \
|
D | rcupdate.h | 477 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()
|
D | ww_mutex.h | 173 mutex_release(&ctx->dep_map, 0, _THIS_IP_); in ww_acquire_fini()
|
D | sched.h | 258 (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_; \
|
D | fs.h | 1398 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/ |
D | common.h | 17 #ifndef _THIS_IP_ 18 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
D | kernel.h | 43 #ifndef _THIS_IP_ 44 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 970 _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 …]
|
D | xfs_bmap.h | 187 xfs_bmap_trace_exlist(ip,c,w, _THIS_IP_)
|
/linux-4.4.14/lib/ |
D | locking-selftest.c | 1304 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/ |
D | xfs_inode.h | 468 trace_xfs_ihold(ip, _THIS_IP_); \ 473 trace_xfs_irele(ip, _THIS_IP_); \
|
/linux-4.4.14/drivers/md/bcache/ |
D | closure.h | 197 cl->ip = _THIS_IP_; in closure_set_ip()
|
D | btree.c | 934 lock_set_subclass(&b->lock.dep_map, level + 1, _THIS_IP_); in mca_alloc()
|
/linux-4.4.14/drivers/base/power/ |
D | runtime.c | 340 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/ |
D | super.c | 1229 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/ |
D | fork.c | 1392 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/ |
D | trace.h | 1349 #define internal_trace_puts(str) __trace_puts(_THIS_IP_, str, strlen(str))
|
D | trace.c | 1133 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/ |
D | sched.h | 1092 spin_acquire(&rq->lock.dep_map, 0, 0, _THIS_IP_); in finish_lock_switch()
|
D | core.c | 2700 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()
|