Home
last modified time | relevance | path

Searched refs:_RET_IP_ (Results 1 – 65 of 65) sorted by relevance

/linux-4.4.14/include/linux/
Drwlock_api_smp.h121 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 …]
Dspinlock_api_smp.h92 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 …]
Dseqlock.h80 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()
Dslab.h572 __kmalloc_track_caller(size, flags, _RET_IP_)
578 _RET_IP_)
Dww_mutex.h134 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
Dlockdep.h443 lock_contended(&(_lock)->dep_map, _RET_IP_); \
446 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
Dkernel.h132 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
/linux-4.4.14/kernel/locking/
Drwsem.c22 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()
Dlglock.c24 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()
Dmutex.c619 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 …]
Dpercpu-rwsem.c73 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()
Dspinlock.c361 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()
Dlockdep.c3787 print_lock_contention_bug(curr, lock, _RET_IP_); in __lock_acquired()
/linux-4.4.14/tools/lib/lockdep/
Dpreload.c256 (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/
Drwlock.h39 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()
Dmutex.h38 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()
Dcommon.h13 #ifndef _RET_IP_
14 #define _RET_IP_ CALLER_ADDR0 macro
/linux-4.4.14/drivers/tty/
Dtty_ldsem.c54 # 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/
Dxfs_buf.c205 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 …]
Dxfs_buf_item.c968 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()
Dxfs_icache.c753 -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()
Dxfs_trans_buf.c278 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()
Dxfs_inode_item.c382 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()
Dxfs_inode.c154 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()
Dxfs_qm.c819 trace_xfs_reset_dqcounts(bp, _RET_IP_); in xfs_qm_reset_dqcounts()
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dkernel.h39 #ifndef _RET_IP_
40 #define _RET_IP_ CALLER_ADDR0 macro
/linux-4.4.14/mm/kasan/
Dreport.c266 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()
Dkasan.c264 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/
Dslob.c467 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()
Dmemblock.c623 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()
Dslub.c2577 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 …]
Dslab.c3407 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 …]
Dslab_common.c1019 trace_kmalloc(_RET_IP_, ret, size, PAGE_SIZE << order, flags); in kmalloc_order_trace()
Dmemcontrol.c1609 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/
Drandom.c542 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/
Ddir.c331 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/
Dsmartreflex.c360 (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/
Dext4_jbd2.c68 trace_ext4_journal_start(sb, blocks, rsv_blocks, _RET_IP_); in __ext4_journal_start_sb()
118 _RET_IP_); in __ext4_journal_start_reserved()
Dinode.c5146 trace_ext4_mark_inode_dirty(inode, _RET_IP_); in ext4_mark_inode_dirty()
Dextents.c513 trace_ext4_ext_load_extent(inode, pblk, _RET_IP_); in __read_extent_tree_block()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.c287 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()
Dxfs_alloc_btree.c362 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()
Dxfs_sb.c64 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()
Dxfs_bmap_btree.c704 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()
Dxfs_inode_fork.c920 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()
Dxfs_btree.c93 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()
Dxfs_alloc.c2170 trace_xfs_agf(tp->t_mountp, XFS_BUF_TO_AGF(bp), fields, _RET_IP_); in xfs_alloc_log_agf()
Dxfs_bmap.c5078 trace_xfs_bunmap(ip, bno, len, flags, _RET_IP_); in xfs_bunmapi()
/linux-4.4.14/drivers/md/bcache/
Dclosure.h204 cl->ip = _RET_IP_; in closure_set_ret_ip()
Dclosure.c106 closure_set_waiting(cl, _RET_IP_); in closure_wait()
/linux-4.4.14/kernel/
Dsoftirq.c132 trace_softirqs_on(_RET_IP_); in __local_bh_enable()
250 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_OFFSET); in __do_softirq()
Dkmod.c181 trace_module_request(module_name, wait, _RET_IP_); in __request_module()
Dmodule.c1095 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/
Dtrans.c47 tr->tr_ip = _RET_IP_; in gfs2_trans_begin()
Dglops.c100 tr.tr_ip = _RET_IP_; in gfs2_ail_empty_gl()
Dglock.c758 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/
Dsock.c508 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()
Dskbuff.c125 __kmalloc_reserve(size, gfp, node, _RET_IP_, pfmemalloc)
/linux-4.4.14/fs/autofs4/
Dexpire.c169 lock_set_subclass(&ret->d_lock.dep_map, 0, _RET_IP_); in get_next_positive_dentry()
/linux-4.4.14/kernel/printk/
Dprintk.c105 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/
Ddlmglue.c353 __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/
Dsched.h1583 lock_set_subclass(&this_rq->lock.dep_map, 0, _RET_IP_); in double_unlock_balance()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_actlog.c201 (void*)_RET_IP_ ); in drbd_md_sync_page_io()
/linux-4.4.14/fs/
Ddcache.c1212 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/
Dextent_io.c240 trace_alloc_extent_state(state, mask, _RET_IP_); in alloc_extent_state()
251 trace_free_extent_state(state, _RET_IP_); in free_extent_state()