Searched refs:run_tests (Results 1 - 21 of 21) sorted by relevance
/linux-4.4.14/tools/testing/selftests/lib/ |
H A D | Makefile | 3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
/linux-4.4.14/tools/testing/selftests/static_keys/ |
H A D | Makefile | 3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
/linux-4.4.14/tools/testing/selftests/user/ |
H A D | Makefile | 3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
/linux-4.4.14/tools/testing/selftests/firmware/ |
H A D | Makefile | 3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
/linux-4.4.14/tools/testing/selftests/sysctl/ |
H A D | Makefile | 4 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests".
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
H A D | Makefile | 20 $(MAKE) -C ebb run_tests 42 .PHONY: all run_tests clean ebb
|
/linux-4.4.14/tools/testing/selftests/ |
H A D | lib.mk | 11 run_tests: all 38 .PHONY: run_tests all clean install emit_tests
|
H A D | Makefile | 31 # Run "make quicktest=1 run_tests" or 50 run_tests: all 52 make -C $$TARGET run_tests; \
|
/linux-4.4.14/tools/testing/selftests/timers/ |
H A D | Makefile | 24 run_destructive_tests: run_tests
|
H A D | clocksource-switch.c | 117 int run_tests(int secs) run_tests() function 155 if (run_tests(5)) { main() 165 return run_tests(60); main()
|
/linux-4.4.14/tools/testing/selftests/net/ |
H A D | socket.c | 36 static int run_tests(void) run_tests() function 89 int err = run_tests(); main()
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
H A D | Makefile | 38 $(MAKE) -C $$TARGET run_tests; \
|
/linux-4.4.14/tools/perf/tests/ |
H A D | attr.py | 262 def run_tests(options): function 322 run_tests(options)
|
/linux-4.4.14/tools/testing/selftests/exec/ |
H A D | execveat.c | 211 static int run_tests(void) run_tests() function 407 rc = run_tests(); main()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | selftest.c | 253 if (!efx->phy_op->run_tests) efx_test_phy() 257 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); efx_test_phy()
|
H A D | tenxpress.c | 493 .run_tests = sfx7101_run_tests,
|
H A D | txc43128_phy.c | 558 .run_tests = txc43128_run_tests,
|
H A D | mcdi_port.c | 818 .run_tests = efx_mcdi_phy_run_tests,
|
H A D | net_driver.h | 713 * @run_tests: Run tests and record results as appropriate (offline). 730 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags); member in struct:efx_phy_operations
|
H A D | ethtool.c | 334 if (efx->phy_op->run_tests != NULL) {
|
/linux-4.4.14/ |
H A D | Makefile | 1079 $(Q)$(MAKE) -C tools/testing/selftests run_tests
|
Completed in 532 milliseconds