Searched refs:tests (Results 176 - 200 of 231) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c297 * However, the tests are still quite interesting for checking
919 static const struct i915_subtest tests[] = { local
942 err = i915_subtests(tests, gt->ggtt);
1102 static const struct i915_subtest tests[] = { local
1106 return i915_live_subtests(tests, i915);
H A Di915_sw_fence.c753 static const struct i915_subtest tests[] = { local
766 return i915_subtests(tests, NULL);
H A Di915_gem_gtt.c1914 static const struct i915_subtest tests[] = { local
1939 err = i915_subtests(tests, gt->ggtt);
1952 static const struct i915_subtest tests[] = { local
1973 return i915_live_subtests(tests, i915);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c785 } tests[] = { local
799 for (t = tests; t < tests + ARRAY_SIZE(tests); t++) {
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c793 static const struct i915_subtest tests[] = { local
807 return intel_gt_live_subtests(tests, gt);
1019 static const struct i915_subtest tests[] = { local
1031 return intel_gt_live_subtests(tests, gt);
H A Dselftest_timeline.c445 static const struct i915_subtest tests[] = { local
451 return i915_subtests(tests, NULL);
1419 static const struct i915_subtest tests[] = { local
1432 return intel_gt_live_subtests(tests, to_gt(i915));
/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c842 static const struct test_data tests[] = { variable in typeref:struct:test_data
880 #define NTESTS ARRAY_SIZE(tests)
910 pr_info("\nAvailable tests:\n");
912 pr_info("%d: %s\n", ctr, tests[ctr].name);
1068 * Only rank the slot setup time for tests using the whole test memory
1101 const struct test_data *data = &tests[tctr];
/linux-master/arch/riscv/kernel/
H A DMakefile62 obj-y += tests/
/linux-master/drivers/comedi/drivers/
H A DMakefile175 obj-$(CONFIG_COMEDI_TESTS) += tests/
/linux-master/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh544 -4 Run IPv4 tests only
545 -6 Run IPv6 tests only
604 # setup namespaces and config, but do not run any tests
/linux-master/drivers/dma-buf/
H A Dst-dma-fence-chain.c678 static const struct subtest tests[] = { local
702 ret = subtests(tests, NULL);
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c21 * For each mode, the following tests are run:
49 * h. tests for invalid and corner case Tx descriptors so that the correct ones
51 * i. 2K frame size tests
337 " -l, --list List all available tests\n"
2538 static const struct test_spec tests[] = { variable in typeref:struct:test_spec
2579 for (i = 0; i < ARRAY_SIZE(tests); i++)
2580 printf("%u: %s\n", i, tests[i].name);
2612 if (opt_run_test != RUN_ALL_TESTS && opt_run_test >= ARRAY_SIZE(tests)) {
2640 test_spec_init(&test, ifobj_tx, ifobj_rx, 0, &tests[0]);
2649 nb_tests = ARRAY_SIZE(tests);
[all...]
H A Dtest_sysctl.c46 static struct sysctl_test tests[] = { variable in typeref:struct:sysctl_test
1601 for (i = 0; i < ARRAY_SIZE(tests); ++i) {
1602 if (run_test_case(cgfd, &tests[i]))
H A Dtest_verifier.c519 static struct bpf_test tests[] = { variable in typeref:struct:bpf_test
521 #include <verifier/tests.h>
1779 struct bpf_test *test = &tests[i];
1815 unsigned int from = 0, to = ARRAY_SIZE(tests);
H A Dtest_progs.h59 struct test_filter *tests; member in struct:test_filter_set
119 int succ_cnt; /* successful tests */
120 int sub_succ_cnt; /* successful sub-tests */
121 int fail_cnt; /* total failed tests + sub-tests */
122 int skip_cnt; /* skipped tests */
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c734 static const struct i915_subtest tests[] = { local
741 return i915_live_subtests(tests, i915);
H A Dhuge_pages.c1967 static const struct i915_subtest tests[] = { local
2003 err = i915_subtests(tests, ppgtt);
2014 static const struct i915_subtest tests[] = { local
2033 return i915_live_subtests(tests, i915);
/linux-master/drivers/gpu/drm/xe/
H A DMakefile172 # include helpers for tests even when XE is built-in
174 xe-y += tests/xe_kunit_helpers.o
313 obj-$(CONFIG_DRM_XE_KUNIT_TEST) += tests/
/linux-master/arch/arm/probes/kprobes/
H A Dtest-thumb.c18 #define DONT_TEST_IN_ITBLOCK(tests) \
20 tests \
23 #define CONDITION_INSTRUCTIONS(cc_pos, tests) \
25 DONT_TEST_IN_ITBLOCK(tests) \
/linux-master/tools/lib/perf/tests/
H A Dtest-evsel.c11 #include <internal/tests.h>
12 #include "tests.h"
H A Dtest-evlist.c20 #include <internal/tests.h>
22 #include "tests.h"
/linux-master/drivers/gpu/drm/
H A DMakefile154 obj-y += tests/
/linux-master/arch/m68k/fpsp040/
H A Dx_operr.S302 | End_operr tests for operr enabled. If not, it cleans up the stack
/linux-master/drivers/cpufreq/
H A DKconfig.x8679 Currently, only tests for amd-pstate are supported. If X86_AMD_PSTATE
82 In the future, comparison tests will be added. It can set amd-pstate
/linux-master/tools/perf/bench/
H A Dnuma.c195 OPT_INCR ('a', "all" , &p0.run_all, "Run all tests in the suite"),
1820 static const char *tests[][MAX_ARGS] = { variable
1895 int nr = ARRAY_SIZE(tests);
1903 run_bench_numa(tests[i][0], tests[i] + 1);

Completed in 472 milliseconds

12345678910