/kernel/linux/linux-6.6/lib/ |
H A D | test_fprobe.c | 21 static unsigned long target_ip; variable 47 if (ip != target_ip) in fp_entry_handler() 67 if (ip != target_ip) { in fp_exit_handler() 251 target_ip = get_ftrace_location(target); in fprobe_test_init()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | module.c | 235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 239 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt() 285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 287 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt() 542 uint64_t target_ip, target_gp; in get_plt() local 556 target_ip = ((uint64_t *) value)[0]; in get_plt() 561 if (plt_target(plt) == target_ip) in get_plt() 567 if (!patch_plt(mod, plt, target_ip, target_gp)) { in get_plt() 572 if (plt_target(plt) != target_ip) { in get_plt() 574 __func__, target_ip, plt_targe in get_plt() [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | module.c | 235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 239 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt() 285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 287 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt() 542 uint64_t target_ip, target_gp; in get_plt() local 556 target_ip = ((uint64_t *) value)[0]; in get_plt() 561 if (plt_target(plt) == target_ip) in get_plt() 567 if (!patch_plt(mod, plt, target_ip, target_gp)) { in get_plt() 572 if (plt_target(plt) != target_ip) { in get_plt() 574 __func__, target_ip, plt_targe in get_plt() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_reroute.c | 73 static int overflow_fq(int snd_target, const char *target_ip) in overflow_fq() argument 112 err = inet_pton(AF_INET, target_ip, &addr.sin_addr); in overflow_fq()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 86 const __be32 *target_ip; in iwl_mei_rx_filter_arp() local 105 target_ip = (const void *)((const u8 *)(arp + 1) + in iwl_mei_rx_filter_arp() 114 (filt->ipv4_addr == 0 || filt->ipv4_addr == *target_ip)) { in iwl_mei_rx_filter_arp()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode.c | 3150 struct xfs_inode *target_ip, in xfs_rename() 3166 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename() 3183 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename() 3220 if (target_ip) in xfs_rename() 3221 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL); in xfs_rename() 3239 target_dp, target_name, target_ip, in xfs_rename() 3246 if (target_ip == NULL) { in xfs_rename() 3261 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_rename() 3262 (!xfs_dir_isempty(target_ip) || in xfs_rename() 3263 (VFS_I(target_ip) in xfs_rename() 3144 xfs_rename( struct xfs_inode *src_dp, struct xfs_name *src_name, struct xfs_inode *src_ip, struct xfs_inode *target_dp, struct xfs_name *target_name, struct xfs_inode *target_ip, unsigned int flags) xfs_rename() argument [all...] |
H A D | xfs_inode.h | 383 struct xfs_inode *target_ip, unsigned int flags);
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode.c | 2848 struct xfs_inode *target_ip, in xfs_rename() 2865 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename() 2883 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename() 2923 if (target_ip) in xfs_rename() 2924 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL); in xfs_rename() 2942 target_dp, target_name, target_ip, in xfs_rename() 2974 if (target_ip == NULL) { in xfs_rename() 2989 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_rename() 2990 (!xfs_dir_isempty(target_ip) || in xfs_rename() 2991 (VFS_I(target_ip) in xfs_rename() 2841 xfs_rename( struct mnt_idmap *idmap, struct xfs_inode *src_dp, struct xfs_name *src_name, struct xfs_inode *src_ip, struct xfs_inode *target_dp, struct xfs_name *target_name, struct xfs_inode *target_ip, unsigned int flags) xfs_rename() argument [all...] |
H A D | xfs_inode.h | 520 struct xfs_inode *target_ip, unsigned int flags);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wl12xx_80211.h | 130 __be32 target_ip; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | wl12xx_80211.h | 130 __be32 target_ip; member
|