/Linux-v5.15/tools/testing/selftests/resctrl/ |
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()
|
D | mba_test.c | 56 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()
|
D | cmt_test.c | 46 int runs = 0; in check_results() local 67 if (runs > 0) in check_results() 69 runs++; in check_results()
|
D | cat_test.c | 59 int runs = 0, no_of_bits = 0; in check_results() local 82 if (runs > 0) in check_results() 84 runs++; in check_results()
|
/Linux-v5.15/fs/ntfs3/ |
D | run.c | 48 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-v5.15/tools/testing/selftests/bpf/verifier/ |
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, 306 .runs = 3, 333 .runs = 3, [all …]
|
/Linux-v5.15/tools/testing/selftests/rcutorture/bin/ |
D | kvm-check-branches.sh | 5 # 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. 102 echo '!!! ' $nfail failures in $ntry 'runs!!!' 105 echo No failures in $ntry runs.
|
D | kvm-recheck.sh | 4 # Given the results directories for previous KVM-based torture runs, 96 echo $builderrors runs with build errors. 102 echo $runerrors runs with runtime errors.
|
/Linux-v5.15/arch/mips/jazz/ |
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
|
/Linux-v5.15/Documentation/virt/ |
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. 18 An enclave runs alongside the VM that spawned it. This setup matches low latency 49 An enclave runs on dedicated cores. CPU 0 and its CPU siblings need to remain 61 The application that runs in the enclave needs to be packaged in an enclave
|
/Linux-v5.15/tools/memory-model/scripts/ |
D | README | 24 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,
|
D | runlitmushist.sh | 4 # 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-v5.15/Documentation/admin-guide/ |
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
|
/Linux-v5.15/tools/testing/selftests/arm64/mte/ |
D | check_tags_inclusion.c | 19 #define RUNS (MT_TAG_COUNT * 2) macro 56 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_single_included_tags() 88 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_multiple_included_tags() 117 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_all_included_tags() 140 for (run = 0; run < RUNS; run++) { in check_none_included_tags()
|
/Linux-v5.15/tools/testing/selftests/vm/ |
D | test_vmalloc.sh | 53 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-v5.15/Documentation/arm64/ |
D | perf.rst | 17 Userspace always runs at EL0 and thus this attribute will exclude EL0. 25 The kernel runs at EL2 with VHE and EL1 without. Guest kernels always run 44 hypervisor to be any code that runs at EL2 which is predominantly used for
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-mic | 9 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-v5.15/kernel/rcu/ |
D | Kconfig.debug | 36 This option provides a kernel module that runs performance 55 This option provides a kernel module that runs torture tests 74 This option provides a kernel module that runs performance tests
|
/Linux-v5.15/security/lockdown/ |
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
|
/Linux-v5.15/lib/kunit/ |
D | kunit-example-test.c | 26 * code should do. KUnit then runs the test and verifies that the code's in example_simple_test() 97 * which runs before each test case is invoked. Similarly, an `exit` function 98 * may be specified which runs after every test case and can be used to for
|
/Linux-v5.15/Documentation/driver-api/mmc/ |
D | mmc-async-req.rst | 61 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-v5.15/include/asm-generic/ |
D | pgalloc.h | 52 * 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().
|
/Linux-v5.15/tools/power/cpupower/man/ |
D | cpupower-frequency-info.1 | 18 Get frequency the CPU currently runs at, according to the cpufreq core. 21 Get frequency the CPU currently runs at, by reading it from hardware (only available to root).
|
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | memslot_perf_test.c | 832 int runs; member 852 pr_info(" -r: specify the number of runs per test (currently: %i)\n", in help() 853 targs->runs); in help() 907 targs->runs = atoi(optarg); in parse_args() 908 if (targs->runs <= 0) { in parse_args() 909 pr_info("Runs per test has to be positive\n"); in parse_args() 995 .runs = 1, in main() 1015 pr_info("Testing %s performance with %i runs, %d seconds each\n", in main() 1016 data->name, targs.runs, targs.seconds); in main() 1019 for (runctr = 0; runctr < targs.runs; runctr++) in main()
|
/Linux-v5.15/Documentation/driver-api/iio/ |
D | triggered-buffers.rst | 57 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
|