/linux-5.10/tools/testing/selftests/resctrl/ |
D | mbm_test.c | 23 int runs; 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() 52 int runs; 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()
|
D | mba_test.c | 56 int allocation, runs; in show_mba_info() local 71 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info() 72 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info() 73 sum_bw_imc += bw_imc[runs]; in show_mba_info() 74 sum_bw_resc += bw_resc[runs]; in show_mba_info() 102 int runs; in check_results() local 112 runs = 0; in check_results() 123 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results() 125 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results() 126 runs++; in check_results()
|
D | cqm_test.c | 78 int runs = 0; in check_results() local 99 if (runs > 0) in check_results() 101 runs++; in check_results()
|
D | cat_test.c | 80 int runs = 0, no_of_bits = 0; in check_results() local 103 if (runs > 0) in check_results() 105 runs++; in check_results()
|
/linux-5.10/tools/testing/selftests/bpf/verifier/ |
D | jmp32.c | 18 .runs = 3, 50 .runs = 3, 104 .runs = 2, 128 .runs = 3, 167 .runs = 2, 191 .runs = 3, 230 .runs = 3, 257 .runs = 3, 298 .runs = 3, 325 .runs = 3, [all …]
|
/linux-5.10/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. 103 echo '!!! ' $nfail failures in $ntry 'runs!!!' 106 echo No failures in $ntry runs.
|
D | kvm-recheck.sh | 4 # Given the results directories for previous KVM-based torture runs, 94 echo $builderrors runs with build errors. 99 echo $runerrors runs with runtime errors.
|
/linux-5.10/arch/mips/jazz/ |
D | Kconfig | 9 kernel that runs on these, say Y here. For details about Linux on 21 kernel that runs on these, say Y here. For details about Linux on 32 kernel that runs on these, say Y here. For details about Linux on
|
/linux-5.10/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-5.10/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-5.10/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-5.10/tools/testing/selftests/vm/ |
D | test_vmalloc.sh | 52 echo "It runs all test cases on one single CPU with sequential order." 95 echo "# Runs 1 test(id_1), repeats it 5 times on all online CPUs" 98 echo -n "# Runs 4 tests(id_1|id_2|id_4|id_16) on one CPU with " 103 echo -n "# Runs all tests on all online CPUs, shuffled order, repeats "
|
/linux-5.10/Documentation/arm64/ |
D | perf.rst | 15 Userspace always runs at EL0 and thus this attribute will exclude EL0. 23 The kernel runs at EL2 with VHE and EL1 without. Guest kernels always run 42 hypervisor to be any code that runs at EL2 which is predominantly used for
|
/linux-5.10/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() 66 * which runs before each test case is invoked. Similarly, an `exit` function 67 * may be specified which runs after every test case and can be used to for
|
/linux-5.10/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-5.10/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-5.10/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-5.10/Documentation/admin-guide/ |
D | lockup-watchdogs.rst | 41 A periodic hrtimer runs to generate interrupts and kick the watchdog 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-5.10/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-5.10/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-5.10/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-5.10/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
|
/linux-5.10/drivers/staging/gs_fpgaboot/ |
D | README | 50 b. For the FPGA that runs without config after the download, which 54 Since that FPGA runs on its own, it doesn't require a linux driver
|
/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig | 31 runs. 57 runs.
|