/tools/testing/selftests/ftrace/test.d/instances/ |
D | instance-event.tc | 51 p1=$! 52 echo $p1 66 kill -1 $p1 69 wait $p1 $p2 $p3 103 p1=$! 104 echo $p1 125 kill -1 $p1 132 wait $p1 $p2 $p3 $p4 $p5
|
D | instance.tc | 43 p1=$! 44 echo $p1 65 kill -1 $p1 72 wait $p1 $p2 $p3 $p4 $p5
|
/tools/testing/selftests/net/ |
D | fib-onlink-tests.sh | 13 NETIFS[p1]=veth1 25 V4ADDRS[p1]=169.254.1.1 36 V6ADDRS[p1]=2001:db8:101::1 189 ip li add ${NETIFS[p1]} type veth peer name ${NETIFS[p2]} 274 run_ip 254 ${TEST_NET4[1]}.1 ${CONGW[1]} ${NETIFS[p1]} 0 "unicast connected" 275 run_ip 254 ${TEST_NET4[1]}.2 ${RECGW4[1]} ${NETIFS[p1]} 0 "unicast recursive" 314 run_ip 254 ${TEST_NET4[1]}.11 ${V4ADDRS[p1]} ${NETIFS[p1]} 2 \ 320 run_ip 254 ${TEST_NET4[1]}.101 ${V4ADDRS[p1]} "" 2 "No nexthop device given" 322 run_ip 254 ${TEST_NET4[1]}.102 ${V4ADDRS[p3]} ${NETIFS[p1]} 2 \ 370 run_ip6 254 ${TEST_NET6[1]}::1 ${V6ADDRS[p1]/::*}::64 ${NETIFS[p1]} 0 "unicast connected" [all …]
|
/tools/perf/util/ |
D | time-utils.c | 286 char *str, *p1, *p2; in percent_comma_split() local 294 p1 = str; in percent_comma_split() 296 while (p1 < str + len) { in percent_comma_split() 302 p2 = strchr(p1, ','); in percent_comma_split() 306 ret = (func)(p1, &ptime_buf[i], start, end); in percent_comma_split() 318 p1 = p2 + 1; in percent_comma_split() 393 const char *p1, *p2; in perf_time__range_alloc() local 403 p1 = ostr; in perf_time__range_alloc() 404 while (p1 < ostr + strlen(ostr)) { in perf_time__range_alloc() 405 p2 = strchr(p1, ','); in perf_time__range_alloc() [all …]
|
D | help-unknown-cmd.c | 23 static int levenshtein_compare(const void *p1, const void *p2) in levenshtein_compare() argument 25 const struct cmdname *const *c1 = p1, *const *c2 = p2; in levenshtein_compare()
|
/tools/vm/ |
D | page_owner_sort.c | 47 static int compare_txt(const void *p1, const void *p2) in compare_txt() argument 49 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() 54 static int compare_num(const void *p1, const void *p2) in compare_num() argument 56 const struct block_list *l1 = p1, *l2 = p2; in compare_num()
|
/tools/testing/selftests/x86/ |
D | protection_keys.c | 1315 void *p1; in get_pointer_to_instructions() local 1317 p1 = ALIGN_PTR_UP(&lots_o_noops_around_write, PAGE_SIZE); in get_pointer_to_instructions() 1320 assert(p1 == &lots_o_noops_around_write); in get_pointer_to_instructions() 1323 p1 += PAGE_SIZE; in get_pointer_to_instructions() 1329 madvise(p1, PAGE_SIZE, MADV_DONTNEED); in get_pointer_to_instructions() 1331 return p1; in get_pointer_to_instructions() 1336 void *p1; in test_executing_on_unreadable_memory() local 1341 p1 = get_pointer_to_instructions(); in test_executing_on_unreadable_memory() 1343 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory() 1344 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory() [all …]
|
/tools/perf/tests/ |
D | dwarf-unwind.c | 52 int test_dwarf_unwind__compare(void *p1, void *p2); 128 noinline int test_dwarf_unwind__compare(void *p1, void *p2) in test_dwarf_unwind__compare() argument 131 struct thread *thread = *(struct thread **)p1; in test_dwarf_unwind__compare() 144 return p1 - p2; in test_dwarf_unwind__compare()
|
/tools/testing/selftests/bpf/ |
D | trace_helpers.c | 17 static int ksym_cmp(const void *p1, const void *p2) in ksym_cmp() argument 19 return ((struct ksym *)p1)->addr - ((struct ksym *)p2)->addr; in ksym_cmp()
|
D | test_sockmap.c | 62 int s1, s2, c1, c2, p1, p2; variable 144 else if (s == p1) in sock_to_string() 205 s1 = s2 = p1 = p2 = c1 = c2 = 0; in sockmap_init_sockets() 287 p1 = accept(s1, NULL, NULL); in sockmap_init_sockets() 288 if (p1 < 0) { in sockmap_init_sockets() 615 rx_fd = p1; in sendmsg_test() 734 FD_SET(p1, &w); in forever_ping_pong() 999 err = bpf_map_update_elem(map_fd[1], &i, &p1, BPF_ANY); in run_options() 1005 err = bpf_map_update_elem(map_fd[2], &i, &p1, BPF_ANY); in run_options() 1023 p2 : p1; in run_options() [all …]
|
/tools/testing/selftests/net/forwarding/ |
D | forwarding.config.sample | 8 NETIFS[p1]=veth0
|
D | ipip_hier_gre.sh | 16 h1=${NETIFS[p1]}
|
D | ipip_flat_gre.sh | 16 h1=${NETIFS[p1]}
|
D | ipip_flat_gre_key.sh | 16 h1=${NETIFS[p1]}
|
D | ipip_hier_gre_keys.sh | 16 h1=${NETIFS[p1]}
|
D | ipip_hier_gre_key.sh | 16 h1=${NETIFS[p1]}
|
D | ipip_flat_gre_keys.sh | 16 h1=${NETIFS[p1]}
|
D | bridge_vlan_unaware.sh | 51 h1=${NETIFS[p1]}
|
D | loopback.sh | 71 h1=${NETIFS[p1]}
|
D | mirror_gre_bridge_1q.sh | 53 h1=${NETIFS[p1]}
|
D | bridge_sticky_fdb.sh | 35 h1=${NETIFS[p1]}
|
D | mirror_gre_bridge_1d.sh | 56 h1=${NETIFS[p1]}
|
D | mirror_gre_vlan.sh | 22 h1=${NETIFS[p1]}
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_flower_scale.sh | 38 h1=${NETIFS[p1]}
|
D | devlink_trap.sh | 60 h1=${NETIFS[p1]}
|