/linux-3.4.99/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() 177 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_); in __raw_read_lock_bh() 187 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_irqsave() 197 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_irq() 205 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock_bh() 212 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_write_lock() [all …]
|
D | spinlock_api_smp.h | 90 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock() 110 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irqsave() 128 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irq() 136 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_bh() 143 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock() 151 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock() 159 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_irqrestore() 167 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_irq() 175 spin_release(&lock->dep_map, 1, _RET_IP_); in __raw_spin_unlock_bh() 186 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock_bh()
|
D | lglock.h | 156 rwlock_acquire(&name##_lock_dep_map, 0, 0, _RET_IP_); \ 167 rwlock_release(&name##_lock_dep_map, 1, _RET_IP_); \ 180 rwlock_acquire(&name##_lock_dep_map, 0, 0, _RET_IP_); \ 191 rwlock_release(&name##_lock_dep_map, 1, _RET_IP_); \
|
D | slab.h | 303 __kmalloc_track_caller(size, flags, _RET_IP_) 323 _RET_IP_)
|
D | lockdep.h | 409 lock_contended(&(_lock)->dep_map, _RET_IP_); \ 412 lock_acquired(&(_lock)->dep_map, _RET_IP_); \
|
/linux-3.4.99/kernel/ |
D | rwsem.c | 21 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 36 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 48 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 63 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 74 rwsem_release(&sem->dep_map, 1, _RET_IP_); in up_read() 86 rwsem_release(&sem->dep_map, 1, _RET_IP_); in up_write() 112 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_nested() 122 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested()
|
D | mutex.c | 270 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 279 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock() 288 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 297 subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 313 mutex_release(&lock->dep_map, nested, _RET_IP_); in __mutex_unlock_common_slowpath() 403 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath() 411 return __mutex_lock_common(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath() 419 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath() 438 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __mutex_trylock_slowpath()
|
D | spinlock.c | 347 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested() 359 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested() 370 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
|
D | kmod.c | 161 trace_module_request(module_name, wait, _RET_IP_); in __request_module()
|
/linux-3.4.99/fs/xfs/ |
D | xfs_buf.c | 205 trace_xfs_buf_init(bp, _RET_IP_); in xfs_buf_alloc() 261 trace_xfs_buf_free(bp, _RET_IP_); in xfs_buf_free() 517 trace_xfs_buf_find(bp, flags, _RET_IP_); in _xfs_buf_find() 578 trace_xfs_buf_get(bp, flags, _RET_IP_); in xfs_buf_get() 620 trace_xfs_buf_read(bp, flags, _RET_IP_); in xfs_buf_read() 802 trace_xfs_buf_get_uncached(bp, _RET_IP_); in xfs_buf_get_uncached() 824 trace_xfs_buf_hold(bp, _RET_IP_); in xfs_buf_hold() 838 trace_xfs_buf_rele(bp, _RET_IP_); in xfs_buf_rele() 891 trace_xfs_buf_trylock(bp, _RET_IP_); in xfs_buf_trylock() 908 trace_xfs_buf_lock(bp, _RET_IP_); in xfs_buf_lock() [all …]
|
D | xfs_iget.c | 580 trace_xfs_ilock(ip, lock_flags, _RET_IP_); in xfs_ilock() 625 trace_xfs_ilock_nowait(ip, lock_flags, _RET_IP_); in xfs_ilock_nowait() 676 trace_xfs_iunlock(ip, lock_flags, _RET_IP_); in xfs_iunlock() 696 trace_xfs_ilock_demote(ip, lock_flags, _RET_IP_); in xfs_ilock_demote()
|
D | xfs_buf_item.c | 869 trace_xfs_buf_item_relse(bp, _RET_IP_); in xfs_buf_item_relse() 972 trace_xfs_buf_item_iodone(bp, _RET_IP_); in xfs_buf_iodone_callbacks() 999 trace_xfs_buf_item_iodone_async(bp, _RET_IP_); in xfs_buf_iodone_callbacks() 1011 trace_xfs_buf_error_relse(bp, _RET_IP_); in xfs_buf_iodone_callbacks()
|
D | xfs_trans_buf.c | 335 trace_xfs_trans_read_buf_io(bp, _RET_IP_); in xfs_trans_read_buf() 359 trace_xfs_trans_read_buf_shut(bp, _RET_IP_); in xfs_trans_read_buf() 434 trace_xfs_trans_read_buf_shut(bp, _RET_IP_); in xfs_trans_read_buf()
|
D | xfs_sync.c | 602 -1, _RET_IP_); in __xfs_inode_set_reclaim_tag() 643 -1, _RET_IP_); in __xfs_inode_clear_reclaim()
|
D | xfs_inode_item.c | 459 trace_xfs_inode_pin(ip, _RET_IP_); in xfs_inode_item_pin() 477 trace_xfs_inode_unpin(ip, _RET_IP_); in xfs_inode_item_unpin()
|
D | xfs_mount.c | 207 trace_xfs_perag_get(mp, agno, ref, _RET_IP_); in xfs_perag_get() 233 trace_xfs_perag_get_tag(mp, pag->pag_agno, ref, _RET_IP_); in xfs_perag_get_tag() 244 trace_xfs_perag_put(pag->pag_mount, pag->pag_agno, ref, _RET_IP_); in xfs_perag_put()
|
/linux-3.4.99/mm/ |
D | slob.c | 500 trace_kmalloc_node(_RET_IP_, ret, in __kmalloc_node() 514 trace_kmalloc_node(_RET_IP_, ret, in __kmalloc_node() 527 trace_kfree(_RET_IP_, block); in kfree() 619 trace_kmem_cache_alloc_node(_RET_IP_, b, c->size, in kmem_cache_alloc_node() 624 trace_kmem_cache_alloc_node(_RET_IP_, b, c->size, in kmem_cache_alloc_node() 665 trace_kmem_cache_free(_RET_IP_, b); in kmem_cache_free()
|
D | slub.c | 2376 void *ret = slab_alloc(s, gfpflags, NUMA_NO_NODE, _RET_IP_); in kmem_cache_alloc() 2378 trace_kmem_cache_alloc(_RET_IP_, ret, s->objsize, s->size, gfpflags); in kmem_cache_alloc() 2387 void *ret = slab_alloc(s, gfpflags, NUMA_NO_NODE, _RET_IP_); in kmem_cache_alloc_trace() 2388 trace_kmalloc(_RET_IP_, ret, size, s->size, gfpflags); in kmem_cache_alloc_trace() 2396 trace_kmalloc(_RET_IP_, ret, size, PAGE_SIZE << order, flags); in kmalloc_order_trace() 2405 void *ret = slab_alloc(s, gfpflags, node, _RET_IP_); in kmem_cache_alloc_node() 2407 trace_kmem_cache_alloc_node(_RET_IP_, ret, in kmem_cache_alloc_node() 2419 void *ret = slab_alloc(s, gfpflags, node, _RET_IP_); in kmem_cache_alloc_node_trace() 2421 trace_kmalloc_node(_RET_IP_, ret, in kmem_cache_alloc_node_trace() 2606 slab_free(s, page, x, _RET_IP_); in kmem_cache_free() [all …]
|
D | memblock.c | 545 (void *)_RET_IP_); in memblock_free() 557 (void *)_RET_IP_); in memblock_reserve()
|
D | slab.c | 3768 trace_kmem_cache_alloc(_RET_IP_, ret, in kmem_cache_alloc() 3783 trace_kmalloc(_RET_IP_, ret, in kmem_cache_alloc_trace() 3796 trace_kmem_cache_alloc_node(_RET_IP_, ret, in kmem_cache_alloc_node() 3814 trace_kmalloc_node(_RET_IP_, ret, in kmem_cache_alloc_node_trace() 3925 trace_kmem_cache_free(_RET_IP_, objp); in kmem_cache_free() 3943 trace_kfree(_RET_IP_, objp); in kfree()
|
/linux-3.4.99/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() 617 r->entropy_total, _RET_IP_); in credit_entropy_bits() 968 trace_extract_entropy(r->name, nbytes, r->entropy_count, _RET_IP_); in extract_entropy() 1003 trace_extract_entropy_user(r->name, nbytes, r->entropy_count, _RET_IP_); in extract_entropy_user() 1061 trace_get_random_bytes(nbytes, _RET_IP_); in get_random_bytes_arch()
|
/linux-3.4.99/fs/sysfs/ |
D | dir.c | 159 rwsem_acquire_read(&sd->dep_map, 0, 1, _RET_IP_); in sysfs_get_active() 183 rwsem_release(&sd->dep_map, 1, _RET_IP_); in sysfs_put_active() 212 rwsem_acquire(&sd->dep_map, 0, 0, _RET_IP_); in sysfs_deactivate() 219 lock_contended(&sd->dep_map, _RET_IP_); in sysfs_deactivate() 223 lock_acquired(&sd->dep_map, _RET_IP_); in sysfs_deactivate() 224 rwsem_release(&sd->dep_map, 1, _RET_IP_); in sysfs_deactivate()
|
/linux-3.4.99/fs/autofs4/ |
D | expire.c | 118 lock_set_subclass(&q->d_lock.dep_map, 0, _RET_IP_); in get_next_positive_subdir() 181 lock_set_subclass(&ret->d_lock.dep_map, 0, _RET_IP_); in get_next_positive_dentry()
|
/linux-3.4.99/fs/ |
D | dcache.c | 1087 spin_release(&dentry->d_lock.dep_map, 1, _RET_IP_); in have_submounts() 1089 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in have_submounts() 1193 spin_release(&dentry->d_lock.dep_map, 1, _RET_IP_); in select_parent() 1195 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in select_parent() 2947 spin_release(&dentry->d_lock.dep_map, 1, _RET_IP_); in d_genocide() 2949 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_genocide()
|
/linux-3.4.99/net/core/ |
D | sock.c | 404 mutex_acquire(&sk->sk_lock.dep_map, 0, 1, _RET_IP_); in sk_receive_skb() 408 mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_); in sk_receive_skb() 2145 mutex_acquire(&sk->sk_lock.dep_map, subclass, 0, _RET_IP_); in lock_sock_nested() 2155 mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_); in release_sock() 2194 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_); in lock_sock_fast()
|