Searched refs:tests (Results 226 - 231 of 231) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/sfc/
H A Def10.c3443 efx_ef10_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) argument
3454 tests->memory = efx_ef10_run_bist(efx, MC_CMD_MC_MEM_BIST) ? -1 : 1;
3455 tests->registers = efx_ef10_run_bist(efx, MC_CMD_REG_BIST) ? -1 : 1;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c3257 * In our other tests, we look at preemption in carefully
4467 static const struct i915_subtest tests[] = { local
4504 return intel_gt_live_subtests(tests, to_gt(i915));
/linux-master/tools/testing/ktest/
H A Dktest.pl39 "SLEEP_TIME" => 60, # sleep time between tests
392 For build only tests, it is still needed to differentiate log files.
1265 print " Other tests are available but require editing ktest.conf\n";
4546 doprint "\n $successes of $opt{NUM_TESTS} tests were successful\n\n";
4550 "$successes of $opt{NUM_TESTS} tests started at $script_start_time were successful!");
/linux-master/tools/testing/selftests/net/
H A Dfcnal-test.sh6 # IPv4 and IPv6 functional tests focusing on VRF and routing lookups
70 # non-local addresses for freebind tests
249 echo "failed. stopping tests"
271 echo "failed. stopping tests"
293 echo "failed. stopping tests"
318 # Setup for tests
488 # some VRF tests use ns-C which has the same config as
867 # MD5 tests without VRF
935 # MD5 tests with VRF
1066 # negative tests
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S16328 # IEEE Nonaware tests #
16330 # For the IEEE nonaware tests, only the false branch changes the #
16586 # Miscellaneous tests #
16588 # For the IEEE miscellaneous tests, all but fdbf and fdbt can set bsun. #
16683 # IEEE Aware tests #
16685 # For the IEEE aware tests, action is only taken if the result is false.#
16688 # The BSUN exception will not be set for any of these tests. #
16956 # IEEE Nonaware tests #
16958 # For the IEEE nonaware tests, we set the result based on the #
17199 # Miscellaneous tests #
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl106 --subjective, --strict enable more subjective tests
3322 # This is a fairly compilicated block as it tests for what appears to be
5749 # Check for bitwise tests written as boolean
5836 #Specific variable tests
6076 # do {} while (0) macro tests:

Completed in 162 milliseconds

12345678910