Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/timers/
Dclocksource-switch.c117 int run_tests(int secs) in run_tests() function
155 if (run_tests(5)) { in main()
165 return run_tests(60); in main()
DMakefile24 run_destructive_tests: run_tests
/linux-4.4.14/tools/testing/selftests/
Dlib.mk11 run_tests: all
38 .PHONY: run_tests all clean install emit_tests
DMakefile50 run_tests: all target
52 make -C $$TARGET run_tests; \
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
DMakefile20 $(MAKE) -C ebb run_tests
42 .PHONY: all run_tests clean ebb
/linux-4.4.14/tools/testing/selftests/net/
Dsocket.c36 static int run_tests(void) in run_tests() function
89 int err = run_tests(); in main()
/linux-4.4.14/Documentation/
Dkselftest.txt22 $ make -C tools/testing/selftests run_tests
36 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
84 * Don't cause the top-level "make run_tests" to fail if your feature is
/linux-4.4.14/tools/testing/selftests/powerpc/
DMakefile38 $(MAKE) -C $$TARGET run_tests; \
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt263 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
267 -- make -C tools/testing/selftests/ run_tests
273 -- make -C tools/testing/selftests/ run_tests
280 -- make -C tools/testing/selftests/ run_tests
/linux-4.4.14/tools/perf/tests/
Dattr.py262 def run_tests(options): function
322 run_tests(options)
/linux-4.4.14/tools/testing/selftests/exec/
Dexecveat.c211 static int run_tests(void) in run_tests() function
407 rc = run_tests(); in main()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dselftest.c253 if (!efx->phy_op->run_tests) in efx_test_phy()
257 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in efx_test_phy()
Dtenxpress.c493 .run_tests = sfx7101_run_tests,
Dtxc43128_phy.c558 .run_tests = txc43128_run_tests,
Dnet_driver.h730 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags); member
Dmcdi_port.c818 .run_tests = efx_mcdi_phy_run_tests,
Dethtool.c334 if (efx->phy_op->run_tests != NULL) { in efx_ethtool_fill_self_tests()
/linux-4.4.14/
DMakefile1079 $(Q)$(MAKE) -C tools/testing/selftests run_tests