Searched refs:tests (Results 201 - 225 of 228) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena.c100 static int siena_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) argument
114 tests->registers =
H A Dnet_driver.h1344 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests);
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py190 description='Linux TC unit tests')
505 Driver function for the unit tests.
507 Prints information about the tests being run, executes the setup and
565 # fill in the remaining tests with ok-skipped
601 def __mp_runner(tests):
602 (_, tsr) = test_runner(mp_pm, mp_args, tests)
613 print("Executing {} tests in parallel and {} in serial".format(len(parallel), len(serial)))
640 print("Executing {} tests in serial".format(len(alltests)))
680 parser = argparse.ArgumentParser(description='Linux TC unit tests')
704 help='Collect tests fro
[all...]
/linux-master/drivers/spi/
H A Dspi-loopback-test.c37 /* the device is jumpered for loopback - enabling some rx_buf tests */
56 /* run tests only for a specific length */
60 "only run tests for a length of this number in iterate_len list");
83 "delay between tests, in milliseconds (default: 100)");
85 /* the actual tests to execute */
355 { /* end of tests sequence */ }
373 dev_info(&spi->dev, "Executing spi-loopback-tests\n");
377 dev_info(&spi->dev, "Finished spi-loopback-tests with return: %i\n",
976 /* run rx-buffer tests */
1063 * spi_test_run_tests - run an array of spi_messages tests
1070 spi_test_run_tests(struct spi_device *spi, struct spi_test *tests) argument
[all...]
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c655 * fails with a TEST_FAIL that aborts all tests.
720 * applicable to the EXEC tests). This has to be done before
908 static struct test_desc tests[] = { variable in typeref:struct:test_desc
1099 for (t = &tests[0]; t->name; t++) {
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h565 * @run_tests: Run tests and record results as appropriate (offline).
566 * Flags are the ethtool tests flags.
1075 int (*test_chip)(struct ef4_nic *efx, struct ef4_self_tests *tests);
H A Dfalcon.c1897 falcon_b0_test_chip(struct ef4_nic *efx, struct ef4_self_tests *tests) argument
1916 tests->registers =
/linux-master/lib/
H A Dtest_bpf.c38 /* Redefine REGs to make tests less verbose */
84 int stack_depth; /* for eBPF only, since tests don't call verifier */
476 * Branch conversion tests. Complex operations can expand to a lot
542 /* ALU result computation used in tests */
811 * tests. The block size parameters can be adjusted to increase/reduce the
895 * Block size parameters used in pattern tests below. une as needed to
911 * Exhaustive tests of ALU operations for all combinations of power-of-two
1590 * Exhaustive tests of atomic operations for all power-of-two operand
2027 /* 64-bit atomic register tests */
2078 /* 32-bit atomic register tests */
3063 static struct bpf_test tests[] = { variable in typeref:struct:bpf_test
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c1367 static const struct i915_subtest tests[] = { local
1378 return intel_gt_live_subtests(tests, to_gt(i915));
H A Dselftest_hangcheck.c30 #define IGT_IDLE_TIMEOUT 50 /* ms; time to wait after flushing between tests */
2003 static const struct i915_subtest tests[] = { local
2031 err = intel_gt_live_subtests(tests, gt);
H A Dselftest_lrc.c954 * not only disabling the tests (by preventing all the other SRM) but
1968 static const struct i915_subtest tests[] = { local
1984 return intel_gt_live_subtests(tests, to_gt(i915));
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/drivers/gpu/drm/i915/selftests/
H A Di915_request.c544 static const struct i915_subtest tests[] = { local
560 err = i915_subtests(tests, i915);
1331 * tests that we don't execute requests out of order, even though
1625 * tests that we load up the system maximally.
1873 static const struct i915_subtest tests[] = { local
1886 return i915_live_subtests(tests, i915);
3294 static const struct i915_subtest tests[] = { local
3303 return i915_subtests(tests, i915);
/linux-master/fs/unicode/
H A Dmkutf8data.c3221 int tests = 0; local
3257 tests++;
3268 printf("Ran %d tests with %d failures\n", tests, failures);
/linux-master/tools/testing/selftests/net/
H A Dpmtu.sh27 # Same as pmtu_ipv4, except for locked PMTU tests, using IPv6
73 # R1. R2 is unused in these tests. A has a veth connection to C, and is
92 # and B over R1. A and R2 are unused in these tests. The init namespace
194 # command and delete the corresponding device afterward. This tests for
212 tests="
271 # Addressing and routing for tests with routers: four network segments, with
687 echo "'nettest' command not found; skipping tests"
1075 # Skip PMTU locking tests for IPv6
1155 echo "'socat' command not found; skipping tests"
2240 echo "If no TEST argument is given, all tests wil
[all...]
H A Dfib_nexthops.sh22 # all tests in this script. Can be overridden with -t option
1618 # - tests fib_select_default
2061 echo "Basic functional tests"
2219 echo "Basic resilient nexthop group functional tests"
2362 # tests for bucket migration
2409 -4 IPv4 tests only
2410 -6 IPv6 tests only
H A Dtest_vxlan_mdb.sh122 # All tests in this script. Can be overridden with -t option.
2489 -c Control path tests only
2490 -d Data path tests only
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c1901 static const struct i915_subtest tests[] = { local
1914 return i915_live_subtests(tests, i915);
H A Di915_gem_mman.c1024 /* No polluting the memory region between tests */
1840 static const struct i915_subtest tests[] = { local
1851 return i915_live_subtests(tests, i915);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.c1918 #include <map_tests/tests.h>
1934 #include <map_tests/tests.h>
/linux-master/drivers/net/ethernet/sfc/
H A Dnet_driver.h1393 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests);
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/rust/
H A DMakefile193 # We cannot use `-Zpanic-abort-tests` because some tests are dynamic,
233 # - Making the tests run in kernel space (requires the previous point).
336 --use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh10 # because it's invoked by variable name, see how the "tests" array is used
54 # These var are used only in some tests, make sure they are not already set
1017 fail_test "fastclose tests need test_linkfail argument"
1481 # - as these tests do - we can have a quite high number of
3692 tests=()
3696 tests+=("${all_tests[${opt}]}")
3726 if [ ${#tests[@]} -eq 0 ]; then
3727 tests=("${all_tests_names[@]}")
3730 for subtests in "${tests[@]}"; do
/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!");

Completed in 479 milliseconds

12345678910