/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | mbm_test.c | 22 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()
|
H A D | mba_test.c | 55 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() 107 int runs; in check_results() local 117 runs = 0; in check_results() 128 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results() 130 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results() 131 runs++; in check_results()
|
H A D | cmt_test.c | 34 int runs = 0; in check_results() local 55 if (runs > 0) in check_results() 57 runs++; in check_results() 62 MAX_DIFF, MAX_DIFF_PERCENT, runs - 1, in check_results()
|
H A D | cat_test.c | 48 int runs = 0, no_of_bits = 0; in check_results() local 71 if (runs > 0) in check_results() 73 runs++; in check_results() 80 MAX_DIFF, MAX_DIFF_PERCENT, runs - 1, in check_results()
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | sleepable.c | 12 .runs = -1, 25 .runs = -1, 38 .runs = -1, 51 .runs = -1, 64 .runs = -1, 76 .runs = -1, 90 .runs = -1,
|
H A D | jmp32.c | 18 .runs = 3, 50 .runs = 3, 106 .runs = 2, 130 .runs = 3, 171 .runs = 2, 195 .runs = 3, 236 .runs = 3, 263 .runs = 3, 307 .runs = 3, 334 .runs = 3, [all …]
|
H A D | bpf_st_mem.c | 14 .runs = -1, 36 .runs = -1, 66 .runs = -1,
|
H A D | bpf_loop_inline.c | 61 .runs = 0, 94 .runs = 0, 131 .runs = 0, 169 .runs = 0,
|
/openbmc/linux/fs/ntfs3/ |
H A D | run.c | 48 r = run->runs; in run_lookup() 72 r = run->runs + mid_idx; in run_lookup() 96 struct ntfs_run *r = run->runs + index; in run_consolidate() 176 end = run->runs + run->count; in run_is_mapped_full() 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() 234 r = run->runs + index; in run_truncate_head() 248 r = run->runs; in run_truncate_head() 254 kvfree(run->runs); in run_truncate_head() [all …]
|
/openbmc/linux/lib/ |
H A D | crc32test.c | 712 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 D | random32.c | 259 int i, j, errors = 0, runs = 0; in prandom_state_selftest() local 289 runs++; in prandom_state_selftest() 294 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); in prandom_state_selftest() 296 pr_info("prandom: %d self tests passed\n", runs); in prandom_state_selftest()
|
/openbmc/qemu/scripts/simplebench/ |
H A D | simplebench.py | 66 runs = [] 74 runs.append(res) 80 count = len(runs) 82 result = {'runs': runs} 84 succeeded = [r for r in runs if ('seconds' in r or 'iops' in r)]
|
/openbmc/u-boot/test/dm/ |
H A D | test-main.c | 157 int runs; in dm_test_main() local 166 runs = 0; in dm_test_main() 170 runs++; in dm_test_main() 179 (!runs || dm_test_run_on_flattree(test))) { in dm_test_main() 181 runs++; in dm_test_main() 183 run_count += runs; in dm_test_main()
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | README | 24 initlitmushist.sh or newlitmushist.sh runs, comparing the 25 herd7 output to that of the original runs. 41 Compare output from two different runs of the same litmus tests, 83 # runs for about an hour on an 8-CPU x86 system: 94 # and runs for about an hour on an 8-CPU x86 system: 97 # Checks results against Result tags, runs in minutes:
|
/openbmc/linux/arch/mips/jazz/ |
H A D | Kconfig | 8 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
|
/openbmc/webui-vue/docs/guide/coding-standards/ |
H A D | readme.md | 33 The linting script runs when code is committed, during pre-commit, and when the 34 CI tool runs after a push to Gerrit. There is a shell script named 35 `format-code.sh` that installs node package dependencies and runs the test
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | run_rule.md | 7 Note: Make sure that two rules do not run each other recursively (rule "A" runs 8 rule "B" which runs rule "A").
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-recheck.sh | 122 echo $configerrors runs with .config errors. 129 echo $builderrors runs with build errors. 135 echo $runerrors runs with runtime errors.
|
/openbmc/qemu/hw/nvme/ |
H A D | subsys.c | 149 if (!subsys->params.fdp.runs) { in nvme_subsys_setup_fdp() 154 endgrp->fdp.runs = subsys->params.fdp.runs; in nvme_subsys_setup_fdp() 222 DEFINE_PROP_SIZE("fdp.runs", NvmeSubsystem, params.fdp.runs,
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | ptest.rst | 7 A Package Test (ptest) runs tests against packages built by the 12 hand, the test can be anything from a simple shell script that runs a 49 all installed ptest test suites and runs them in sequence. Consequently, 103 ``make check`` builds and runs on the same computer, while 125 automatically copies the file ``run-ptest`` to the target and then runs make
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | appendix-customizing-standard.rst | 19 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
|
/openbmc/linux/Documentation/virt/ |
H A D | ne_overview.rst | 14 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
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | lockup-watchdogs.rst | 41 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
|
/openbmc/linux/Documentation/powerpc/ |
H A D | kasan.txt | 28 - Book3S runs code with translations off ("real mode") during boot, including a 32 - Some code - most notably a lot of KVM code - also runs with translations off 40 instrument any code that runs with translations off after booting. This is the
|
/openbmc/linux/security/lockdown/ |
H A D | Kconfig | 36 The kernel runs in integrity mode by default. Features that allow 42 The kernel runs in confidentiality mode by default. Features that
|