Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 18 of 18) sorted by relevance

/tools/testing/selftests/kvm/x86/
A Dmonitor_mwait_test.c29 ((testcase) & MWAIT_DISABLED); \
34 testcase, vector); \
38 testcase, vector); \
43 int testcase = (int) (long) arg; in guest_monitor_wait() local
47 if (!(testcase & MWAIT_DISABLED)) in guest_monitor_wait()
74 int testcase; in main() local
82 for (testcase = 0; testcase <= TEST_MAX; testcase++) { in main()
87 if (testcase & MWAIT_QUIRK_DISABLED) { in main()
103 (!!(testcase & CPUID_DISABLED) ^ !!(testcase & MWAIT_DISABLED))) in main()
106 if (testcase & CPUID_DISABLED) { in main()
[all …]
/tools/testing/selftests/net/can/
A Dtest_raw_filter.c97 int testcase; in FIXTURE_VARIANT() local
106 .testcase = 1, in FIXTURE_VARIANT_ADD()
120 .testcase = 2, in FIXTURE_VARIANT_ADD()
134 .testcase = 3, in FIXTURE_VARIANT_ADD()
148 .testcase = 4, in FIXTURE_VARIANT_ADD()
162 .testcase = 5, in FIXTURE_VARIANT_ADD()
174 .testcase = 6, in FIXTURE_VARIANT_ADD()
186 .testcase = 7, in FIXTURE_VARIANT_ADD()
200 .testcase = 8, in FIXTURE_VARIANT_ADD()
212 .testcase = 9, in FIXTURE_VARIANT_ADD()
[all …]
/tools/perf/tests/shell/
A Dperftool-testsuite_probe.sh13 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executab…
14 test -x "$testcase" || continue
15 ./"$testcase"
A Dperftool-testsuite_report.sh12 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executab…
13 test -x "$testcase" || continue
14 ./"$testcase"
/tools/testing/selftests/bpf/prog_tests/
A Dtest_csum_diff.c8 struct testcase { struct
19 struct testcase push_tests[NUM_PUSH_TESTS] = { argument
133 struct testcase pull_tests[NUM_PULL_TESTS] = {
247 struct testcase diff_tests[NUM_DIFF_TESTS] = {
304 struct testcase edge_tests[NUM_EDGE_TESTS] = {
365 static void test_csum_diff(struct testcase *tests, int num_tests) in test_csum_diff()
/tools/testing/selftests/mm/
A Dva_high_addr_switch.c26 struct testcase { struct
35 static struct testcase *testcases; argument
36 static struct testcase *hugetlb_testcases;
58 struct testcase t[] = { in testcases_init()
184 struct testcase ht[] = { in testcases_init()
260 static int run_test(struct testcase *test, int count) in run_test()
266 struct testcase *t = test + i; in run_test()
A Duffd-wp-mremap.c251 struct testcase { struct
259 static const struct testcase testcases[] = { argument
367 const struct testcase *tc = &testcases[i]; in main()
/tools/testing/selftests/powerpc/stringloops/
A Dmemcmp.c74 static int testcase(bool islarge) in testcase() function
160 testcase(0); in testcases()
161 testcase(1); in testcases()
A Dstrlen.c51 static int testcase(void) in testcase() function
126 return test_harness(testcase, "strlen"); in main()
/tools/testing/selftests/net/
A Dudpgso.c64 struct testcase { struct
83 struct testcase testcases_v4[] = { argument
199 struct testcase testcases_v6[] = {
429 static void run_one(struct testcase *test, int fdt, int fdr, in run_one()
499 struct testcase *tests, *test; in run_all()
/tools/perf/tests/
A Dbackward-ring-buffer.c20 static void testcase(void) in testcase() function
76 testcase(); in do_test()
/tools/testing/selftests/sched_ext/
A DMakefile187 testcase-targets := $(addsuffix .o,$(addprefix $(SCXOBJ_DIR)/,$(auto-test-targets)))
198 $(testcase-targets): $(SCXOBJ_DIR)/%.o: %.c $(SCXOBJ_DIR)/runner.o $(all_test_bpfprogs) | $(SCXOBJ_…
205 $(OUTPUT)/runner: $(SCXOBJ_DIR)/runner.o $(SCXOBJ_DIR)/util.o $(BPFOBJ) $(testcase-targets)
/tools/testing/selftests/tc-testing/
A DTODO.txt25 - a TestCase class, for easier testcase handling, searching, comparison
/tools/testing/selftests/ftrace/
A Dftracetest293 testcase() { # testfile
429 testcase $1
A DREADME26 Copy test.d/template to your testcase (whose filename must have *.tc
/tools/testing/selftests/cgroup/
A Dmemcg_protection.m19 % example from testcase (values in GB)
/tools/testing/selftests/arm64/signal/
A DREADME14 - Each signal testcase is compiled into its own executable: a separate
/tools/testing/selftests/net/openvswitch/
A Dopenvswitch.sh274 for testcase in \
279 set -- $testcase;

Completed in 22 milliseconds