Home
last modified time | relevance | path

Searched refs:testcases (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/
H A DMakefile7 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 DMakefile7 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 Dlam.c71 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 Dtdc_helper.py10 testcases = dict()
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
15 return(testcases)
H A Dtdc.py689 ucat, idlist, testcases, alltests = get_test_cases(args)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py10 testcases = dict()
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
15 return(testcases)
H A Dtdc.py813 ucat, idlist, testcases, alltests = get_test_cases(args)
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/
H A Dtimer_test_003.cpp68 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 Dva_128TBswitch.c42 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 Dva_high_addr_switch.c62 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 Dmemcmp.c153 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 Dmemcmp.c153 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 Dhists_cumulate.c700 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 Dhists_output.c586 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 Dhists_cumulate.c713 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 Dhists_output.c599 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 DMakefile2 obj-y += testcases.dtbo.o

Completed in 9 milliseconds