Searched refs:_RET_IP_ (Results 76 - 100 of 123) sorted by relevance

12345

/linux-master/fs/bcachefs/
H A Dbtree_trans_commit.c1093 ret = do_bch2_trans_commit(trans, flags, &errored_at, _RET_IP_);
1101 trace_and_count(c, transaction_commit, trans, _RET_IP_);
1112 ret = bch2_trans_commit_error(trans, flags, errored_at, ret, _RET_IP_);
H A Dsix.c717 six_acquire(&lock->dep_map, 0, type == SIX_LOCK_read, _RET_IP_);
H A Dbtree_iter.c983 unsigned long trace_ip = _RET_IP_;
2749 _RET_IP_);
2766 _RET_IP_);
2782 dst->ip_allocated = _RET_IP_;
2859 trace_and_count(c, trans_restart_mem_realloced, trans, _RET_IP_, new_bytes);
2965 trans->last_begin_ip = _RET_IP_;
H A Dsuper-io.c929 trace_and_count(c, write_super, c, _RET_IP_);
1089 (void *) _RET_IP_))
H A Dbtree_iter.h225 return bch2_btree_path_traverse_one(trans, path, flags, _RET_IP_);
H A Dbtree_write_buffer.c464 trace_and_count(c, write_buffer_flush_sync, trans, _RET_IP_);
H A Dbtree_update_interior.c48 BTREE_ITER_INTENT, _RET_IP_);
49 path_idx = bch2_btree_path_make_mut(trans, path_idx, true, _RET_IP_);
1207 as->ip_started = _RET_IP_;
1272 _RET_IP_, nr_nodes[0] + nr_nodes[1], ret);
/linux-master/arch/parisc/kernel/
H A Dunwind.c431 r.gr[2] = _RET_IP_;
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c33 (void *)_RET_IP_, nid, __pa(MAX_DMA_ADDRESS));
/linux-master/arch/arm/mm/
H A Dinit.c160 &size, (void *)_RET_IP_);
/linux-master/fs/xfs/
H A Dxfs_inode_item.c656 trace_xfs_inode_pin(ip, _RET_IP_);
680 trace_xfs_inode_unpin(ip, _RET_IP_);
H A Dxfs_buf_item.c1060 trace_xfs_buf_item_relse(bp, _RET_IP_);
H A Dxfs_file.c1222 trace_xfs_reflink_remap_range_error(dest, ret, _RET_IP_);
/linux-master/mm/
H A Dslab_common.c498 __func__, s->name, (void *)_RET_IP_);
1183 ret = kmalloc_node_track_caller_noprof(new_size, flags, NUMA_NO_NODE, _RET_IP_);
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c585 trace_xfs_write_extent(ip, &icur, state, _RET_IP_);
/linux-master/fs/gfs2/
H A Dglops.c129 ret = __gfs2_trans_begin(&tr, sdp, 0, revokes, _RET_IP_);
/linux-master/include/net/
H A Dsock.h1634 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_);
1642 mutex_acquire(&sk->sk_lock.dep_map, SINGLE_DEPTH_NESTING, 0, _RET_IP_);
1662 mutex_release(&sk->sk_lock.dep_map, _RET_IP_);
1717 mutex_release(&sk->sk_lock.dep_map, _RET_IP_);
/linux-master/drivers/char/
H A Drandom.c169 __func__, (void *)_RET_IP_, crng_init)
1097 (regs ? instruction_pointer(regs) : _RET_IP_) ^ swab(irq));
/linux-master/fs/btrfs/
H A Dextent-io-tree.c178 trace_alloc_extent_state(state, mask, _RET_IP_);
197 trace_free_extent_state(state, _RET_IP_);
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c1234 (void *)_RET_IP_);
1277 (void *)_RET_IP_);
1474 (void *)_RET_IP_);
/linux-master/kernel/printk/
H A Dprintk.c305 * macros instead of functions so that _RET_IP_ contains useful information.
309 mutex_acquire(&console_lock_dep_map, 0, 0, _RET_IP_);\
331 #define down_trylock_console_sem() __down_trylock_console_sem(_RET_IP_)
343 #define up_console_sem() __up_console_sem(_RET_IP_)
/linux-master/kernel/module/
H A Dmain.c826 trace_module_get(module, _RET_IP_);
839 trace_module_get(module, _RET_IP_);
854 trace_module_put(module, _RET_IP_);
/linux-master/drivers/gpu/drm/
H A Ddrm_connector.c797 lock_acquire_shared_recursive(&connector_list_iter_dep_map, 0, 1, NULL, _RET_IP_);
878 lock_release(&connector_list_iter_dep_map, _RET_IP_);
/linux-master/net/mptcp/
H A Dsubflow.c1874 mutex_release(&listener_sk->sk_lock.dep_map, _RET_IP_);
1876 mutex_acquire(&listener_sk->sk_lock.dep_map, 0, 0, _RET_IP_);
/linux-master/mm/kfence/
H A Dkfence_test.c287 enum kmalloc_cache_type type = kmalloc_type(GFP_KERNEL, _RET_IP_);

Completed in 325 milliseconds

12345