Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 25 of 272) sorted by relevance

1234567891011

/Linux-v5.4/tools/testing/selftests/bpf/verifier/
Djmp32.c18 .runs = 3,
50 .runs = 3,
89 .runs = 2,
113 .runs = 3,
152 .runs = 2,
176 .runs = 3,
215 .runs = 3,
242 .runs = 3,
283 .runs = 3,
310 .runs = 3,
[all …]
/Linux-v5.4/lib/
Dcrc32test.c714 int errors = 0, runs = 0; in crc32c_combine_test() local
733 runs++; in crc32c_combine_test()
739 pr_warn("crc32c_combine: %d/%d self tests failed\n", errors, runs); in crc32c_combine_test()
741 pr_info("crc32c_combine: %d self tests passed\n", runs); in crc32c_combine_test()
804 int errors = 0, runs = 0; in crc32_combine_test() local
823 runs++; in crc32_combine_test()
829 pr_warn("crc32_combine: %d/%d self tests failed\n", errors, runs); in crc32_combine_test()
831 pr_info("crc32_combine: %d self tests passed\n", runs); in crc32_combine_test()
Drandom32.c426 int i, j, errors = 0, runs = 0; in prandom_state_selftest() local
456 runs++; in prandom_state_selftest()
461 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); in prandom_state_selftest()
463 pr_info("prandom: %d self tests passed\n", runs); in prandom_state_selftest()
Dtest_rhashtable.c33 static int runs = 4; variable
34 module_param(runs, int, 0);
35 MODULE_PARM_DESC(runs, "Number of test runs per variant (default: 4)");
721 for (i = 0; i < runs; i++) { in test_rht_init()
750 do_div(total_time, runs); in test_rht_init()
/Linux-v5.4/arch/mips/jazz/
DKconfig9 kernel that runs on these, say Y here. For details about Linux on
21 kernel that runs on these, say Y here. For details about Linux on
32 kernel that runs on these, say Y here. For details about Linux on
/Linux-v5.4/tools/memory-model/scripts/
DREADME24 initlitmushist.sh or newlitmushist.sh runs, comparing the
25 herd7 output to that of the original runs.
33 Compare output from two different runs of the same litmus tests,
Drunlitmushist.sh82 echo 'Number of failed herd7 runs (e.g., timeout): ' $nfail 1>&2
/Linux-v5.4/security/lockdown/
DKconfig36 The kernel runs in integrity mode by default. Features that allow
42 The kernel runs in confidentiality mode by default. Features that
/Linux-v5.4/Documentation/arm64/
Dperf.txt12 Userspace always runs at EL0 and thus this attribute will exclude EL0.
20 The kernel runs at EL2 with VHE and EL1 without. Guest kernels always run
39 hypervisor to be any code that runs at EL2 which is predominantly used for
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-mic9 Integrated Core (MIC) architecture that runs a Linux OS.
68 An Intel MIC device runs a Linux OS during its operation. This
84 An Intel MIC device runs a Linux OS during its operation. Before
131 An Intel MIC device runs a Linux OS during its operation. For
145 An Intel MIC device runs a Linux OS during its operation. For
Dsysfs-devices7 be added and removed dynamically as the machine runs,
/Linux-v5.4/Documentation/driver-api/iio/
Dtriggered-buffers.rst57 function. It should do as little processing as possible, because it runs in
62 the poll function. This runs in the context of a kernel thread and all the
/Linux-v5.4/Documentation/driver-api/mmc/
Dmmc-async-req.rst61 descriptor, and post_req() runs the dma_unmap_sg().
94 * The second issue_pending should be called before MMC runs out
95 * of the first chunk. If the MMC runs out of the first data chunk
/Linux-v5.4/Documentation/admin-guide/
Dclearing-warn-once.rst9 This can be useful after test suite runs to reproduce problems.
Dlockup-watchdogs.rst41 A periodic hrtimer runs to generate interrupts and kick the watchdog
67 By default, the watchdog runs on all online cores. However, on a
68 kernel configured with NO_HZ_FULL, by default the watchdog runs only
/Linux-v5.4/drivers/staging/gs_fpgaboot/
DREADME50 b. For the FPGA that runs without config after the download, which
54 Since that FPGA runs on its own, it doesn't require a linux driver
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-net.rst63 …**xdpgeneric** - Generic XDP. runs at generic XDP hook when packet already enters receive path as …
64 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
65 **xdpoffload** - Offload XDP. runs directly on NIC on each packet reception;
/Linux-v5.4/tools/perf/Documentation/
Dperf-archive.txt15 This command runs perf-buildid-list --with-hits, and collects the files with the
/Linux-v5.4/Documentation/devicetree/bindings/display/
Dbrcm,bcm-vc4.txt44 - clocks: a) core: The core clock the unit runs on
52 - clocks: The core clock the unit runs on
63 - clocks: The clock the unit runs on
/Linux-v5.4/kernel/rcu/
DKconfig.debug34 This option provides a kernel module that runs performance
51 This option provides a kernel module that runs torture tests
/Linux-v5.4/Documentation/hwmon/
Damc6821.rst73 temp1_auto_point3_temp rw Above this temperature fan runs at maximum
90 temp2_auto_point3_temp rw Above this temperature fan runs at maximum
/Linux-v5.4/arch/arm/boot/dts/
Dintegratorcp.dts146 /* TIMER0 runs directly on the 25MHz chrystal */
152 /* TIMER1 runs @ 1MHz */
158 /* TIMER2 runs @ 1MHz */
/Linux-v5.4/Documentation/ABI/removed/
Dsysfs-bus-nfit9 When the nfit driver initializes it runs an ARS (Address Range
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
DKconfig31 runs.
57 runs.
/Linux-v5.4/drivers/firmware/imx/
DKconfig18 which runs on a dedicated Cortex-M core to provide power, clock, and

1234567891011