| /tools/testing/selftests/ftrace/test.d/instances/ |
| A D | instance-event.tc | 51 p2=$! 52 echo $p2 61 kill -1 $p2 65 wait $p1 $p2 $p3 103 p2=$! 104 echo $p2 122 kill -1 $p2 128 wait $p1 $p2 $p3 $p4 $p5
|
| A D | instance.tc | 43 p2=$! 44 echo $p2 62 kill -1 $p2 68 wait $p1 $p2 $p3 $p4 $p5
|
| /tools/mm/ |
| A D | page_owner_sort.c | 128 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() 135 const struct block_list *l1 = p1, *l2 = p2; in compare_stacktrace() 142 const struct block_list *l1 = p1, *l2 = p2; in compare_num() 149 const struct block_list *l1 = p1, *l2 = p2; in compare_page_num() 192 return compare_txt(p1, p2); in compare_cull_condition() 194 return compare_stacktrace(p1, p2); in compare_cull_condition() 196 return compare_pid(p1, p2); in compare_cull_condition() 198 return compare_tgid(p1, p2); in compare_cull_condition() 200 return compare_comm(p1, p2); in compare_cull_condition() 202 return compare_allocator(p1, p2); in compare_cull_condition() [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | percpu_alloc_fail.c | 66 struct val2_t __percpu_kptr *p2; in BPF_PROG() local 75 p2 = bpf_percpu_obj_new(struct val2_t); in BPF_PROG() 76 if (!p2) in BPF_PROG() 79 p = bpf_kptr_xchg(&e->pc, p2); in BPF_PROG()
|
| A D | kfunc_call_test.c | 80 struct prog_test_pass2 p2 = {}; in kfunc_call_test_pass() local 89 bpf_kfunc_call_test_pass2(&p2); in kfunc_call_test_pass()
|
| /tools/perf/util/ |
| A D | time-utils.c | 286 char *str, *p1, *p2; in percent_comma_split() local 302 p2 = strchr(p1, ','); in percent_comma_split() 303 if (p2) in percent_comma_split() 304 *p2 = '\0'; in percent_comma_split() 317 if (p2) in percent_comma_split() 318 p1 = p2 + 1; in percent_comma_split() 393 const char *p1, *p2; in perf_time__range_alloc() local 405 p2 = strchr(p1, ','); in perf_time__range_alloc() 406 if (!p2) in perf_time__range_alloc() 409 p1 = p2 + 1; in perf_time__range_alloc()
|
| A 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/testing/selftests/bpf/ |
| A D | trace_helpers.h | 16 typedef int (*ksym_cmp_t)(const void *p1, const void *p2); 17 typedef int (*ksym_search_cmp_t)(const void *p1, const struct ksym *p2);
|
| /tools/testing/selftests/cgroup/ |
| A D | test_cpuset_prs.sh | 115 rmdir rtest/p1/c11 rtest/p1/c12 rtest/p2/c21 \ 116 rtest/p2/c22 rtest/p1 rtest/p2 rtest > /dev/null 2>&1 655 [[ $CGRP_DIR = c21 ]] && CGRP_DIR=p2/c21 656 [[ $CGRP_DIR = c22 ]] && CGRP_DIR=p2/c22 1030 set_ctrl_state_noerr p2 $OLD_p2 1033 set_ctrl_state_noerr p2/c21 $OLD_c21 1034 set_ctrl_state_noerr p2/c22 $OLD_c22 1038 set_ctrl_state p2 $NEW_p2 ; ((RETVAL += $?)) 1041 set_ctrl_state p2/c21 $NEW_c21; ((RETVAL += $?)) 1042 set_ctrl_state p2/c22 $NEW_c22; ((RETVAL += $?))
|
| /tools/perf/tests/ |
| A D | dwarf-unwind.c | 48 int test_dwarf_unwind__compare(void *p1, void *p2); 125 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__compare(void *p1, void *p2) in test_dwarf_unwind__compare() argument 141 return p1 - p2; in test_dwarf_unwind__compare()
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | bench_sockmap.c | 101 #define p2 fds[3] macro 225 err = create_pair(&ctx.c2, &ctx.p2, SOCK_STREAM); in create_sockets() 231 ctx.c1, ctx.p1, ctx.c2, ctx.p2); in create_sockets() 282 err = bpf_map_update_elem(map, &one, &ctx.p2, BPF_NOEXIST); in setup_rx_sockmap() 307 err |= bpf_map_update_elem(map, &one, &ctx.p2, BPF_NOEXIST); in setup_tx_sockmap() 310 err = bpf_map_update_elem(map, &zero, &ctx.p2, BPF_NOEXIST); in setup_tx_sockmap() 407 sent = send(ctx.p2, buf, recv_buf_size, 0); in consumer() 469 target = ctx.p2; in producer()
|
| /tools/testing/selftests/filesystems/statmount/ |
| A D | statmount_test.c | 485 char *p, *p2; in test_statmount_mnt_opts() local 497 p2 = strchr(p + 1, ' '); in test_statmount_mnt_opts() 498 if (!p2) in test_statmount_mnt_opts() 500 *p2 = '\0'; in test_statmount_mnt_opts() 501 p = strchr(p2 + 1, '-'); in test_statmount_mnt_opts() 529 p2 = strrchr(p, '\n'); in test_statmount_mnt_opts() 530 if (p2) in test_statmount_mnt_opts() 531 *p2 = '\0'; in test_statmount_mnt_opts()
|
| /tools/testing/selftests/net/forwarding/ |
| A D | forwarding.config.sample | 9 [p2]=veth1
|
| A D | ipip_flat_gre.sh | 17 ol1=${NETIFS[p2]}
|
| A D | ipip_hier_gre.sh | 17 ol1=${NETIFS[p2]}
|
| A D | ip6gre_flat.sh | 21 ol1=${NETIFS[p2]}
|
| A D | ip6gre_flat_key.sh | 21 ol1=${NETIFS[p2]}
|
| A D | ipip_flat_gre_key.sh | 17 ol1=${NETIFS[p2]}
|
| A D | ipip_flat_gre_keys.sh | 17 ol1=${NETIFS[p2]}
|
| A D | ip6gre_hier.sh | 21 ol1=${NETIFS[p2]}
|
| A D | ipip_hier_gre_key.sh | 17 ol1=${NETIFS[p2]}
|
| A D | ipip_hier_gre_keys.sh | 17 ol1=${NETIFS[p2]}
|
| A D | ip6gre_flat_keys.sh | 21 ol1=${NETIFS[p2]}
|
| A D | ip6gre_hier_key.sh | 21 ol1=${NETIFS[p2]}
|
| A D | ip6gre_hier_keys.sh | 21 ol1=${NETIFS[p2]}
|