/Linux-v4.19/tools/testing/selftests/firmware/ |
D | fw_run_tests.sh | 15 run_tests() function 34 run_tests 0 1 46 run_tests 0 0 57 run_tests 1 0 69 run_tests
|
/Linux-v4.19/tools/testing/selftests/timers/ |
D | clocksource-switch.c | 106 int run_tests(int secs) in run_tests() function 144 if (run_tests(5)) { in main() 154 return run_tests(60); in main()
|
D | Makefile | 22 run_destructive_tests: run_tests
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | socket.c | 37 static int run_tests(void) in run_tests() function 90 int err = run_tests(); in main()
|
/Linux-v4.19/tools/testing/selftests/ |
D | Makefile | 90 run_tests: all target 93 make OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\ 166 .PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean
|
D | lib.mk | 74 run_tests: all 161 .PHONY: run_tests all clean install emit_tests
|
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 24 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests 46 .PHONY: all run_tests clean ebb
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kselftest.rst | 26 $ make -C tools/testing/selftests run_tests 54 $ make -C tools/testing/selftests TARGETS=ptrace run_tests 129 * Don't cause the top-level "make run_tests" to fail if your feature is 145 its exec bit set. Otherwise, lib.mk run_tests will generate a warning. 147 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.
|
/Linux-v4.19/tools/testing/selftests/mount/ |
D | Makefile | 6 TEST_PROGS := run_tests.sh
|
/Linux-v4.19/tools/testing/selftests/sparc64/ |
D | Makefile | 7 .PHONY: all clean run_tests install
|
/Linux-v4.19/tools/testing/selftests/powerpc/ |
D | Makefile | 45 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sock.c | 436 static int run_tests(int cgfd) in run_tests() function 467 if (run_tests(cgfd)) in main()
|
D | test_sock_addr.c | 1346 static int run_tests(int cgfd) in run_tests() function 1384 if (run_tests(cgfd)) in main()
|
/Linux-v4.19/tools/perf/tests/ |
D | attr.py | 321 def run_tests(options): function 383 run_tests(options)
|
/Linux-v4.19/tools/testing/selftests/exec/ |
D | execveat.c | 223 static int run_tests(void) in run_tests() function 420 rc = run_tests(); in main()
|
/Linux-v4.19/Documentation/fault-injection/ |
D | fault-injection.txt | 356 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab 360 -- make -C tools/testing/selftests/ run_tests 366 -- make -C tools/testing/selftests/ run_tests 373 -- make -C tools/testing/selftests/ run_tests
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | selftest.c | 261 if (!efx->phy_op->run_tests) in efx_test_phy() 265 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in efx_test_phy()
|
D | net_driver.h | 661 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags); member
|
D | mcdi_port.c | 1131 .run_tests = efx_mcdi_phy_run_tests,
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | selftest.c | 261 if (!efx->phy_op->run_tests) in ef4_test_phy() 265 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in ef4_test_phy()
|
D | tenxpress.c | 493 .run_tests = sfx7101_run_tests,
|
D | txc43128_phy.c | 559 .run_tests = txc43128_run_tests,
|
D | net_driver.h | 585 int (*run_tests) (struct ef4_nic *efx, int *results, unsigned flags); member
|
D | ethtool.c | 331 if (efx->phy_op->run_tests != NULL) { in ef4_ethtool_fill_self_tests()
|
/Linux-v4.19/tools/testing/selftests/android/ion/ |
D | README | 59 linux$ make -C tools/testing/selftests TARGETS=android run_tests
|