Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.15/tools/testing/selftests/resctrl/
H A Dmbm_test.c22 int runs, ret, avg_diff_per; in show_bw_info() local
25 for (runs = 0; runs < NUM_OF_RUNS; runs++) { in show_bw_info()
26 sum_bw_imc += bw_imc[runs]; in show_bw_info()
27 sum_bw_resc += bw_resc[runs]; in show_bw_info()
52 int runs, ret; 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.c78 int runs; in show_mba_info() local
89 for (runs = NUM_OF_RUNS * allocation; in show_mba_info()
90 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
91 sum_bw_imc += bw_imc[runs]; in show_mba_info()
92 sum_bw_resc += bw_resc[runs]; in show_mba_info()
133 int runs; in check_results() local
143 runs = 0; in check_results()
154 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
156 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
157 runs++; in check_results()
H A 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()
H A Dcmt_test.c81 int runs = 0; in check_results() local
103 runs++; in check_results()
108 MAX_DIFF, MAX_DIFF_PERCENT, runs, true); in check_results()
/linux-6.15/tools/testing/selftests/bpf/verifier/
H A Dsleepable.c12 .runs = -1,
25 .runs = -1,
38 .runs = -1,
51 .runs = -1,
64 .runs = -1,
76 .runs = -1,
90 .runs = -1,
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,
307 .runs = 3,
334 .runs = 3,
[all …]
H A Dbpf_st_mem.c14 .runs = -1,
36 .runs = -1,
66 .runs = -1,
95 .runs = -1,
H A Dbpf_loop_inline.c62 .runs = 0,
96 .runs = 0,
134 .runs = 0,
173 .runs = 0,
/linux-6.15/fs/ntfs3/
H A Drun.c48 r = run->runs; 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()
839 r = run->runs + i; in run_pack()
[all …]
/linux-6.15/lib/
H A 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.15/tools/memory-model/scripts/
H A 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.15/arch/mips/jazz/
H 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-6.15/tools/testing/selftests/rcutorture/bin/
H A 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.15/tools/bpf/bpftool/Documentation/
H A 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.15/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.
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.15/drivers/firmware/imx/
H A 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.15/Documentation/admin-guide/
H 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
H A Dclearing-warn-once.rst9 This can be useful after test suite runs to reproduce problems.
/linux-6.15/Documentation/arch/powerpc/
H A 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.15/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
/linux-6.15/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
/linux-6.15/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
/linux-6.15/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
/linux-6.15/Documentation/virt/hyperv/
H A 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.15/tools/perf/Documentation/
H A Dperf-archive.txt15 This command runs perf-buildid-list --with-hits, and collects the files with the

12345678910>>...15