Home
last modified time | relevance | path

Searched refs:selftest (Results 1 – 25 of 54) sorted by relevance

123

/linux/drivers/gpu/drm/i915/selftests/
H A Di915_live_selftests.h3 #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 Di915_mock_selftests.h3 #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 Di915_perf_selftests.h3 #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 Dmock_region.c94 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 Dharness-selftest.expected5 # 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)
61 # harness-selftest
[all...]
H A Dharness-selftest.sh11 "$DIR"/harness-selftest > harness-selftest.seen || true
13 diff -u "$DIR"/harness-selftest.expected harness-selftest.seen
H A DMakefile3 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.gitignore1 /harness-selftest
2 /harness-selftest.seen
/linux/tools/testing/kunit/test_data/
H A Dtest_interrupted_tap_output.log14 [ 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 Dlis3lv02d.rst36 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 Dprime_numbers.sh
/linux/drivers/net/ethernet/sfc/falcon/
H A DMakefile2 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 DMakefile5 selftest.o ethtool.o ethtool_common.o ptp.o \
/linux/tools/testing/selftests/
H A Dkselftest_module.h46 selftest(); \
/linux/kernel/trace/
H A Dtrace_nop.c94 .selftest = trace_selftest_startup_nop,
H A Dtrace_irqsoff.c674 .selftest = trace_selftest_startup_irqsoff,
720 .selftest = trace_selftest_startup_preemptoff,
755 .selftest = trace_selftest_startup_preemptirqsoff,
/linux/net/bluetooth/
H A DMakefile27 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
/linux/arch/arm64/include/asm/
H A Dkvm_hypevents.h51 HYP_EVENT(selftest,
/linux/drivers/net/ethernet/sfc/
H A DMakefile5 selftest.o ethtool.o ethtool_common.o ptp.o \
/linux/tools/testing/selftests/bpf/
H A DREADME.rst120 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/Documentation/networking/devlink/
H A Ddevlink-selftests.rst25 flash. This particular test helps to run a flash selftest on the device.
/linux/scripts/
H A Dgit-resolve.sh174 if [ "$1" = "--selftest" ]; then
/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c268 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);
/linux/scripts/kconfig/tests/warn_changed_input/
H A DKconfig7 This is used by the warn_changed_input selftest.
/linux/crypto/asymmetric_keys/
H A DMakefile26 x509_selftest-y += selftest.o

123