Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v4.19/tools/testing/selftests/firmware/
Dfw_run_tests.sh15 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/
Dclocksource-switch.c106 int run_tests(int secs) in run_tests() function
144 if (run_tests(5)) { in main()
154 return run_tests(60); in main()
DMakefile22 run_destructive_tests: run_tests
/Linux-v4.19/tools/testing/selftests/net/
Dsocket.c37 static int run_tests(void) in run_tests() function
90 int err = run_tests(); in main()
/Linux-v4.19/tools/testing/selftests/
DMakefile90 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
Dlib.mk74 run_tests: all
161 .PHONY: run_tests all clean install emit_tests
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/
DMakefile24 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/
Dkselftest.rst26 $ 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/
DMakefile6 TEST_PROGS := run_tests.sh
/Linux-v4.19/tools/testing/selftests/sparc64/
DMakefile7 .PHONY: all clean run_tests install
/Linux-v4.19/tools/testing/selftests/powerpc/
DMakefile45 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sock.c436 static int run_tests(int cgfd) in run_tests() function
467 if (run_tests(cgfd)) in main()
Dtest_sock_addr.c1346 static int run_tests(int cgfd) in run_tests() function
1384 if (run_tests(cgfd)) in main()
/Linux-v4.19/tools/perf/tests/
Dattr.py321 def run_tests(options): function
383 run_tests(options)
/Linux-v4.19/tools/testing/selftests/exec/
Dexecveat.c223 static int run_tests(void) in run_tests() function
420 rc = run_tests(); in main()
/Linux-v4.19/Documentation/fault-injection/
Dfault-injection.txt356 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/
Dselftest.c261 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()
Dnet_driver.h661 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags); member
Dmcdi_port.c1131 .run_tests = efx_mcdi_phy_run_tests,
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dselftest.c261 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()
Dtenxpress.c493 .run_tests = sfx7101_run_tests,
Dtxc43128_phy.c559 .run_tests = txc43128_run_tests,
Dnet_driver.h585 int (*run_tests) (struct ef4_nic *efx, int *results, unsigned flags); member
Dethtool.c331 if (efx->phy_op->run_tests != NULL) { in ef4_ethtool_fill_self_tests()
/Linux-v4.19/tools/testing/selftests/android/ion/
DREADME59 linux$ make -C tools/testing/selftests TARGETS=android run_tests

12