Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/kvm/x86_64/
H A Dmonitor_mwait_test.c
/linux/fs/fat/
H A Dfat_test.c135 struct fat_timestamp_testcase *testcase = in fat_time_fat2unix_test() local
139 fake_sb.options.time_offset = testcase->time_offset; in fat_time_fat2unix_test()
142 testcase->time, in fat_time_fat2unix_test()
143 testcase->date, in fat_time_fat2unix_test()
144 testcase->cs); in fat_time_fat2unix_test()
146 testcase->ts.tv_sec, in fat_time_fat2unix_test()
150 testcase->ts.tv_nsec, in fat_time_fat2unix_test()
160 struct fat_timestamp_testcase *testcase = in fat_time_unix2fat_test() local
164 fake_sb.options.time_offset = testcase->time_offset; in fat_time_unix2fat_test()
166 fat_time_unix2fat(&fake_sb, &testcase->ts, in fat_time_unix2fat_test()
[all …]
/linux/drivers/of/unittest-data/
H A Dtestcases.dtso9 * testcase data that intentionally results in an error is located here
13 testcase-data {
14 testcase-device2 {
15 compatible = "testcase-device";
H A Dtests-phandle.dtsi5 testcase-alias = &testcase;
8 testcase: testcase-data { label
H A Dtests-interrupts.dtsi4 testcase-data {
79 testcase-device1 {
80 compatible = "testcase-device";
86 * testcase data that intentionally results in an error is
H A Doverlay_common.dtsi7 * Do not add any nodes other than "/testcase-data-2" in node "/".
13 testcase-data-2 {
H A Dtests-lifecycle.dtsi4 testcase-data {
H A Doverlay_0.dtso7 &{/testcase-data/overlay-node/test-bus/test-unittest0} {
H A Doverlay_1.dtso7 &{/testcase-data/overlay-node/test-bus/test-unittest1} {
H A Doverlay_13.dtso7 &{/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13} {
H A Doverlay_12.dtso7 &{/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12} {
H A Dtestcases_common.dtsi4 testcase-data {
H A Dtests-match.dtsi4 testcase-data {
H A Doverlay_bad_add_dup_node.dtso7 * /testcase-data-2/substation@100/motor-1
H A Dtests-platform.dtsi4 testcase-data {
H A Dtests-overlay.dtsi4 testcase-data {
H A Doverlay_bad_add_dup_prop.dtso7 * /testcase-data-2/substation@100/motor-1/electric
/linux/tools/testing/selftests/mm/
H 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()
/linux/tools/perf/tests/shell/
H A Dperftool-testsuite_probe.sh12 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executable
13 test -x "$testcase" || continue
14 ./"$testcase"
/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c74 static int testcase(bool islarge) in testcase() function
160 testcase(0); in testcases()
161 testcase(1); in testcases()
H A Dstrlen.c51 static int testcase(void) in testcase() function
126 return test_harness(testcase, "strlen"); in main()
/linux/tools/testing/selftests/net/
H 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()
/linux/tools/perf/tests/
H A Dbackward-ring-buffer.c20 static void testcase(void) in testcase() function
76 testcase(); in do_test()
/linux/tools/testing/selftests/sched_ext/
H A DMakefile185 testcase-targets := $(addsuffix .o,$(addprefix $(SCXOBJ_DIR)/,$(auto-test-targets)))
196 $(testcase-targets): $(SCXOBJ_DIR)/%.o: %.c $(SCXOBJ_DIR)/runner.o $(all_test_bpfprogs) | $(SCXOBJ_…
203 $(OUTPUT)/runner: $(SCXOBJ_DIR)/runner.o $(SCXOBJ_DIR)/util.o $(BPFOBJ) $(testcase-targets)
/linux/tools/testing/selftests/ftrace/
H A Dftracetest293 testcase() { # testfile function
429 testcase $1

12