Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
Dfw_run_tests.sh16 run_tests() function
35 run_tests 0 1
47 run_tests 0 0
58 run_tests 1 0
74 run_tests
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_ktls.c95 static void run_tests(int family, enum bpf_map_type map_type) in run_tests() function
120 run_tests(AF_INET, BPF_MAP_TYPE_SOCKMAP); in test_sockmap_ktls()
121 run_tests(AF_INET, BPF_MAP_TYPE_SOCKHASH); in test_sockmap_ktls()
122 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKMAP); in test_sockmap_ktls()
123 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKHASH); in test_sockmap_ktls()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh268 run_tests() function
439 run_tests $ns1 $ns2 10.0.1.1
445 run_tests $ns1 $ns2 10.0.1.1
452 run_tests $ns1 $ns2 10.0.1.1
460 run_tests $ns1 $ns2 10.0.1.1
469 run_tests $ns1 $ns2 10.0.1.1
478 run_tests $ns1 $ns2 10.0.1.1
484 run_tests $ns1 $ns2 10.0.1.1
493 run_tests $ns1 $ns2 10.0.1.1
506 run_tests $ns1 $ns2 10.0.1.1
[all …]
Dmptcp_connect.sh600 run_tests() function
678 run_tests "$ns2" $sender 10.0.1.2
679 run_tests "$ns2" $sender dead:beef:1::2
680 run_tests "$ns2" $sender 10.0.2.1
681 run_tests "$ns2" $sender dead:beef:2::1
683 run_tests "$ns3" $sender 10.0.2.2
684 run_tests "$ns3" $sender dead:beef:2::2
685 run_tests "$ns3" $sender 10.0.3.2
686 run_tests "$ns3" $sender dead:beef:3::2
688 run_tests "$ns4" $sender 10.0.3.1
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
Dclocksource-switch.c106 int run_tests(int secs) in run_tests() function
144 if (run_tests(5)) { in main()
154 return run_tests(60); in main()
DMakefile23 run_destructive_tests: run_tests
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dsocket.c37 static int run_tests(void) in run_tests() function
90 int err = run_tests(); in main()
Dipv6_flowlabel_mgr.c74 static void run_tests(int fd) in run_tests() function
193 run_tests(fd); in main()
Dtraceroute.sh298 run_tests() function
319 run_tests
Dvrf-xfrm-tests.sh346 run_tests() function
426 run_tests
431 run_tests
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/
DMakefile47 run_tests: all target
66 .PHONY: all clean install run_tests emit_tests
/kernel/linux/linux-5.10/tools/testing/selftests/mount/
Dnosymfollow-test.c194 static void run_tests(bool nosymfollow) in run_tests() function
210 run_tests(false); in main()
215 run_tests(true); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/
DMakefile28 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
50 .PHONY: all run_tests clean ebb
/kernel/linux/linux-5.10/tools/testing/selftests/
DMakefile178 run_tests: all target
181 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
265 .PHONY: khdr all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar
Dlib.mk76 run_tests: all
159 .PHONY: run_tests all clean install emit_tests
/kernel/linux/linux-5.10/tools/testing/vsock/
Dutil.h44 void run_tests(const struct test_case *test_cases,
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dkselftest.rst35 $ make -C tools/testing/selftests run_tests
78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
97 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
197 * Don't cause the top-level "make run_tests" to fail if your feature is
213 its exec bit set. Otherwise, lib.mk run_tests will generate a warning.
215 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.
/kernel/linux/linux-5.10/tools/testing/selftests/sparc64/
DMakefile7 .PHONY: all clean run_tests install
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
DMakefile48 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_sock.c446 static int run_tests(int cgfd) in run_tests() function
471 if (run_tests(cgfd)) in main()
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
Dipvs.sh195 run_tests() { function
221 run_tests
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/
DREADME31 % make -C tools/testing/selftests TARGETS=livepatch run_tests
/kernel/linux/linux-5.10/tools/perf/tests/
Dattr.py326 def run_tests(options): function
388 run_tests(options)
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
Dexecveat.c224 static int run_tests(void) in run_tests() function
427 rc = run_tests(); in main()
/kernel/linux/linux-5.10/tools/testing/kunit/
Dkunit.py134 def run_tests(linux: kunit_kernel.LinuxSourceTree, function
271 result = run_tests(linux, request)

12