Home
last modified time | relevance | path

Searched refs:ip (Results 376 – 400 of 2033) sorted by relevance

1...<<11121314151617181920>>...82

/openbmc/linux/arch/x86/kernel/kprobes/
H A Dftrace.c16 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() argument
27 bit = ftrace_test_recursion_trylock(ip, parent_ip); in kprobe_ftrace_handler()
31 p = get_kprobe((kprobe_opcode_t *)ip); in kprobe_ftrace_handler()
39 unsigned long orig_ip = regs->ip; in kprobe_ftrace_handler()
41 regs->ip = ip + sizeof(kprobe_opcode_t); in kprobe_ftrace_handler()
50 regs->ip = (unsigned long)p->addr + MCOUNT_INSN_SIZE; in kprobe_ftrace_handler()
55 regs->ip = orig_ip; in kprobe_ftrace_handler()
/openbmc/linux/fs/xfs/scrub/
H A Dbmap.c48 if (S_ISREG(VFS_I(sc->ip)->i_mode) && in xchk_setup_inode_bmap()
54 inode_dio_wait(VFS_I(sc->ip)); in xchk_setup_inode_bmap()
289 struct xfs_inode *ip, in xchk_bmap_rt_iextent_xref() argument
300 struct xfs_inode *ip, in xchk_bmap_iextent_xref() argument
368 struct xfs_inode *ip, in xchk_bmap_dirattr_extent() argument
390 struct xfs_inode *ip, in xchk_bmap_iextent() argument
446 struct xfs_inode *ip = bs->cur->bc_ino.ip; in xchk_bmapbt_rec() local
462 if (owner != ip->i_ino) in xchk_bmapbt_rec()
506 struct xfs_inode *ip = sc->ip; in xchk_bmap_btree() local
702 struct xfs_inode *ip, in xchk_bmap_iextent_delalloc() argument
[all …]
/openbmc/linux/arch/s390/kernel/
H A Dftrace.c121 disp = ((char *)trampoline - (char *)rec->ip) / 2; in ftrace_init_nop()
122 insn = (struct ftrace_insn *)rec->ip; in ftrace_init_nop()
138 trampoline = (void *)(rec->ip + disp); in ftrace_get_trampoline()
194 return ftrace_patch_branch_mask((void *)rec->ip, 0xc004, true); in ftrace_make_call()
242 unsigned long ip) in prepare_ftrace_return() argument
248 ip -= MCOUNT_INSN_SIZE; in prepare_ftrace_return()
249 if (!function_graph_enter(ra, ip, 0, (void *) sp)) in prepare_ftrace_return()
302 bit = ftrace_test_recursion_trylock(ip, parent_ip); in kprobe_ftrace_handler()
307 p = get_kprobe((kprobe_opcode_t *)ip); in kprobe_ftrace_handler()
321 instruction_pointer_set(regs, ip); in kprobe_ftrace_handler()
[all …]
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Ddiag.sh33 ip netns del $ns
38 ip -Version > /dev/null 2>&1
199 ip netns exec "${listener_ns}" cat /proc/net/tcp | \
235 ip netns add $ns
236 ip -n $ns link set dev lo up
240 ip netns exec $ns \
249 ip netns exec $ns \
265 ip netns exec $ns \
271 ip netns exec $ns \
287 ip netns exec $ns \
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/
H A Diproute2_6.7.0.bb3 TCP / IP networking and traffic control in Linux. Of the utilities ip \
4 and tc are the most important. ip controls IPv4 and IPv6 \
29 IPROUTE2_MAKE_SUBDIRS = "lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink ti…
52 mv ${D}${base_sbindir}/ip ${D}${base_sbindir}/ip.iproute2
66 ${PN}-ip \
78 RDEPENDS:${PN} += "${PN}-ip"
86 FILES:${PN}-ip = "${base_sbindir}/ip.* ${libdir}/iproute2"
99 ALTERNATIVE:${PN}-ip = "ip"
100 ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}"
101 ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip"
/openbmc/linux/fs/gfs2/
H A Dexport.c33 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_encode_fh() local
43 fh[0] = cpu_to_be32(ip->i_no_formal_ino >> 32); in gfs2_encode_fh()
45 fh[2] = cpu_to_be32(ip->i_no_addr >> 32); in gfs2_encode_fh()
46 fh[3] = cpu_to_be32(ip->i_no_addr & 0xFFFFFFFF); in gfs2_encode_fh()
52 ip = GFS2_I(parent); in gfs2_encode_fh()
54 fh[4] = cpu_to_be32(ip->i_no_formal_ino >> 32); in gfs2_encode_fh()
56 fh[6] = cpu_to_be32(ip->i_no_addr >> 32); in gfs2_encode_fh()
90 struct gfs2_inode *dip, *ip; in gfs2_get_name() local
106 ip = GFS2_I(inode); in gfs2_get_name()
109 gnfd.inum.no_addr = ip->i_no_addr; in gfs2_get_name()
[all …]
H A Drgrp.h37 struct gfs2_alloc *gfs2_alloc_get(struct gfs2_inode *ip);
40 int gfs2_inplace_reserve(struct gfs2_inode *ip,
42 void gfs2_inplace_release(struct gfs2_inode *ip);
44 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *n,
48 void gfs2_rs_delete(struct gfs2_inode *ip);
49 void __gfs2_free_blocks(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
51 void gfs2_free_meta(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
53 void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip);
65 void gfs2_rlist_add(struct gfs2_inode *ip, struct gfs2_rgrp_list *rlist,
92 void check_and_update_goal(struct gfs2_inode *ip);
H A Dacl.c42 struct gfs2_inode *ip = GFS2_I(inode); in __gfs2_get_acl() local
48 if (!ip->i_eattr) in __gfs2_get_acl()
52 len = gfs2_xattr_acl_get(ip, name, &data); in __gfs2_get_acl()
62 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_acl() local
70 if (!gfs2_glock_is_locked_by_me(ip->i_gl)) { in gfs2_get_acl()
71 int ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED, in gfs2_get_acl()
116 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_set_acl() local
125 ret = gfs2_qa_get(ip); in gfs2_set_acl()
129 if (!gfs2_glock_is_locked_by_me(ip->i_gl)) { in gfs2_set_acl()
130 ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh); in gfs2_set_acl()
[all …]
H A Drgrp.c604 if (!ip->i_goal || gfs2_blk2rgrpd(sdp, ip->i_goal, 1) == NULL) in check_and_update_goal()
605 ip->i_goal = ip->i_no_addr; in check_and_update_goal()
1593 goal = ip->i_goal; in rg_mblk_search()
1604 rs_insert(ip); in rg_mblk_search()
2155 ip->i_no_addr); in gfs2_inplace_reserve()
2496 gfs2_quota_change(ip, *nblocks, ip->i_inode.i_uid, ip->i_inode.i_gid); in gfs2_alloc_blocks()
2534 if (meta || ip->i_depth || gfs2_is_jdata(ip)) in __gfs2_free_blocks()
2554 gfs2_quota_change(ip, -(s64)blen, ip->i_inode.i_uid, ip->i_inode.i_gid); in gfs2_free_meta()
2593 trace_gfs2_block_alloc(ip, rgd, ip->i_no_addr, 1, GFS2_BLKST_FREE); in gfs2_free_di()
2594 gfs2_quota_change(ip, -1, ip->i_inode.i_uid, ip->i_inode.i_gid); in gfs2_free_di()
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_ipip.sh69 ip link set dev $swp1 up
73 ip link set dev g1 up
76 ip link set dev $rp1 up
81 ip link set dev $rp1 down
84 ip link set dev g1 down
88 ip link set dev $swp1 down
159 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
166 ip vrf exec v$rp2 $MZ $rp2 -c 0 -d 1msec -a $rp2_mac -b $rp1_mac \
167 -A 192.0.2.66 -B 192.0.2.65 -t ip \
192 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
[all …]
H A Dsch_red_core.sh173 ip link set dev $intf up
206 ip link set dev br1_10 up
207 ip link set dev br1_11 up
208 ip link set dev br2_10 up
209 ip link set dev br2_11 up
223 ip link set dev br2_11 down
224 ip link set dev br2_10 down
243 ip link del dev br2_11
244 ip link del dev br2_10
245 ip link del dev br1_11
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Drps_default_mask.sh16 ip netns add "${NETNS}"
17 ip -netns "${NETNS}" link set lo up
22 ip netns del $NETNS
62 ip link add name $VETH type veth peer netns $NETNS name $VETH
63 ip link set dev $VETH up
64 ip -n $NETNS link set dev $VETH up
67 ip link del dev $VETH
68 ip netns del $NETNS
73 ip netns exec $NETNS sysctl -qw net.core.rps_default_mask=1
74 ip link add name $VETH type veth peer netns $NETNS name $VETH
H A Dfcnal-test.sh409 ip netns add ${ns}
459 ip netns | grep -q ${NSA}
470 ip netns del ${NSA}
474 ip netns del ${NSB}
2116 run_cmd ip link del ${VRF}
2130 run_cmd ip link del ${VRF}
2141 run_cmd ip link del ${VRF}
2185 run_cmd ip link del ${VRF}
2196 run_cmd ip link del ${VRF}
2207 run_cmd ip link del ${VRF}
[all …]
/openbmc/linux/include/trace/events/
H A Dlock.h28 struct lockdep_map *next_lock, unsigned long ip),
30 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
52 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
54 TP_ARGS(lock, ip),
71 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
73 TP_ARGS(lock, ip)
80 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
82 TP_ARGS(lock, ip)
87 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
89 TP_ARGS(lock, ip)
/openbmc/linux/tools/perf/tests/
H A Dhists_link.c19 u64 ip; member
28 { .pid = FAKE_PID_PERF1, .ip = FAKE_IP_KERNEL_SCHEDULE, },
30 { .pid = FAKE_PID_PERF2, .ip = FAKE_IP_PERF_MAIN, },
34 { .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XMALLOC, },
36 { .pid = FAKE_PID_BASH, .ip = FAKE_IP_LIBC_MALLOC, },
44 { .pid = FAKE_PID_PERF1, .ip = FAKE_IP_LIBC_MALLOC, },
50 { .pid = FAKE_PID_BASH, .ip = FAKE_IP_LIBC_FREE, },
54 { .pid = FAKE_PID_PERF2, .ip = FAKE_IP_LIBC_FREE, },
58 { .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XFREE, },
87 sample.ip = fake_common_samples[k].ip; in add_hist_entries()
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_mld.sh93 ip link set dev $swp1 master br0
94 ip link set dev $swp2 master br0
96 ip link set dev br0 up
97 ip link set dev $swp1 up
98 ip link set dev $swp2 up
106 ip link set dev $swp2 down
107 ip link set dev $swp1 down
109 ip link del dev br0
145 ip link set dev br0 type bridge mcast_mld_version 2
199 ip link set dev br0 type bridge mcast_mld_version 1
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mld.sh93 ip link set dev $swp1 master br0
94 ip link set dev $swp2 master br0
96 ip link set dev br0 up
97 ip link set dev $swp1 up
98 ip link set dev $swp2 up
106 ip link set dev $swp2 down
107 ip link set dev $swp1 down
109 ip link del dev br0
145 ip link set dev br0 type bridge mcast_mld_version 2
199 ip link set dev br0 type bridge mcast_mld_version 1
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c58 || memcmp(&mode_lib->ip, &mode_lib->vba.ip, sizeof(mode_lib->vba.ip)) != 0 in dml_get_voltage_level()
64 mode_lib->vba.ip = mode_lib->ip; in dml_get_voltage_level()
420 ip_params_st *ip = &mode_lib->vba.ip; in fetch_ip_params() local
518 ip_params_st *ip = &mode_lib->vba.ip; in fetch_pipe_params() local
611 ip->dcc_supported : src->dcc && ip->dcc_supported; in fetch_pipe_params()
653 ip->maximum_dsc_bits_per_component; in fetch_pipe_params()
700 && ip->xfc_supported; in fetch_pipe_params()
709 if (ip->is_line_buffer_bpp_fixed) in fetch_pipe_params()
711 ip->line_buffer_fixed_bpp; in fetch_pipe_params()
964 || memcmp(&mode_lib->ip, &mode_lib->vba.ip, sizeof(mode_lib->vba.ip)) != 0 in recalculate_params()
[all …]
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_bcast.h9 int lima_bcast_resume(struct lima_ip *ip);
10 void lima_bcast_suspend(struct lima_ip *ip);
11 int lima_bcast_init(struct lima_ip *ip);
12 void lima_bcast_fini(struct lima_ip *ip);
16 int lima_bcast_mask_irq(struct lima_ip *ip);
17 int lima_bcast_reset(struct lima_ip *ip);
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dxt_string.sh12 if ! ip -V >/dev/null 2>&1; then
26 ip netns add "$ns"
27 ip -net "$ns" link add d0 type dummy
28 ip -net "$ns" link set d0 up
29 ip -net "$ns" addr add 10.1.2.1/24 dev d0
36 ip netns exec "$ns" \
41 ip netns exec "$ns" iptables -v -S OUTPUT | grep '^-A'
44 ip netns exec "$ns" iptables -Z OUTPUT
54 ) | ip netns exec "$ns" nc -w 1 -u 10.1.2.2 27374
/openbmc/qemu/hw/i386/
H A Dvapic.c207 target_ulong ip = *pip; in evaluate_tpr_instruction() local
246 ip -= instr->length; in evaluate_tpr_instruction()
281 *pip = ip; in evaluate_tpr_instruction()
394 offset = cpu_to_le32(target - ip - 5); in patch_call()
395 patch_byte(cpu, ip, 0xe8); /* call near */ in patch_call()
401 target_ulong ip; member
409 target_ulong ip = info->ip; in do_patch_instruction() local
421 patch_byte(x86_cpu, ip, 0x90); in do_patch_instruction()
462 info->ip = ip; in patch_instruction()
482 if (update_rom_mapping(s, env, ip) < 0) { in vapic_report_tpr_access()
[all …]
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c115 return (*ip == 0 ? 1 : -1); in LZ4_decompress_generic()
165 offset = LZ4_readLE16(ip); in LZ4_decompress_generic()
166 ip += 2; in LZ4_decompress_generic()
200 s = *ip++; in LZ4_decompress_generic()
203 ? ip < iend - RUN_MASK in LZ4_decompress_generic()
271 ip += length; in LZ4_decompress_generic()
283 LZ4_wildCopy(op, ip, cpy); in LZ4_decompress_generic()
284 ip += length; in LZ4_decompress_generic()
289 offset = LZ4_readLE16(ip); in LZ4_decompress_generic()
290 ip += 2; in LZ4_decompress_generic()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dskb_pkt_end.c15 struct iphdr *ip = NULL; in get_iphdr() local
22 ip = (void *)(eth + 1); in get_iphdr()
25 return ip; in get_iphdr()
31 struct iphdr *ip = NULL; in main_prog() local
35 if (!(ip = get_iphdr(skb))) in main_prog()
38 proto = ip->protocol; in main_prog()
43 tcp = (void*)(ip + 1); in main_prog()
/openbmc/linux/samples/fprobe/
H A Dfprobe_example.c51 static int sample_entry_handler(struct fprobe *fp, unsigned long ip, in sample_entry_handler() argument
60 trace_printk("Enter <%pS> ip = 0x%p\n", (void *)ip, (void *)ip); in sample_entry_handler()
62 pr_info("Enter <%pS> ip = 0x%p\n", (void *)ip, (void *)ip); in sample_entry_handler()
69 static void sample_exit_handler(struct fprobe *fp, unsigned long ip, in sample_exit_handler() argument
81 (void *)ip, (void *)ip, (void *)rip, (void *)rip); in sample_exit_handler()
84 (void *)ip, (void *)ip, (void *)rip, (void *)rip); in sample_exit_handler()
/openbmc/linux/arch/arm/mm/
H A Dproc-mohawk.S61 mov ip, #0
63 mcr p15, 0, ip, c7, c10, 4 @ drain WB
65 mrc p15, 0, ip, c1, c0, 0 @ ctrl register
66 bic ip, ip, #0x0007 @ .............cam
67 bic ip, ip, #0x1100 @ ...i...s........
112 mov ip, #0
133 mov ip, #0
147 mcrne p15, 0, ip, c7, c10, 4 @ drain WB
316 mov ip, #0
319 mcr p15, 0, ip, c7, c10, 4 @ drain WB
[all …]

1...<<11121314151617181920>>...82