/linux-6.12.1/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-6.12.1/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 | 75 int allocation, runs; in show_mba_info() local 91 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info() 92 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info() 93 sum_bw_imc += bw_imc[runs]; in show_mba_info() 94 sum_bw_resc += bw_resc[runs]; in show_mba_info() 127 int runs; in check_results() local 137 runs = 0; in check_results() 148 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results() 150 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results() 151 runs++; in check_results()
|
D | cmt_test.c | 81 int runs = 0; in check_results() local 102 if (runs > 0) in check_results() 104 runs++; in check_results() 109 MAX_DIFF, MAX_DIFF_PERCENT, runs - 1, true); in check_results()
|
/linux-6.12.1/tools/testing/selftests/bpf/verifier/ |
D | sleepable.c | 12 .runs = -1, 25 .runs = -1, 38 .runs = -1, 51 .runs = -1, 64 .runs = -1, 76 .runs = -1, 90 .runs = -1,
|
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, 307 .runs = 3, 334 .runs = 3, [all …]
|
D | bpf_st_mem.c | 14 .runs = -1, 36 .runs = -1, 66 .runs = -1, 95 .runs = -1,
|
/linux-6.12.1/tools/memory-model/scripts/ |
D | README | 24 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: 90 # Runs in seconds, good smoke test: 94 # and runs for about an hour on an 8-CPU x86 system: 97 # Checks results against Result tags, runs in minutes:
|
D | runlitmushist.sh | 4 # Runs the C-language litmus tests specified on standard input, using up 89 echo 'Number of failed herd7 runs (e.g., timeout): ' $nfail 1>&2 92 echo All runs completed successfully. 1>&2
|
/linux-6.12.1/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. 97 echo '!!! ' $nfail failures in $ntry 'runs!!!' 100 echo No failures in $ntry runs.
|
D | kvm-recheck.sh | 4 # Given the results directories for previous KVM-based torture runs, 58 # complaints about those Kconfig options in KCSAN runs. 122 echo $configerrors runs with .config errors. 129 echo $builderrors runs with build errors. 135 echo $runerrors runs with runtime errors.
|
/linux-6.12.1/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-6.12.1/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. 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.12.1/Documentation/virt/hyperv/ |
D | coco.rst | 19 * 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.12.1/tools/testing/selftests/arm64/mte/ |
D | check_tags_inclusion.c | 19 #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-6.12.1/Documentation/dev-tools/kunit/ |
D | index.rst | 43 internal system functionality. KUnit runs in kernel space and is not 47 that configures the Linux kernel, runs KUnit tests under QEMU or UML 56 - Runs tests on any kernel architecture. 57 - Runs a test in milliseconds.
|
/linux-6.12.1/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-6.12.1/tools/testing/selftests/mm/ |
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-6.12.1/Documentation/arch/powerpc/ |
D | kasan.txt | 28 - 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.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-net.rst | 69 …**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.12.1/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-6.12.1/tools/perf/tests/shell/common/ |
D | init.sh | 78 # a runmode that fits the testcase --> if the suite runs in BASIC mode 80 # runs in STANDARD mode, all EXPERIMENTAL testcases will be skipped and 81 # if the suite runs in EXPERIMENTAL mode, nothing is skipped
|
/linux-6.12.1/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-6.12.1/drivers/firmware/imx/ |
D | Kconfig | 19 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.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | get_func_args_test.c | 19 /* 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()
|