| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_live_selftests.h | 3 #ifndef selftest 4 #define selftest(x, y) macro 18 selftest(sanitycheck, i915_live_sanitycheck) /* keep first (igt selfcheck) */ 19 selftest(uncore, intel_uncore_live_selftests) 20 selftest(workarounds, intel_workarounds_live_selftests) 21 selftest(gt_engines, intel_engine_live_selftests) 22 selftest(gt_timelines, intel_timeline_live_selftests) 23 selftest(gt_contexts, intel_context_live_selftests) 24 selftest(gt_lrc, intel_lrc_live_selftests) 25 selftest(gt_mocs, intel_mocs_live_selftests) [all …]
|
| H A D | i915_mock_selftests.h | 3 #ifndef selftest 4 #define selftest(x, y) macro 18 selftest(sanitycheck, i915_mock_sanitycheck) /* keep first (igt selfcheck) */ 19 selftest(shmem, shmem_utils_mock_selftests) 20 selftest(fence, i915_sw_fence_mock_selftests) 21 selftest(scatterlist, scatterlist_mock_selftests) 22 selftest(syncmap, i915_syncmap_mock_selftests) 23 selftest(uncore, intel_uncore_mock_selftests) 24 selftest(ring, intel_ring_mock_selftests) 25 selftest(engine, intel_engine_cs_mock_selftests) [all …]
|
| H A D | i915_perf_selftests.h | 3 #ifndef selftest 4 #define selftest(x, y) macro 18 selftest(engine_cs, intel_engine_cs_perf_selftests) 19 selftest(request, i915_request_perf_selftests) 20 selftest(migrate, intel_migrate_perf_selftests) 21 selftest(region, intel_memory_region_perf_selftests)
|
| H A D | mock_region.c | 94 ida_free(&i915->selftest.mock_region_instances, instance); in mock_region_fini() 113 int instance = ida_alloc_max(&i915->selftest.mock_region_instances, in mock_region_create()
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 5 # harness-selftest.c:19:standalone_pass:before 6 # harness-selftest.c:23:standalone_pass:after 10 # harness-selftest.c:27:standalone_fail:before 11 # harness-selftest.c:29:standalone_fail:Expected 0 (0) == 1 (1) 12 # harness-selftest.c:30:standalone_fail:Expected 0 (0) == 1 (1) 17 # harness-selftest.c:35:signal_pass:before 18 # harness-selftest.c:37:signal_pass:after 22 # harness-selftest.c:42:signal_fail:before 23 # harness-selftest.c:43:signal_fail:Expected 0 (0) == 1 (1) 28 # harness-selftest.c:53:pass:setup [all …]
|
| H A D | harness-selftest.sh | 11 "$DIR"/harness-selftest > harness-selftest.seen || true 13 diff -u "$DIR"/harness-selftest.expected harness-selftest.seen
|
| H A D | Makefile | 3 TEST_GEN_PROGS_EXTENDED := harness-selftest 4 TEST_PROGS := harness-selftest.sh 5 TEST_FILES := harness-selftest.expected 6 EXTRA_CLEAN := harness-selftest.seen
|
| H A D | .gitignore | 1 /harness-selftest 2 /harness-selftest.seen
|
| /linux/drivers/dma-buf/ |
| H A D | selftest.c | 16 #define selftest(n, func) __idx_##n, macro 18 #undef selftest 21 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro 22 static struct selftest { struct 29 #undef selftest argument 35 #define selftest(n, func) selftest_0(n, func, param(n)) macro 37 #undef selftest 116 static void set_default_test_all(struct selftest *st, unsigned long count) in set_default_test_all() 128 static int run_selftests(struct selftest *st, unsigned long count) in run_selftests()
|
| H A D | selftests.h | 12 selftest(sanitycheck, __sanitycheck__) /* keep first (igt selfcheck) */ 13 selftest(dma_fence, dma_fence) 14 selftest(dma_fence_chain, dma_fence_chain) 15 selftest(dma_fence_unwrap, dma_fence_unwrap) 16 selftest(dma_resv, dma_resv)
|
| H A D | selftest.h | 12 #define selftest(name, func) int func(void); macro 14 #undef selftest
|
| H A D | Makefile | 12 selftest.o \
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_selftest.h | 61 #define selftest(name, func) int func(void); macro 63 #undef selftest 64 #define selftest(name, func) int func(struct drm_i915_private *i915); macro 67 #undef selftest
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_interrupted_tap_output.log | 14 [ 0.060000] BTRFS: selftest: sectorsize: 4096 nodesize: 4096 15 [ 0.060000] BTRFS: selftest: running btrfs free space cache tests
|
| /linux/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 36 selftest 37 - performs selftest for the chip as specified by chip manufacturer. 48 used during normal operations. Position data is not corrupted during selftest 55 measured difference between modes. Axes are not remapped in selftest mode.
|
| /linux/tools/testing/selftests/lib/ |
| H A D | prime_numbers.sh | |
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | Makefile | 2 sfc-falcon-y += efx.o nic.o farch.o falcon.o tx.o rx.o selftest.o \
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | Makefile | 5 selftest.o ethtool.o ethtool_common.o ptp.o \
|
| /linux/kernel/kcsan/ |
| H A D | Makefile | 17 obj-$(CONFIG_KCSAN_SELFTEST) += selftest.o
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_module.h | 46 selftest(); \
|
| /linux/kernel/trace/ |
| H A D | trace_nop.c | 94 .selftest = trace_selftest_startup_nop,
|
| /linux/net/bluetooth/ |
| H A D | Makefile | 28 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | Makefile | 5 selftest.o ethtool.o ethtool_common.o ptp.o \
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 120 Additional information about selftest failures are 286 The btf_tag selftest requires LLVM support to recognize the btf_decl_tag and 291 Without them, the btf_tag selftest will be skipped and you will observe: 330 The xdpwall selftest requires a change in `Clang 14`__. 332 Without it, the xdpwall selftest will fail and the error message
|
| /linux/drivers/misc/lis3lv02d/ |
| H A D | lis3lv02d.c | 268 u8 selftest; in lis3lv02d_selftest() local 291 selftest = CTRL4_ST0; in lis3lv02d_selftest() 295 selftest = CTRL1_ST; in lis3lv02d_selftest() 297 selftest = CTRL1_STP; in lis3lv02d_selftest() 301 lis3->write(lis3, ctlreg, (reg | selftest)); in lis3lv02d_selftest() 850 static DEVICE_ATTR(selftest, S_IRUSR, lis3lv02d_selftest_show, NULL);
|