Home
last modified time | relevance | path

Searched refs:pid3 (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c120 __u32 pid1, pid2, pid3, pid4; in test_tc_links_before_target() local
149 ASSERT_NEQ(pid3, pid4, "prog_ids_3_4"); in test_tc_links_before_target()
274 __u32 pid1, pid2, pid3, pid4; in test_tc_links_after_target() local
529 __u32 pid1, pid2, pid3; in test_tc_chain_classic() local
633 __u32 pid1, pid2, pid3, lid1, lid2; in test_tc_links_replace_target() local
1172 __u32 pid1, pid2, pid3, pid4; in test_tc_links_prepend_target() local
1328 __u32 pid1, pid2, pid3, pid4; in test_tc_links_append_target() local
1483 __u32 pid1, pid2, pid3, pid4; in test_tc_links_dev_cleanup_target() local
1584 __u32 pid1, pid2, pid3; in test_tc_chain_mixed() local
1695 __u32 pid1, pid2, pid3; in test_tc_links_ingress() local
[all …]
H A Dtc_opts.c1402 __u32 pid1, pid2, pid3, pid4, lid2, lid4; in test_tc_opts_mixed_target() local
1428 pid3 = id_from_prog_fd(bpf_program__fd(skel->progs.tc3)); in test_tc_opts_mixed_target()
1432 ASSERT_NEQ(pid3, pid4, "prog_ids_3_4"); in test_tc_opts_mixed_target()
1433 ASSERT_NEQ(pid2, pid3, "prog_ids_2_3"); in test_tc_opts_mixed_target()
1537 ASSERT_EQ(optq.prog_ids[0], pid3, "prog_ids[0]"); in test_tc_opts_mixed_target()
/linux-6.15/tools/testing/selftests/net/
H A Dfib_nexthops.sh1248 local pid3
1271 pid3=$!
1278 kill -9 $pid1 $pid2 $pid3 $pid4 $pid5
1296 local pid3
1325 pid3=$!
1334 kill -9 $pid1 $pid2 $pid3 $pid4 $pid5
2020 local pid3
2043 pid3=$!
2050 kill -9 $pid1 $pid2 $pid3 $pid4 $pid5
2068 local pid3
[all …]
H A Dtest_vxlan_mdb.sh2371 local pid3
2392 pid3=$!
2397 kill -9 $pid1 $pid2 $pid3 $pid4
2398 wait $pid1 $pid2 $pid3 $pid4 2>/dev/null
H A Dtest_bridge_backup_port.sh657 local pid3
/linux-6.15/tools/perf/tests/shell/
H A Drecord_lbr.sh134 pid3=$!
148 for pid in $pid1 $pid2 $pid3 $pid4 $pid5 $pid6 $pid7 $pid8 $pid9
/linux-6.15/arch/parisc/include/asm/
H A Dkgdb.h56 unsigned long pid3; member