Home
last modified time | relevance | path

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

12345678910>>...29

/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dmbm_test.c23 int runs; 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()
52 int runs; in check_results() local
64 runs = 0; in check_results()
74 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
75 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
76 runs++; in check_results()
H A Dmba_test.c56 int allocation, runs; in show_mba_info() local
71 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
72 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
73 sum_bw_imc += bw_imc[runs]; in show_mba_info()
74 sum_bw_resc += bw_resc[runs]; in show_mba_info()
102 int runs; in check_results() local
112 runs = 0; in check_results()
123 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
125 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
126 runs++; in check_results()
H A Dcqm_test.c78 int runs = 0; in check_results() local
99 if (runs > 0) in check_results()
101 runs++; in check_results()
H A Dcat_test.c80 int runs = 0, no_of_bits = 0; in check_results() local
103 if (runs > 0) in check_results()
105 runs++; in check_results()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H 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 …]
/OK3568_Linux_fs/kernel/lib/
H 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()
H 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()
H 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)");
721 for (i = 0; i < runs; i++) { in test_rht_init()
750 do_div(total_time, runs); in test_rht_init()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-main.c158 int runs; in dm_test_main() local
167 runs = 0; in dm_test_main()
171 runs++; in dm_test_main()
180 (!runs || dm_test_run_on_flattree(test))) { in dm_test_main()
182 runs++; in dm_test_main()
184 run_count += runs; in dm_test_main()
/OK3568_Linux_fs/buildroot/package/dhrystone/
H A D0001-cmdline-nruns.patch1 let people specify the number of runs on the command line
34 - printf ("Please give the number of runs through the benchmark: ");
41 + printf ("Please give the number of runs through the benchmark: ");
52 printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs);
/OK3568_Linux_fs/kernel/arch/mips/jazz/
H A 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
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H 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,
/OK3568_Linux_fs/kernel/Documentation/virt/
H 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.
18 An enclave runs alongside the VM that spawned it. This setup matches low latency
49 An enclave runs on dedicated cores. CPU 0 and its CPU siblings need to remain
61 The application that runs in the enclave needs to be packaged in an enclave
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck.sh94 echo $builderrors runs with build errors.
99 echo $runerrors runs with runtime errors.
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dappendix-customizing-standard.rst19 If you want to add individual packages to the toolchain that runs on the
22 of the toolchain that runs on the target, add the packages to the
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dperf.rst15 Userspace always runs at EL0 and thus this attribute will exclude EL0.
23 The kernel runs at EL2 with VHE and EL1 without. Guest kernels always run
42 hypervisor to be any code that runs at EL2 which is predominantly used for
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dummy_job_wa.c160 int runs = 0; in kbase_dummy_job_wa_execute() local
205 runs++; in kbase_dummy_job_wa_execute()
211 runs++; in kbase_dummy_job_wa_execute()
237 runs); in kbase_dummy_job_wa_execute()
/OK3568_Linux_fs/kernel/security/lockdown/
H A DKconfig36 The kernel runs in integrity mode by default. Features that allow
42 The kernel runs in confidentiality mode by default. Features that
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H 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
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H 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;
/OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/
H 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
/OK3568_Linux_fs/kernel/Documentation/driver-api/iio/
H 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
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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
/OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/
H 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
/OK3568_Linux_fs/kernel/kernel/rcu/
H 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

12345678910>>...29