/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
H A D | Makefile | 7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c)) 27 $(PROGS): test_signals.c test_signals_utils.c testcases/testcases.c signals.S $$@.c test_signals.h test_signals_utils.h testcases/testcases.h
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/ |
H A D | Makefile | 7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c)) 25 COMMON_SOURCES := test_signals.c test_signals_utils.c testcases/testcases.c \ 27 COMMON_HEADERS := test_signals.h test_signals_utils.h testcases/testcases.h
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | lam.c | 71 struct testcases { struct 77 int (*test_func)(struct testcases *test); 260 int handle_max_bits(struct testcases *test) in handle_max_bits() 279 static int handle_malloc(struct testcases *test) in handle_malloc() 311 static int handle_mmap(struct testcases *test) in handle_mmap() 347 static int handle_syscall(struct testcases *test) in handle_syscall() 634 int handle_uring(struct testcases *test) in handle_uring() 652 static int fork_test(struct testcases *test) in fork_test() 672 static int handle_execve(struct testcases *test) in handle_execve() 708 static int handle_inheritance(struct testcases *tes [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 10 testcases = dict() 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 15 return(testcases)
|
H A D | tdc.py | 689 ucat, idlist, testcases, alltests = get_test_cases(args)
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 10 testcases = dict() 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 15 return(testcases)
|
H A D | tdc.py | 813 ucat, idlist, testcases, alltests = get_test_cases(args)
|
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/ |
H A D | timer_test_003.cpp | 68 struct timespec testcases[] = { in SetTimerTest() local 77 for (int i = 0; i < sizeof(testcases) / sizeof(testcases[0]); ++i) { in SetTimerTest() 83 its.it_value = testcases[i]; in SetTimerTest()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | va_128TBswitch.c | 42 static struct testcase testcases[] = { variable 285 ret = run_test(testcases, ARRAY_SIZE(testcases)); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | va_high_addr_switch.c | 62 static struct testcase testcases[] = { variable 308 ret = run_test(testcases, ARRAY_SIZE(testcases)); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 153 static int testcases(void) in testcases() function 168 return test_harness(testcases, "memcmp"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 153 static int testcases(void) in testcases() function 168 return test_harness(testcases, "memcmp"); in main()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_cumulate.c | 700 test_fn_t testcases[] = { in test__hists_cumulate() local 726 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate() 727 err = testcases[i](evsel, machine); in test__hists_cumulate()
|
H A D | hists_output.c | 586 test_fn_t testcases[] = { in test__hists_output() local 613 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output() 614 err = testcases[i](evsel, machine); in test__hists_output()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_cumulate.c | 713 test_fn_t testcases[] = { in test__hists_cumulate() local 739 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate() 740 err = testcases[i](evsel, machine); in test__hists_cumulate()
|
H A D | hists_output.c | 599 test_fn_t testcases[] = { in test__hists_output() local 626 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output() 627 err = testcases[i](evsel, machine); in test__hists_output()
|
/kernel/linux/linux-6.6/drivers/of/unittest-data/ |
H A D | Makefile | 2 obj-y += testcases.dtbo.o
|