/linux-4.4.14/include/linux/ |
D | rwlock_api_smp.h | 121 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 …]
|
D | spinlock_api_smp.h | 92 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock() 112 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irqsave() 130 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irq() 136 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET); in __raw_spin_lock_bh() 137 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_bh() 144 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock() 152 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock() 160 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_irqrestore() 168 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_irq() 176 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_bh() [all …]
|
D | seqlock.h | 80 seqcount_acquire_read(&l->dep_map, 0, 0, _RET_IP_); in seqcount_lockdep_reader_access() 81 seqcount_release(&l->dep_map, 1, _RET_IP_); in seqcount_lockdep_reader_access() 374 seqcount_acquire(&s->dep_map, subclass, 0, _RET_IP_); in write_seqcount_begin_nested() 384 seqcount_release(&s->dep_map, 1, _RET_IP_); in write_seqcount_end()
|
D | slab.h | 572 __kmalloc_track_caller(size, flags, _RET_IP_) 578 _RET_IP_)
|
D | ww_mutex.h | 134 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
|
D | lockdep.h | 443 lock_contended(&(_lock)->dep_map, _RET_IP_); \ 446 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
|
D | kernel.h | 132 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
|
/linux-4.4.14/kernel/locking/ |
D | rwsem.c | 22 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 37 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 49 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 65 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 79 rwsem_release(&sem->dep_map, 1, _RET_IP_); in up_read() 91 rwsem_release(&sem->dep_map, 1, _RET_IP_); in up_write() 119 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_nested() 129 rwsem_acquire_nest(&sem->dep_map, 0, 0, nest, _RET_IP_); in _down_write_nest_lock() 149 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested()
|
D | lglock.c | 24 lock_acquire_shared(&lg->lock_dep_map, 0, 0, NULL, _RET_IP_); in lg_local_lock() 34 lock_release(&lg->lock_dep_map, 1, _RET_IP_); in lg_local_unlock() 46 lock_acquire_shared(&lg->lock_dep_map, 0, 0, NULL, _RET_IP_); in lg_local_lock_cpu() 56 lock_release(&lg->lock_dep_map, 1, _RET_IP_); in lg_local_unlock_cpu() 72 lock_acquire_shared(&lg->lock_dep_map, 0, 0, NULL, _RET_IP_); in lg_double_lock() 79 lock_release(&lg->lock_dep_map, 1, _RET_IP_); in lg_double_unlock() 90 lock_acquire_exclusive(&lg->lock_dep_map, 0, 0, NULL, _RET_IP_); in lg_global_lock() 103 lock_release(&lg->lock_dep_map, 1, _RET_IP_); in lg_global_unlock()
|
D | mutex.c | 619 subclass, NULL, _RET_IP_, NULL, 0); in mutex_lock_nested() 629 0, nest, _RET_IP_, NULL, 0); in _mutex_lock_nest_lock() 639 subclass, NULL, _RET_IP_, NULL, 0); in mutex_lock_killable_nested() 648 subclass, NULL, _RET_IP_, NULL, 0); in mutex_lock_interruptible_nested() 686 0, &ctx->dep_map, _RET_IP_, ctx, 1); in __ww_mutex_lock() 701 0, &ctx->dep_map, _RET_IP_, ctx, 1); in __ww_mutex_lock_interruptible() 736 mutex_release(&lock->dep_map, nested, _RET_IP_); in __mutex_unlock_common_slowpath() 821 NULL, _RET_IP_, NULL, 0); in __mutex_lock_slowpath() 828 NULL, _RET_IP_, NULL, 0); in __mutex_lock_killable_slowpath() 835 NULL, _RET_IP_, NULL, 0); in __mutex_lock_interruptible_slowpath() [all …]
|
D | percpu-rwsem.c | 73 rwsem_acquire_read(&brw->rw_sem.dep_map, 0, 0, _RET_IP_); in percpu_down_read() 94 rwsem_acquire_read(&brw->rw_sem.dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock() 100 rwsem_release(&brw->rw_sem.dep_map, 1, _RET_IP_); in percpu_up_read()
|
D | spinlock.c | 361 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested() 368 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET); in _raw_spin_lock_bh_nested() 369 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_bh_nested() 381 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested() 392 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
|
D | lockdep.c | 3787 print_lock_contention_bug(curr, lock, _RET_IP_); in __lock_acquired()
|
/linux-4.4.14/tools/lib/lockdep/ |
D | preload.c | 256 (unsigned long)_RET_IP_); in pthread_mutex_lock() 273 lock_release(&__get_lock(mutex)->dep_map, 0, (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, 0, (unsigned long)_RET_IP_); in pthread_mutex_trylock() 298 lock_release(&__get_lock(mutex)->dep_map, 0, (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, 0, (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, 0, (unsigned long)_RET_IP_); in pthread_rwlock_tryrdlock() [all …]
|
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/ |
D | rwlock.h | 39 lock_acquire(&lock->dep_map, 0, 0, 2, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_rdlock() 46 lock_release(&lock->dep_map, 0, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_unlock() 52 lock_acquire(&lock->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_wrlock() 58 lock_acquire(&lock->dep_map, 0, 1, 2, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_tryrdlock() 64 lock_acquire(&lock->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_trywlock()
|
D | mutex.h | 38 lock_acquire(&lock->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_mutex_lock() 44 lock_release(&lock->dep_map, 0, (unsigned long)_RET_IP_); in liblockdep_pthread_mutex_unlock() 50 lock_acquire(&lock->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_); in liblockdep_pthread_mutex_trylock()
|
D | common.h | 13 #ifndef _RET_IP_ 14 #define _RET_IP_ CALLER_ADDR0 macro
|
/linux-4.4.14/drivers/tty/ |
D | tty_ldsem.c | 54 # define lock_stat(_lock, stat) lock_##stat(&(_lock)->dep_map, _RET_IP_) 327 lockdep_acquire_read(sem, subclass, 0, _RET_IP_); in __ldsem_down_read_nested() 333 lockdep_release(sem, 1, _RET_IP_); in __ldsem_down_read_nested() 346 lockdep_acquire(sem, subclass, 0, _RET_IP_); in __ldsem_down_write_nested() 352 lockdep_release(sem, 1, _RET_IP_); in __ldsem_down_write_nested() 379 lockdep_acquire_read(sem, 0, 1, _RET_IP_); in ldsem_down_read_trylock() 405 lockdep_acquire(sem, 0, 1, _RET_IP_); in ldsem_down_write_trylock() 420 lockdep_release(sem, 1, _RET_IP_); in ldsem_up_read() 434 lockdep_release(sem, 1, _RET_IP_); in ldsem_up_write()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_buf.c | 205 trace_xfs_buf_init(bp, _RET_IP_); in _xfs_buf_alloc() 259 trace_xfs_buf_free(bp, _RET_IP_); in xfs_buf_free() 552 trace_xfs_buf_find(bp, flags, _RET_IP_); in _xfs_buf_find() 615 trace_xfs_buf_get(bp, flags, _RET_IP_); in xfs_buf_get_map() 651 trace_xfs_buf_read(bp, flags, _RET_IP_); in xfs_buf_read_map() 841 trace_xfs_buf_get_uncached(bp, _RET_IP_); in xfs_buf_get_uncached() 864 trace_xfs_buf_hold(bp, _RET_IP_); in xfs_buf_hold() 878 trace_xfs_buf_rele(bp, _RET_IP_); in xfs_buf_rele() 950 trace_xfs_buf_trylock(bp, _RET_IP_); in xfs_buf_trylock() 967 trace_xfs_buf_lock(bp, _RET_IP_); in xfs_buf_lock() [all …]
|
D | xfs_buf_item.c | 968 trace_xfs_buf_item_relse(bp, _RET_IP_); in xfs_buf_item_relse() 1071 trace_xfs_buf_item_iodone(bp, _RET_IP_); in xfs_buf_iodone_callbacks() 1096 trace_xfs_buf_item_iodone_async(bp, _RET_IP_); in xfs_buf_iodone_callbacks() 1118 trace_xfs_buf_error_relse(bp, _RET_IP_); in xfs_buf_iodone_callbacks()
|
D | xfs_icache.c | 753 -1, _RET_IP_); in __xfs_inode_set_reclaim_tag() 794 -1, _RET_IP_); in __xfs_inode_clear_reclaim() 1385 -1, _RET_IP_); in xfs_inode_set_eofblocks_tag() 1414 -1, _RET_IP_); in xfs_inode_clear_eofblocks_tag()
|
D | xfs_trans_buf.c | 278 trace_xfs_trans_read_buf_shut(bp, _RET_IP_); in xfs_trans_read_buf_map() 326 trace_xfs_trans_read_buf_shut(bp, _RET_IP_); in xfs_trans_read_buf_map()
|
D | xfs_inode_item.c | 382 trace_xfs_inode_pin(ip, _RET_IP_); in xfs_inode_item_pin() 400 trace_xfs_inode_unpin(ip, _RET_IP_); in xfs_inode_item_unpin()
|
D | xfs_inode.c | 154 trace_xfs_ilock(ip, lock_flags, _RET_IP_); in xfs_ilock() 202 trace_xfs_ilock_nowait(ip, lock_flags, _RET_IP_); in xfs_ilock_nowait() 302 trace_xfs_iunlock(ip, lock_flags, _RET_IP_); in xfs_iunlock() 325 trace_xfs_ilock_demote(ip, lock_flags, _RET_IP_); in xfs_ilock_demote() 2455 trace_xfs_inode_unpin_nowait(ip, _RET_IP_); in xfs_iunpin()
|
D | xfs_qm.c | 819 trace_xfs_reset_dqcounts(bp, _RET_IP_); in xfs_qm_reset_dqcounts()
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
D | kernel.h | 39 #ifndef _RET_IP_ 40 #define _RET_IP_ CALLER_ADDR0 macro
|
/linux-4.4.14/mm/kasan/ |
D | report.c | 266 kasan_report(addr, size, false, _RET_IP_); \ 273 kasan_report(addr, size, true, _RET_IP_); \ 290 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort() 296 kasan_report(addr, size, true, _RET_IP_); in __asan_report_store_n_noabort()
|
D | kasan.c | 264 kasan_report(addr, size, write, _RET_IP_); in check_memory_region() 271 kasan_report(addr, size, write, _RET_IP_); in check_memory_region()
|
/linux-4.4.14/mm/ |
D | slob.c | 467 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, _RET_IP_); in __kmalloc() 488 trace_kfree(_RET_IP_, block); in kfree() 545 trace_kmem_cache_alloc_node(_RET_IP_, b, c->object_size, in slob_alloc_node() 550 trace_kmem_cache_alloc_node(_RET_IP_, b, c->object_size, in slob_alloc_node() 571 return __do_kmalloc_node(size, gfp, node, _RET_IP_); in __kmalloc_node() 610 trace_kmem_cache_free(_RET_IP_, b); in kmem_cache_free()
|
D | memblock.c | 623 flags, (void *)_RET_IP_); in memblock_add_region() 735 (void *)_RET_IP_); in memblock_free() 751 flags, (void *)_RET_IP_); in memblock_reserve_region() 1344 (u64)max_addr, (void *)_RET_IP_); in memblock_virt_alloc_try_nid_nopanic() 1376 (u64)max_addr, (void *)_RET_IP_); in memblock_virt_alloc_try_nid() 1400 (void *)_RET_IP_); in __memblock_free_early() 1420 (void *)_RET_IP_); in __memblock_free_late()
|
D | slub.c | 2577 void *ret = slab_alloc(s, gfpflags, _RET_IP_); in kmem_cache_alloc() 2579 trace_kmem_cache_alloc(_RET_IP_, ret, s->object_size, in kmem_cache_alloc() 2589 void *ret = slab_alloc(s, gfpflags, _RET_IP_); in kmem_cache_alloc_trace() 2590 trace_kmalloc(_RET_IP_, ret, size, s->size, gfpflags); in kmem_cache_alloc_trace() 2600 void *ret = slab_alloc_node(s, gfpflags, node, _RET_IP_); in kmem_cache_alloc_node() 2602 trace_kmem_cache_alloc_node(_RET_IP_, ret, in kmem_cache_alloc_node() 2614 void *ret = slab_alloc_node(s, gfpflags, node, _RET_IP_); in kmem_cache_alloc_node_trace() 2616 trace_kmalloc_node(_RET_IP_, ret, in kmem_cache_alloc_node_trace() 2812 slab_free(s, virt_to_head_page(x), x, NULL, 1, _RET_IP_); in kmem_cache_free() 2813 trace_kmem_cache_free(_RET_IP_, x); in kmem_cache_free() [all …]
|
D | slab.c | 3407 void *ret = slab_alloc(cachep, flags, _RET_IP_); in kmem_cache_alloc() 3409 trace_kmem_cache_alloc(_RET_IP_, ret, in kmem_cache_alloc() 3435 ret = slab_alloc(cachep, flags, _RET_IP_); in kmem_cache_alloc_trace() 3437 trace_kmalloc(_RET_IP_, ret, in kmem_cache_alloc_trace() 3458 void *ret = slab_alloc_node(cachep, flags, nodeid, _RET_IP_); in kmem_cache_alloc_node() 3460 trace_kmem_cache_alloc_node(_RET_IP_, ret, in kmem_cache_alloc_node() 3476 ret = slab_alloc_node(cachep, flags, nodeid, _RET_IP_); in kmem_cache_alloc_node_trace() 3478 trace_kmalloc_node(_RET_IP_, ret, in kmem_cache_alloc_node_trace() 3499 return __do_kmalloc_node(size, flags, node, _RET_IP_); in __kmalloc_node() 3536 return __do_kmalloc(size, flags, _RET_IP_); in __kmalloc() [all …]
|
D | slab_common.c | 1019 trace_kmalloc(_RET_IP_, ret, size, PAGE_SIZE << order, flags); in kmalloc_order_trace()
|
D | memcontrol.c | 1609 mutex_acquire(&memcg_oom_lock_dep_map, 0, 1, _RET_IP_); in mem_cgroup_oom_trylock() 1621 mutex_release(&memcg_oom_lock_dep_map, 1, _RET_IP_); in mem_cgroup_oom_unlock()
|
/linux-4.4.14/drivers/char/ |
D | random.c | 542 trace_mix_pool_bytes_nolock(r->name, nbytes, _RET_IP_); in __mix_pool_bytes() 551 trace_mix_pool_bytes(r->name, nbytes, _RET_IP_); in mix_pool_bytes() 690 r->entropy_total, _RET_IP_); in credit_entropy_bits() 764 trace_add_device_randomness(size, _RET_IP_); in add_device_randomness() 912 ip = regs ? instruction_pointer(regs) : _RET_IP_; in add_interrupt_randomness() 1167 ENTROPY_BITS(r), _RET_IP_); in extract_entropy() 1176 trace_extract_entropy(r->name, nbytes, ENTROPY_BITS(r), _RET_IP_); in extract_entropy() 1214 trace_extract_entropy_user(r->name, nbytes, ENTROPY_BITS(r), _RET_IP_); in extract_entropy_user() 1259 (void *) _RET_IP_, in get_random_bytes() 1262 trace_get_random_bytes(nbytes, _RET_IP_); in get_random_bytes() [all …]
|
/linux-4.4.14/fs/kernfs/ |
D | dir.c | 331 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active() 351 rwsem_release(&kn->dep_map, 1, _RET_IP_); in kernfs_put_active() 378 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 380 lock_contended(&kn->dep_map, _RET_IP_); in kernfs_drain() 388 lock_acquired(&kn->dep_map, _RET_IP_); in kernfs_drain() 389 rwsem_release(&kn->dep_map, 1, _RET_IP_); in kernfs_drain() 1180 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
/linux-4.4.14/drivers/power/avs/ |
D | smartreflex.c | 360 (void *)_RET_IP_); in sr_configure_errgen() 427 (void *)_RET_IP_); in sr_disable_errgen() 482 (void *)_RET_IP_); in sr_configure_minmax() 567 (void *)_RET_IP_); in sr_enable() 619 (void *)_RET_IP_); in sr_disable()
|
/linux-4.4.14/fs/ext4/ |
D | ext4_jbd2.c | 68 trace_ext4_journal_start(sb, blocks, rsv_blocks, _RET_IP_); in __ext4_journal_start_sb() 118 _RET_IP_); in __ext4_journal_start_reserved()
|
D | inode.c | 5146 trace_ext4_mark_inode_dirty(inode, _RET_IP_); in ext4_mark_inode_dirty()
|
D | extents.c | 513 trace_ext4_ext_load_extent(inode, pblk, _RET_IP_); in __read_extent_tree_block()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 287 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_inobt_read_verify() 297 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_inobt_write_verify()
|
D | xfs_alloc_btree.c | 362 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_allocbt_read_verify() 372 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_allocbt_write_verify()
|
D | xfs_sb.c | 64 trace_xfs_perag_get(mp, agno, ref, _RET_IP_); in xfs_perag_get() 90 trace_xfs_perag_get_tag(mp, pag->pag_agno, ref, _RET_IP_); in xfs_perag_get_tag() 102 trace_xfs_perag_put(pag->pag_mount, pag->pag_agno, ref, _RET_IP_); in xfs_perag_put()
|
D | xfs_bmap_btree.c | 704 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_bmbt_read_verify() 714 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_bmbt_write_verify()
|
D | xfs_inode_fork.c | 920 trace_xfs_iext_insert(ip, idx, new, state, _RET_IP_); in xfs_iext_insert() 1171 trace_xfs_iext_remove(ip, idx, state, _RET_IP_); in xfs_iext_remove()
|
D | xfs_btree.c | 93 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_btree_check_lblock() 142 trace_xfs_btree_corrupt(bp, _RET_IP_); in xfs_btree_check_sblock()
|
D | xfs_alloc.c | 2170 trace_xfs_agf(tp->t_mountp, XFS_BUF_TO_AGF(bp), fields, _RET_IP_); in xfs_alloc_log_agf()
|
D | xfs_bmap.c | 5078 trace_xfs_bunmap(ip, bno, len, flags, _RET_IP_); in xfs_bunmapi()
|
/linux-4.4.14/drivers/md/bcache/ |
D | closure.h | 204 cl->ip = _RET_IP_; in closure_set_ret_ip()
|
D | closure.c | 106 closure_set_waiting(cl, _RET_IP_); in closure_wait()
|
/linux-4.4.14/kernel/ |
D | softirq.c | 132 trace_softirqs_on(_RET_IP_); in __local_bh_enable() 250 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_OFFSET); in __do_softirq()
|
D | kmod.c | 181 trace_module_request(module_name, wait, _RET_IP_); in __request_module()
|
D | module.c | 1095 trace_module_get(module, _RET_IP_); in __module_get() 1110 trace_module_get(module, _RET_IP_); in try_module_get() 1128 trace_module_put(module, _RET_IP_); in module_put()
|
/linux-4.4.14/fs/gfs2/ |
D | trans.c | 47 tr->tr_ip = _RET_IP_; in gfs2_trans_begin()
|
D | glops.c | 100 tr.tr_ip = _RET_IP_; in gfs2_ail_empty_gl()
|
D | glock.c | 758 gh->gh_ip = _RET_IP_; in gfs2_holder_init() 782 gh->gh_ip = _RET_IP_; in gfs2_holder_reinit()
|
/linux-4.4.14/net/core/ |
D | sock.c | 508 mutex_acquire(&sk->sk_lock.dep_map, 0, 1, _RET_IP_); in sk_receive_skb() 512 mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_); in sk_receive_skb() 2442 mutex_acquire(&sk->sk_lock.dep_map, subclass, 0, _RET_IP_); in lock_sock_nested() 2452 mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_); in release_sock() 2498 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_); in lock_sock_fast()
|
D | skbuff.c | 125 __kmalloc_reserve(size, gfp, node, _RET_IP_, pfmemalloc)
|
/linux-4.4.14/fs/autofs4/ |
D | expire.c | 169 lock_set_subclass(&ret->d_lock.dep_map, 0, _RET_IP_); in get_next_positive_dentry()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 105 mutex_acquire(&console_lock_dep_map, 0, 0, _RET_IP_);\ 115 #define down_trylock_console_sem() __down_trylock_console_sem(_RET_IP_) 118 mutex_release(&console_lock_dep_map, 1, _RET_IP_);\
|
/linux-4.4.14/fs/ocfs2/ |
D | dlmglue.c | 353 __ocfs2_cluster_unlock(osb, lockres, level, _RET_IP_); in ocfs2_cluster_unlock() 1588 0, _RET_IP_); in ocfs2_cluster_lock() 2359 arg_flags, subclass, _RET_IP_); in ocfs2_inode_lock_full_nested()
|
/linux-4.4.14/kernel/sched/ |
D | sched.h | 1583 lock_set_subclass(&this_rq->lock.dep_map, 0, _RET_IP_); in double_unlock_balance()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_actlog.c | 201 (void*)_RET_IP_ ); in drbd_md_sync_page_io()
|
/linux-4.4.14/fs/ |
D | dcache.c | 1212 spin_release(&dentry->d_lock.dep_map, 1, _RET_IP_); in d_walk() 1214 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 240 trace_alloc_extent_state(state, mask, _RET_IP_); in alloc_extent_state() 251 trace_free_extent_state(state, _RET_IP_); in free_extent_state()
|