/linux-6.12.1/tools/testing/selftests/powerpc/security/ |
D | rfi_flush.c | 24 int fd, passes = 0, iter, rc = 0; in rfi_flush_test() local 83 passes++; in rfi_flush_test() 85 passes++; in rfi_flush_test() 92 if (passes < repetitions) { in rfi_flush_test() 97 repetitions - passes, repetitions); in rfi_flush_test() 104 passes, repetitions); in rfi_flush_test() 114 passes = 0; in rfi_flush_test()
|
D | entry_flush.c | 24 int fd, passes = 0, iter, rc = 0; in entry_flush_test() local 82 passes++; in entry_flush_test() 84 passes++; in entry_flush_test() 91 if (passes < repetitions) { in entry_flush_test() 96 repetitions - passes, repetitions); in entry_flush_test() 103 passes, repetitions); in entry_flush_test() 114 passes = 0; in entry_flush_test()
|
D | uaccess_flush.c | 25 int fd, passes = 0, iter, rc = 0; in uaccess_flush_test() local 96 passes++; in uaccess_flush_test() 98 passes++; in uaccess_flush_test() 105 if (passes < repetitions) { in uaccess_flush_test() 110 repetitions - passes, repetitions); in uaccess_flush_test() 117 passes, repetitions); in uaccess_flush_test() 128 passes = 0; in uaccess_flush_test()
|
/linux-6.12.1/fs/bcachefs/ |
D | sb-downgrade.c | 129 #define x(ver, passes, ...) static const u16 upgrade_##ver##_errors[] = { __VA_ARGS__ }; argument 134 #define x(ver, passes, ...) { \ argument 135 .recovery_passes = passes, \ 190 u64 passes = i->recovery_passes; in bch2_sb_set_upgrade() local 192 if (passes & RECOVERY_PASS_ALL_FSCK) in bch2_sb_set_upgrade() 193 passes |= bch2_fsck_recovery_passes(); in bch2_sb_set_upgrade() 194 passes &= ~RECOVERY_PASS_ALL_FSCK; in bch2_sb_set_upgrade() 197 cpu_to_le64(bch2_recovery_passes_to_stable(passes)); in bch2_sb_set_upgrade() 204 #define x(ver, passes, ...) static const u16 downgrade_##ver##_errors[] = { __VA_ARGS__ }; argument 209 #define x(ver, passes, ...) { \ argument [all …]
|
D | recovery.c | 610 __le64 passes = ext->recovery_passes_required[0]; in check_version_upgrade() local 612 passes = ext->recovery_passes_required[0] & ~passes; in check_version_upgrade() 614 if (passes) { in check_version_upgrade() 617 bch2_recovery_passes_from_stable(le64_to_cpu(passes))); in check_version_upgrade() 690 __le64 passes = ext->recovery_passes_required[0]; in bch2_fs_recovery() local 694 passes = ext->recovery_passes_required[0] & ~passes; in bch2_fs_recovery() 695 if (passes) { in bch2_fs_recovery() 698 bch2_recovery_passes_from_stable(le64_to_cpu(passes))); in bch2_fs_recovery()
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_mc_aware.sh | 307 local passes=0 312 ((passes++)) 326 ((attempts == passes)) 334 echo " sent $attempts BC ARPs, got $passes responses"
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_sock.c | 520 int passes = 0; in run_tests() local 528 ++passes; in run_tests() 530 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
|
D | test_verifier.c | 1509 int *passes, int *errors) in do_test_single() argument 1701 (*passes)++; in do_test_single() 1765 int i, passes = 0, errors = 0; in do_test() local 1786 do_test_single(test, true, &passes, &errors); in do_test() 1796 do_test_single(test, false, &passes, &errors); in do_test() 1803 printf("Summary: %d PASSED, %d SKIPPED, %d FAILED\n", passes, in do_test()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-amd-pmf | 8 if OEM BIOS passes a "flag" to PMF ACPI function (index 11 or 12)
|
D | sysfs-bus-iio-light-lm3533-als | 6 Event generated when channel passes one of the four thresholds
|
D | sysfs-firmware-gsmi | 29 This file takes a binary blob and passes it onto
|
/linux-6.12.1/Documentation/dev-tools/ |
D | ktap.rst | 279 - "example_test_1", which passes, and has one subtest: 281 - "test_1", which passes, and outputs the diagnostic message "test_1: initializing test_1" 283 - "example_test_2", which passes, and has two subtests: 286 - "test_2", which passes 290 - "test_1", which passes
|
/linux-6.12.1/Documentation/security/tpm/ |
D | tpm_ftpm_tee.rst | 18 The driver acts as a thin layer that passes commands to and from a TPM
|
/linux-6.12.1/Documentation/driver-api/tty/ |
D | tty_struct.rst | 10 device and released after the last close. The TTY layer passes this structure
|
/linux-6.12.1/Documentation/kbuild/ |
D | gcc-plugins.rst | 12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_. 79 GIMPLE, SIMPLE_IPA, IPA and RTL passes.
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | dev-rds.rst | 41 driver only passes RDS blocks without interpreting the data the 63 :c:type:`v4l2_modulator`. If the driver only passes RDS
|
/linux-6.12.1/Documentation/translations/zh_CN/kbuild/ |
D | gcc-plugins.rst | 76 这些头文件可以自动生成 GIMPLE、SIMPLE_IPA、IPA 和 RTL passes 的注册结构。
|
/linux-6.12.1/Documentation/power/regulator/ |
D | overview.rst | 116 from 5mA to 10mA to increase LCD illumination. This passes 131 If the regulator request passes all the constraint tests
|
/linux-6.12.1/Documentation/driver-api/gpio/ |
D | intro.rst | 23 passes such pin configuration data to drivers. 108 value (after the appropriate rise time passes), you know some other component is
|
/linux-6.12.1/drivers/media/rc/img-ir/ |
D | Kconfig | 15 Say Y here to enable the raw mode driver which passes raw IR signal
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | mmp.rst | 16 code passes all of those checks, a new MMP sequence number is generated
|
/linux-6.12.1/arch/alpha/lib/ |
D | memchr.S | 44 # Hack -- if someone passes in (size_t)-1, hoping to just
|
D | ev6-memchr.S | 42 # Hack -- if someone passes in (size_t)-1, hoping to just
|
/linux-6.12.1/drivers/mmc/host/ |
D | omap.c | 487 unsigned int restarts, passes, timeout; in mmc_omap_send_abort() local 497 passes = 0; in mmc_omap_send_abort() 498 while (passes < timeout) { in mmc_omap_send_abort() 503 passes++; in mmc_omap_send_abort()
|
/linux-6.12.1/Documentation/virt/acrn/ |
D | io-request.rst | 18 VM. ACRN userspace in the Service VM first allocates a 4-KByte page and passes
|