/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | monitor_mwait_test.c | 23 #define GUEST_ASSERT_MONITOR_MWAIT(insn, testcase, vector) \ argument 25 bool fault_wanted = ((testcase) & MWAIT_QUIRK_DISABLED) && \ 26 ((testcase) & MWAIT_DISABLED); \ 31 testcase, vector); \ 35 testcase, vector); \ 38 static void guest_monitor_wait(int testcase) in guest_monitor_wait() argument 42 GUEST_SYNC(testcase); in guest_monitor_wait() 49 GUEST_ASSERT_MONITOR_MWAIT("MONITOR", testcase, vector); in guest_monitor_wait() 52 GUEST_ASSERT_MONITOR_MWAIT("MWAIT", testcase, vector); in guest_monitor_wait() 76 int testcase; in main() local [all …]
|
/linux-6.12.1/fs/fat/ |
D | fat_test.c | 135 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-6.12.1/drivers/of/unittest-data/ |
D | testcases.dtso | 9 * testcase data that intentionally results in an error is located here 13 testcase-data { 14 testcase-device2 { 15 compatible = "testcase-device";
|
D | tests-phandle.dtsi | 5 testcase-alias = &testcase; 8 testcase: testcase-data { label
|
D | tests-interrupts.dtsi | 4 testcase-data { 79 testcase-device1 { 80 compatible = "testcase-device"; 86 * testcase data that intentionally results in an error is
|
D | overlay_common.dtsi | 7 * Do not add any nodes other than "/testcase-data-2" in node "/". 13 testcase-data-2 {
|
D | tests-lifecycle.dtsi | 4 testcase-data {
|
D | overlay_0.dtso | 7 &{/testcase-data/overlay-node/test-bus/test-unittest0} {
|
D | overlay_1.dtso | 7 &{/testcase-data/overlay-node/test-bus/test-unittest1} {
|
D | overlay_12.dtso | 7 &{/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12} {
|
D | overlay_13.dtso | 7 &{/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13} {
|
D | testcases_common.dtsi | 4 testcase-data {
|
D | tests-match.dtsi | 4 testcase-data {
|
D | tests-platform.dtsi | 4 testcase-data {
|
/linux-6.12.1/tools/perf/tests/shell/ |
D | perftool-testsuite_probe.sh | 12 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executab… 13 test -x "$testcase" || continue 14 ./"$testcase"
|
D | perftool-testsuite_report.sh | 12 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executab… 13 test -x "$testcase" || continue 14 ./"$testcase"
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | va_high_addr_switch.c | 26 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-6.12.1/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 74 static int testcase(bool islarge) in testcase() function 160 testcase(0); in testcases() 161 testcase(1); in testcases()
|
D | strlen.c | 51 static int testcase(void) in testcase() function 126 return test_harness(testcase, "strlen"); in main()
|
/linux-6.12.1/Documentation/translations/zh_CN/devicetree/ |
D | of_unittest.rst | 120 testcase-data 138 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null 160 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | udpgso.c | 64 struct testcase { struct 83 struct testcase testcases_v4[] = { argument 186 struct testcase testcases_v6[] = { 403 static void run_one(struct testcase *test, int fdt, int fdr, in run_one() 473 struct testcase *tests, *test; in run_all()
|
/linux-6.12.1/drivers/dma/xilinx/ |
D | xilinx_dpdma.c | 286 enum xilinx_dpdma_testcases testcase; member 309 dpdma_debugfs.testcase = DPDMA_TC_NONE; in xilinx_dpdma_debugfs_desc_done_irq_read() 341 dpdma_debugfs.testcase = DPDMA_TC_INTR_DONE; in xilinx_dpdma_debugfs_desc_done_irq_write() 361 enum xilinx_dpdma_testcases testcase; in xilinx_dpdma_debugfs_read() local 370 dpdma_debugfs.testcase = DPDMA_TC_NONE; in xilinx_dpdma_debugfs_read() 374 testcase = READ_ONCE(dpdma_debugfs.testcase); in xilinx_dpdma_debugfs_read() 375 if (testcase != DPDMA_TC_NONE) { in xilinx_dpdma_debugfs_read() 376 ret = dpdma_debugfs_reqs[testcase].read(kern_buff); in xilinx_dpdma_debugfs_read() 402 char *testcase; in xilinx_dpdma_debugfs_write() local 410 if (dpdma_debugfs.testcase != DPDMA_TC_NONE) in xilinx_dpdma_debugfs_write() [all …]
|
/linux-6.12.1/tools/perf/tests/ |
D | backward-ring-buffer.c | 20 static void testcase(void) in testcase() function 76 testcase(); in do_test()
|
/linux-6.12.1/Documentation/devicetree/ |
D | of_unittest.rst | 148 testcase-data 163 replaces the current child and turns it into its sibling. So, when the testcase 169 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null 191 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null 200 Figure 3: Live device tree structure after attaching the testcase-data.
|
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | Makefile | 185 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)
|