Home
last modified time | relevance | path

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

12345678910>>...15

/linux/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] in check_results()
[all...]
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/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,
105 .runs = 2,
129 .runs = 3,
169 .runs = 2,
193 .runs = 3,
233 .runs = 3,
260 .runs = 3,
303 .runs = 3,
330 .runs
[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/fs/ntfs3/
H A Drun.c48 r = run->runs; in run_lookup()
72 r = run->runs + mid_idx; in run_lookup()
91 * run_consolidate - Consolidate runs starting from a given one.
96 struct ntfs_run *r = run->runs + index; in run_consolidate()
107 /* Stop if runs are not aligned one to another. */ in run_consolidate()
131 * both current and next runs. 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 in run_lookup_entry()
[all...]
/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c301 unsigned long *runs, unsigned long *failures, in permute_frees() argument
311 *runs += 1; in permute_frees()
317 kunit_err(test, "case %lu: [%s] | %s - %s - %s", *runs, in permute_frees()
330 permute_frees(test, alloc, tc, runs, failures, index + 1, end); in permute_frees()
337 size_t *end_offset, unsigned long *runs, in gen_buf_sizes() argument
362 permute_frees(test, alloc, tc, runs, failures, 0, in gen_buf_sizes()
367 permute_frees(test, alloc, tc, runs, failures, 0, alloc->buffer_size); in gen_buf_sizes()
372 unsigned long *runs, unsigned long *failures, in gen_buf_offsets() argument
385 gen_buf_sizes(test, alloc, &tc, end_offset, runs, failures); in gen_buf_offsets()
400 gen_buf_offsets(test, alloc, end_offset, alignments, runs, in gen_buf_offsets()
455 unsigned long runs = 0; binder_alloc_exhaustive_test() local
[all...]
/linux/Documentation/gpu/nova/core/
H A Ddevinit.rst14 The devinit engine is an interpreter program that typically runs on the PMU (Power Management
17 FWSEC (Firmware Security) image (see fwsec.rst and vbios.rst) and it runs before the
19 FWSEC ucode. It is launched by FWSEC, which runs on the GSP in 'heavy-secure' mode, while
20 devinit runs on the PMU in 'light-secure' mode.
42 - The devinit engine typically but not necessarily runs on the PMU.
43 - On an Ampere GPU, the FWSEC typically runs on the GSP (GPU System Processor) in
H A Dfalcon.rst36 root of trust. For example, the FWSEC-FRTS command (see fwsec.rst) runs on the
46 root of trust. For example, in the case of an Ampere GPU, the CPU runs the "Booter"
47 ucode in HS mode on the SEC2 Falcon, which then authenticates and runs the
49 example, after reset on an Ampere, FWSEC runs on the GSP which then loads the
82 HS ucode. For example, on an Ampere GPU, after the Booter ucode runs on the
/linux/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/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
43 a low-level system function which runs on a dedicated Cortex-M
54 a low-level system function which runs on a dedicated Cortex-M
/linux/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/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/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst69 **xdpgeneric** - Generic XDP. runs at generic XDP hook when packet already enters receive path as skb;
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/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/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/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/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/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/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/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/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/tools/perf/Documentation/
H A Dperf-archive.txt15 This command runs perf-buildid-list --with-hits, and collects the files with the

12345678910>>...15