Searched refs:run_tests (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/tools/testing/selftests/firmware/
H A Dfw_run_tests.sh16 run_tests() function
39 run_tests 0 1
51 run_tests 0 0
62 run_tests 1 0
78 run_tests
/linux-master/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile7 .PHONY: all clean run_tests install
/linux-master/tools/testing/selftests/timers/
H A DMakefile23 run_destructive_tests: run_tests
H A Dclocksource-switch.c106 int run_tests(int secs) function
165 if (run_tests(5)) {
175 return run_tests(runtime);
/linux-master/tools/testing/selftests/net/
H A Dsocket.c38 static int run_tests(void) function
91 int err = run_tests();
H A Dipv6_flowlabel_mgr.c74 static void run_tests(int fd) function
193 run_tests(fd);
H A Dtraceroute.sh288 run_tests() function
309 run_tests
/linux-master/tools/testing/selftests/arm64/
H A DMakefile40 run_tests: all
59 .PHONY: all clean install run_tests emit_tests
/linux-master/tools/testing/selftests/riscv/
H A DMakefile39 run_tests: all
58 .PHONY: all clean install run_tests emit_tests
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c149 static void run_tests(int family, enum bpf_map_type map_type) function
167 run_tests(AF_INET, BPF_MAP_TYPE_SOCKMAP);
168 run_tests(AF_INET, BPF_MAP_TYPE_SOCKHASH);
169 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKMAP);
170 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKHASH);
H A Dflow_dissector_reattach.c572 static void run_tests(int netns) function
660 run_tests(init_net);
666 run_tests(new_net);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1139 run_tests() function
1908 run_tests $ns1 $ns2 10.0.1.1
1917 run_tests $ns1 $ns2 10.0.1.1
1926 run_tests $ns1 $ns2 10.0.1.1
1935 run_tests $ns1 $ns2 10.0.1.1
1945 run_tests $ns1 $ns2 10.0.1.1
1955 run_tests $ns1 $ns2 10.0.1.1
1964 run_tests $ns1 $ns2 10.0.1.1
1978 run_tests $ns1 $ns2 10.0.1.1
1990 run_tests
[all...]
H A Dmptcp_connect.sh653 run_tests() function
924 run_tests "$ns1" $sender 10.0.1.1
925 run_tests "$ns1" $sender dead:beef:1::1
927 run_tests "$ns2" $sender 10.0.1.2
928 run_tests "$ns2" $sender dead:beef:1::2
929 run_tests "$ns2" $sender 10.0.2.1
930 run_tests "$ns2" $sender dead:beef:2::1
932 run_tests "$ns3" $sender 10.0.2.2
933 run_tests "$ns3" $sender dead:beef:2::2
934 run_tests "
[all...]
H A Dmptcp_sockopt.sh259 run_tests() function
331 run_tests $ns1 $ns2 10.0.1.1
332 run_tests $ns1 $ns2 dead:beef:1::1
/linux-master/tools/testing/selftests/powerpc/pmu/
H A DMakefile28 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
29 +TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
30 +TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
68 .PHONY: all run_tests ebb sampling_tests event_code_tests emit_tests
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc56 run_tests() {
88 run_tests
106 run_tests
/linux-master/tools/testing/selftests/mount/
H A Dnosymfollow-test.c194 static void run_tests(bool nosymfollow) function
210 run_tests(false);
215 run_tests(true);
/linux-master/tools/testing/selftests/sparc64/
H A DMakefile7 .PHONY: all clean run_tests install
/linux-master/tools/testing/vsock/
H A Dutil.h57 void run_tests(const struct test_case *test_cases,
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile53 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
/linux-master/tools/testing/selftests/
H A Dlib.mk55 # TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests
90 run_tests: all
188 .PHONY: run_tests all clean install emit_tests gen_mods_dir clean_mods_dir
H A DMakefile113 # Run "make quicktest=1 run_tests" or
193 run_tests: all
196 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \
288 .PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar
/linux-master/tools/testing/selftests/netfilter/
H A Dipvs.sh195 run_tests() { function
221 run_tests
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c1242 static void run_tests(struct test_definition defs[], int count, function
1372 run_tests(base_test_defs,
1376 run_tests(sve_test_defs,
1408 run_tests(base_test_defs,
1411 run_tests(sve_test_defs,
1414 run_tests(za_test_defs,
1419 run_tests(zt_test_defs,
1495 run_tests(base_test_defs, ARRAY_SIZE(base_test_defs),
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvgic_init.c673 void run_tests(uint32_t gic_dev_type) function
700 run_tests(KVM_DEV_TYPE_ARM_VGIC_V3);
707 run_tests(KVM_DEV_TYPE_ARM_VGIC_V2);

Completed in 297 milliseconds

12