Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.12.1/tools/testing/selftests/resctrl/
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()
Dmba_test.c75 int allocation, runs; in show_mba_info() local
91 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
92 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
93 sum_bw_imc += bw_imc[runs]; in show_mba_info()
94 sum_bw_resc += bw_resc[runs]; in show_mba_info()
127 int runs; in check_results() local
137 runs = 0; in check_results()
148 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
150 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
151 runs++; in check_results()
Dcmt_test.c81 int runs = 0; in check_results() local
102 if (runs > 0) in check_results()
104 runs++; in check_results()
109 MAX_DIFF, MAX_DIFF_PERCENT, runs - 1, true); in check_results()
Dcat_test.c75 int runs = 0; in check_results() local
99 runs++; in check_results()
101 if (runs < NUM_OF_RUNS) in check_results()
116 runs, get_vendor() == ARCH_INTEL, in check_results()
121 runs = 0; in check_results()
/linux-6.12.1/tools/testing/selftests/bpf/verifier/
Dsleepable.c12 .runs = -1,
25 .runs = -1,
38 .runs = -1,
51 .runs = -1,
64 .runs = -1,
76 .runs = -1,
90 .runs = -1,
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,
307 .runs = 3,
334 .runs = 3,
[all …]
Dbpf_st_mem.c14 .runs = -1,
36 .runs = -1,
66 .runs = -1,
95 .runs = -1,
Dbpf_loop_inline.c62 .runs = 0,
96 .runs = 0,
134 .runs = 0,
173 .runs = 0,
/linux-6.12.1/fs/ntfs3/
Drun.c48 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 …]
/linux-6.12.1/lib/
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()
Drandom32.c259 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()
/linux-6.12.1/tools/memory-model/scripts/
DREADME24 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:
/linux-6.12.1/arch/mips/jazz/
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-6.12.1/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh122 echo $configerrors runs with .config errors.
129 echo $builderrors runs with build errors.
135 echo $runerrors runs with runtime errors.
/linux-6.12.1/tools/bpf/bpftool/Documentation/
Dbpftool-net.rst69 …**xdpgeneric** - Generic XDP. runs at generic XDP hook when packet already enters receive path as …
70 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
71 **xdpoffload** - Offload XDP. runs directly on NIC on each packet reception;
72 **tcx_ingress** - Ingress TCX. runs on ingress net traffic;
73 **tcx_egress** - Egress TCX. runs on egress net traffic;
/linux-6.12.1/Documentation/virt/
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-6.12.1/Documentation/admin-guide/
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
Dclearing-warn-once.rst9 This can be useful after test suite runs to reproduce problems.
/linux-6.12.1/drivers/firmware/imx/
DKconfig19 which runs on a dedicated Cortex-M core to provide power, clock, and
32 a low-level system function which runs on a dedicated Cortex-M
/linux-6.12.1/Documentation/arch/powerpc/
Dkasan.txt28 - 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
/linux-6.12.1/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-6.12.1/Documentation/ABI/testing/
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-6.12.1/Documentation/virt/hyperv/
Dcoco.rst19 * The hardware runs a version of Windows/Hyper-V with support for CoCo VMs
21 * The VM runs a version of Linux that supports being a CoCo VM
79 * With AMD SEV-SNP processors, in fully-enlightened mode the guest OS runs in
81 guest OS runs in VMPL 2 and the paravisor runs in VMPL 0. The paravisor
88 * With Intel TDX processor, in fully-enlightened mode the guest OS runs in an
89 L1 VM. In paravisor mode, TD partitioning is used. The paravisor runs in the
90 L1 VM, and the guest OS runs in a nested L2 VM.
104 paravisor runs first and sets up the guest physical memory as encrypted. The
/linux-6.12.1/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-6.12.1/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

12345678910>>...15