Home
last modified time | relevance | path

Searched refs:subtests (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Drdonly_maps.c20 struct rdonly_map_subtest subtests[] = { in test_rdonly_maps() local
44 for (i = 0; i < ARRAY_SIZE(subtests); i++) { in test_rdonly_maps()
45 const struct rdonly_map_subtest *t = &subtests[i]; in test_rdonly_maps()
/Linux-v5.15/arch/powerpc/lib/
Dtest_emulate_step.c911 } subtests[MAX_SUBTESTS + 1]; member
922 .subtests = {
935 .subtests = {
961 .subtests = {
1046 .subtests = {
1133 .subtests = {
1226 .subtests = {
1321 .subtests = {
1351 .subtests = {
1381 .subtests = {
[all …]
/Linux-v5.15/tools/perf/tests/
Dsdt.c79 int test__sdt_event(struct test *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
117 int test__sdt_event(struct test *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
/Linux-v5.15/drivers/dma-buf/
Dselftest.h25 #define subtests(T, data) \ macro
Dst-dma-fence.c572 ret = subtests(tests, NULL); in dma_fence()
Dst-dma-fence-chain.c702 ret = subtests(tests, NULL); in dma_fence_chain()
/Linux-v5.15/Documentation/gpu/
Dvkms.rst87 You can also run subtests if you do not want to run the entire test::
/Linux-v5.15/Documentation/dev-tools/kunit/
Dstyle.rst129 will show up as subtests of the suite's results.