Home
last modified time | relevance | path

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

12345678910

/Linux-v4.19/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.c36 static int runs = 4; variable
37 module_param(runs, int, 0);
38 MODULE_PARM_DESC(runs, "Number of test runs per variant (default: 4)");
719 for (i = 0; i < runs; i++) { in test_rht_init()
748 do_div(total_time, runs); in test_rht_init()
/Linux-v4.19/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-v4.19/Documentation/ABI/testing/
Dsysfs-class-mic.txt9 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-v4.19/Documentation/
Dclearing-warn-once.txt7 This can be useful after test suite runs to reproduce problems.
Dlockup-watchdogs.txt41 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-v4.19/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-v4.19/Documentation/mmc/
Dmmc-async-req.txt51 descriptor, and post_req() runs the dma_unmap_sg().
83 * The second issue_pending should be called before MMC runs out
84 * of the first chunk. If the MMC runs out of the first data chunk
/Linux-v4.19/Documentation/virtual/
D00-INDEX11 - User Mode Linux, builds/runs Linux kernel as a userspace program.
/Linux-v4.19/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-v4.19/tools/perf/Documentation/
Dperf-archive.txt15 This command runs perf-buildid-list --with-hits, and collects the files with the
/Linux-v4.19/kernel/rcu/
DKconfig.debug22 This option provides a kernel module that runs performance
39 This option provides a kernel module that runs torture tests
/Linux-v4.19/arch/arm/boot/dts/
Dintegratorcp.dts146 /* TIMER0 runs directly on the 25MHz chrystal */
152 /* TIMER1 runs @ 1MHz */
158 /* TIMER2 runs @ 1MHz */
/Linux-v4.19/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-v4.19/Documentation/hwmon/
Damc682168 temp1_auto_point3_temp rw Above this temperature fan runs at maximum
85 temp2_auto_point3_temp rw Above this temperature fan runs at maximum
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
DKconfig30 runs.
56 runs.
/Linux-v4.19/Documentation/ABI/removed/
Dsysfs-bus-nfit9 When the nfit driver initializes it runs an ARS (Address Range
/Linux-v4.19/Documentation/devicetree/bindings/gpu/
Dbrcm,bcm-v3d.txt17 - clocks: The core clock the unit runs on
/Linux-v4.19/samples/bpf/
Dtcp_bpf.readme11 Anything that runs under this shell belongs to the foo cgroupv2 To load
/Linux-v4.19/Documentation/mic/
Dmic_overview.txt3 that runs a Linux OS. It is a PCIe endpoint in a platform and therefore
6 PCIe devices. The card itself runs a bootstrap after reset that
/Linux-v4.19/tools/power/pm-graph/config/
Dexample.cfg77 # Multiple test runs
86 # Time delay between the two test runs in ms (default: 0 ms)
/Linux-v4.19/Documentation/arm/SA1100/
DCERF19 In order to get this kernel onto your Cerf, you need a server that runs
/Linux-v4.19/fs/adfs/
DKconfig6 RiscOS operating system which runs on Acorn's ARM-based Risc PC

12345678910