Home
last modified time | relevance | path

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

12345678910>>...13

/linux/tools/testing/selftests/resctrl/
A Dmbm_test.c22 int runs, ret, avg_diff_per; in show_bw_info() local
29 for (runs = 1; runs < NUM_OF_RUNS ; runs++) { in show_bw_info()
30 sum_bw_imc += bw_imc[runs]; in show_bw_info()
31 sum_bw_resc += bw_resc[runs]; in show_bw_info()
55 int runs, ret; in check_results() local
67 runs = 0; in check_results()
77 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
78 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
79 runs++; in check_results()
A Dmba_test.c56 int allocation, runs; in show_mba_info() local
72 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
73 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
74 sum_bw_imc += bw_imc[runs]; in show_mba_info()
75 sum_bw_resc += bw_resc[runs]; in show_mba_info()
106 int runs; in check_results() local
116 runs = 0; in check_results()
127 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
129 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
130 runs++; in check_results()
A Dcmt_test.c46 int runs = 0; in check_results() local
67 if (runs > 0) in check_results()
69 runs++; in check_results()
A Dcat_test.c59 int runs = 0, no_of_bits = 0; in check_results() local
82 if (runs > 0) in check_results()
84 runs++; in check_results()
/linux/tools/testing/selftests/bpf/verifier/
A Djmp32.c18 .runs = 3,
50 .runs = 3,
106 .runs = 2,
130 .runs = 3,
171 .runs = 2,
195 .runs = 3,
236 .runs = 3,
263 .runs = 3,
306 .runs = 3,
333 .runs = 3,
[all …]
/linux/fs/ntfs3/
A Drun.c48 r = run->runs; in run_lookup()
72 r = run->runs + mid_idx; in run_lookup()
177 r = run->runs + i; in run_is_mapped_full()
200 if (!run->runs) in run_lookup_entry()
206 r = run->runs + idx; in run_lookup_entry()
248 r = run->runs; in run_truncate_head()
254 kvfree(run->runs); in run_truncate_head()
255 run->runs = NULL; in run_truncate_head()
291 kvfree(run->runs); in run_truncate()
292 run->runs = NULL; in run_truncate()
[all …]
/linux/lib/
A Dcrc32test.c712 int errors = 0, runs = 0; in crc32c_combine_test() local
731 runs++; in crc32c_combine_test()
737 pr_warn("crc32c_combine: %d/%d self tests failed\n", errors, runs); in crc32c_combine_test()
739 pr_info("crc32c_combine: %d self tests passed\n", runs); in crc32c_combine_test()
800 int errors = 0, runs = 0; in crc32_combine_test() local
819 runs++; in crc32_combine_test()
825 pr_warn("crc32_combine: %d/%d self tests failed\n", errors, runs); in crc32_combine_test()
827 pr_info("crc32_combine: %d self tests passed\n", runs); in crc32_combine_test()
A Drandom32.c272 int i, j, errors = 0, runs = 0; in prandom_state_selftest() local
302 runs++; in prandom_state_selftest()
307 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); in prandom_state_selftest()
309 pr_info("prandom: %d self tests passed\n", runs); in prandom_state_selftest()
A 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)");
722 for (i = 0; i < runs; i++) { in test_rht_init()
751 do_div(total_time, runs); in test_rht_init()
/linux/arch/mips/jazz/
A DKconfig8 kernel that runs on these, say Y here. For details about Linux on
19 kernel that runs on these, say Y here. For details about Linux on
29 kernel that runs on these, say Y here. For details about Linux on
/linux/tools/memory-model/scripts/
A 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,
/linux/Documentation/virt/
A Dne_overview.rst14 For example, an application that processes sensitive data and runs in a VM,
16 application then runs in a separate VM than the primary VM, namely an enclave.
17 It runs alongside the VM that spawned it. This setup matches low latency
52 An enclave runs on dedicated cores. CPU 0 and its CPU siblings need to remain
64 The application that runs in the enclave needs to be packaged in an enclave
/linux/Documentation/admin-guide/
A Dlockup-watchdogs.rst41 A periodic hrtimer runs to generate interrupts and kick the watchdog
50 The watchdog job runs in a stop scheduling thread that updates a
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
A Dclearing-warn-once.rst9 This can be useful after test suite runs to reproduce problems.
/linux/tools/testing/selftests/kvm/
A Dmemslot_perf_test.c844 int runs; member
865 targs->runs); in help()
919 targs->runs = atoi(optarg); in parse_args()
920 if (targs->runs <= 0) { in parse_args()
1007 .runs = 1, in main()
1028 data->name, targs.runs, targs.seconds); in main()
1031 for (runctr = 0; runctr < targs.runs; runctr++) in main()
/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm-recheck.sh96 echo $builderrors runs with build errors.
102 echo $runerrors runs with runtime errors.
/linux/Documentation/arm64/
A Dperf.rst17 Userspace always runs at EL0 and thus this attribute will exclude EL0.
25 The kernel runs at EL2 with VHE and EL1 without. Guest kernels always run
44 hypervisor to be any code that runs at EL2 which is predominantly used for
/linux/security/lockdown/
A DKconfig36 The kernel runs in integrity mode by default. Features that allow
42 The kernel runs in confidentiality mode by default. Features that
/linux/Documentation/ABI/testing/
A Dsysfs-class-mic9 Integrated Core (MIC) architecture that runs a Linux OS.
77 An Intel MIC device runs a Linux OS during its operation. This
96 An Intel MIC device runs a Linux OS during its operation. Before
143 An Intel MIC device runs a Linux OS during its operation. For
157 An Intel MIC device runs a Linux OS during its operation. For
/linux/tools/bpf/bpftool/Documentation/
A 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/Documentation/driver-api/mmc/
A 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/Documentation/driver-api/iio/
A 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/kernel/rcu/
A DKconfig.debug36 This option provides a kernel module that runs performance
55 This option provides a kernel module that runs torture tests
74 This option provides a kernel module that runs performance tests
/linux/drivers/staging/gs_fpgaboot/
A 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/arch/arm/boot/dts/
A Dintegratorcp.dts149 /* TIMER0 runs directly on the 25MHz chrystal */
155 /* TIMER1 runs @ 1MHz */
161 /* TIMER2 runs @ 1MHz */

Completed in 45 milliseconds

12345678910>>...13