Home
last modified time | relevance | path

Searched full:runs (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/Linux-v6.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.c56 int allocation, runs; in show_mba_info() local
72 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
73 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
74 sum_bw_imc += bw_imc[runs]; in show_mba_info()
75 sum_bw_resc += bw_resc[runs]; in show_mba_info()
106 int runs; in check_results() local
116 runs = 0; in check_results()
127 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
129 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
130 runs++; in check_results()
Dcmt_test.c46 int runs = 0; in check_results() local
67 if (runs > 0) in check_results()
69 runs++; in check_results()
/Linux-v6.1/fs/ntfs3/
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 + idx; in run_lookup_entry()
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/verifier/
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 …]
/Linux-v6.1/rust/alloc/
Dslice.rs952 /// Merges non-decreasing runs `v[..mid]` and `v[mid..]` using `buf` as temporary storage, and
1072 /// natural runs. There is a stack of pending runs yet to be merged. Each newly found run is pushed
1073 /// onto the stack, and then some pairs of adjacent runs are merged until these two invariants are
1076 /// 1. for every `i` in `1..runs.len()`: `runs[i - 1].len > runs[i].len`
1077 /// 2. for every `i` in `2..runs.len()`: `runs[i - 2].len > runs[i - 1].len + runs[i].len`
1087 // Very short runs are extended using insertion sort to span at least this many elements. in merge_sort()
1109 // `is_less` panics. When merging two sorted runs, this buffer holds a copy of the shorter run, in merge_sort()
1113 // In order to identify natural runs in `v`, we traverse it backwards. That might seem like a in merge_sort()
1116 // backwards. To conclude, identifying runs by traversing backwards improves performance. in merge_sort()
1117 let mut runs = vec![]; in merge_sort() localVariable
[all …]
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
Dkvm-check-branches.sh5 # unconditionally does three-minute runs on each scenario in CFLIST,
23 # For successful runs, the large build artifacts are removed. Doing this
25 # successful runs.
97 echo '!!! ' $nfail failures in $ntry 'runs!!!'
100 echo No failures in $ntry runs.
Dkvm-recheck.sh4 # Given the results directories for previous KVM-based torture runs,
101 echo $builderrors runs with build errors.
107 echo $runerrors runs with runtime errors.
/Linux-v6.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-v6.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-v6.1/tools/memory-model/scripts/
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,
Drunlitmushist.sh4 # Runs the C-language litmus tests specified on standard input, using up
82 echo 'Number of failed herd7 runs (e.g., timeout): ' $nfail 1>&2
85 echo All runs completed successfully. 1>&2
/Linux-v6.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
/Linux-v6.1/tools/testing/selftests/arm64/mte/
Dcheck_tags_inclusion.c19 #define RUNS (MT_TAG_COUNT * 2) macro
64 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_single_included_tags()
96 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_multiple_included_tags()
127 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_all_included_tags()
152 for (run = 0; run < RUNS; run++) { in check_none_included_tags()
/Linux-v6.1/Documentation/dev-tools/kunit/
Dindex.rst44 internal system functionality. KUnit runs in kernel space and is not
48 that configures the Linux kernel, runs KUnit tests under QEMU or UML
57 - Runs tests on any kernel architecture.
58 - Runs a test in milliseconds.
Darchitecture.rst68 In the above example, the test suite ``example_test_suite``, runs the
97 ``module_init()`` function, which runs all the tests in the compilation
162 that can be used to configure, build, exec, parse and run (runs other
178 runs ``make olddefconfig`` is a part of ``kunit_kernel.py``. You can
181 - ``build`` runs ``make`` on the kernel tree with required options
/Linux-v6.1/tools/testing/selftests/vm/
Dtest_vmalloc.sh53 echo "It runs all test cases on one single CPU with sequential order."
96 echo "# Runs 1 test(id_1), repeats it 5 times by NUM_CPUS workers"
99 echo -n "# Runs 4 tests(id_1|id_2|id_4|id_16) on one CPU with "
104 echo -n "# Runs all tests by NUM_CPUS workers, shuffled order, repeats "
/Linux-v6.1/Documentation/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-v6.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-v6.1/kernel/rcu/
DKconfig.debug33 This option provides a kernel module that runs performance
49 This option provides a kernel module that runs torture tests
65 This option provides a kernel module that runs performance tests
/Linux-v6.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-v6.1/tools/testing/selftests/bpf/prog_tests/
Dget_func_args_test.c19 /* This runs bpf_fentry_test* functions and triggers in test_get_func_args_test()
27 /* This runs bpf_modify_return_test function and triggers in test_get_func_args_test()
/Linux-v6.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-v6.1/tools/testing/selftests/kvm/
Dmemslot_perf_test.c842 int runs; member
862 pr_info(" -r: specify the number of runs per test (currently: %i)\n", in help()
863 targs->runs); in help()
917 targs->runs = atoi(optarg); in parse_args()
918 if (targs->runs <= 0) { in parse_args()
919 pr_info("Runs per test has to be positive\n"); in parse_args()
1005 .runs = 1, in main()
1025 pr_info("Testing %s performance with %i runs, %d seconds each\n", in main()
1026 data->name, targs.runs, targs.seconds); in main()
1029 for (runctr = 0; runctr < targs.runs; runctr++) in main()
/Linux-v6.1/include/asm-generic/
Dpgalloc.h52 * Allocates a page and runs the pgtable_pte_page_ctor().
79 * Allocates a page and runs the pgtable_pte_page_ctor().
113 * Allocates a page and runs the pgtable_pmd_page_ctor().

12345678910>>...50