Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 25 of 136) sorted by relevance

123456

/linux/tools/testing/selftests/powerpc/security/
H A Dentry_flush.c24 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()
H A Drfi_flush.c24 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()
H A Duaccess_flush.c25 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/fs/bcachefs/
H A Dsb-downgrade.c150 #define x(ver, passes, ...) static const u16 upgrade_##ver##_errors[] = { __VA_ARGS__ }; argument
155 #define x(ver, passes, ...) { \ argument
156 .recovery_passes = passes, \
211 u64 passes = i->recovery_passes; in bch2_sb_set_upgrade() local
213 if (passes & RECOVERY_PASS_ALL_FSCK) in bch2_sb_set_upgrade()
214 passes |= bch2_fsck_recovery_passes(); in bch2_sb_set_upgrade()
215 passes &= ~RECOVERY_PASS_ALL_FSCK; in bch2_sb_set_upgrade()
218 cpu_to_le64(bch2_recovery_passes_to_stable(passes)); in bch2_sb_set_upgrade()
225 #define x(ver, passes, ...) static const u16 downgrade_##ver##_errors[] = { __VA_ARGS__ }; argument
230 #define x(ver, passes, ...) { \ argument
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-amd-pmf8 if OEM BIOS passes a "flag" to PMF ACPI function (index 11 or 12)
H A Dsysfs-bus-iio-light-lm3533-als6 Event generated when channel passes one of the four thresholds
H A Dsysfs-firmware-gsmi29 This file takes a binary blob and passes it onto
/linux/Documentation/dev-tools/
H A Dktap.rst279 - "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/Documentation/security/tpm/
H A Dtpm_ftpm_tee.rst18 The driver acts as a thin layer that passes commands to and from a TPM
/linux/Documentation/kbuild/
H A Dgcc-plugins.rst12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_.
79 GIMPLE, SIMPLE_IPA, IPA and RTL passes.
/linux/Documentation/driver-api/tty/
H A Dtty_struct.rst10 device and released after the last close. The TTY layer passes this structure
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-rds.rst41 driver only passes RDS blocks without interpreting the data the
63 :c:type:`v4l2_modulator`. If the driver only passes RDS
/linux/Documentation/translations/zh_CN/kbuild/
H A Dgcc-plugins.rst76 这些头文件可以自动生成 GIMPLE、SIMPLE_IPA、IPA 和 RTL passes 的注册结构。
/linux/Documentation/power/regulator/
H A Doverview.rst116 from 5mA to 10mA to increase LCD illumination. This passes
131 If the regulator request passes all the constraint tests
/linux/Documentation/driver-api/gpio/
H A Dintro.rst23 passes such pin configuration data to drivers.
108 value (after the appropriate rise time passes), you know some other component is
/linux/arch/alpha/lib/
H A Dmemchr.S44 # Hack -- if someone passes in (size_t)-1, hoping to just
H A Dev6-memchr.S42 # Hack -- if someone passes in (size_t)-1, hoping to just
/linux/Documentation/filesystems/ext4/
H A Dmmp.rst16 code passes all of those checks, a new MMP sequence number is generated
/linux/drivers/media/rc/img-ir/
H A DKconfig15 Say Y here to enable the raw mode driver which passes raw IR signal
/linux/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1597 int passes = 0; in run_tests() local
1605 ++passes; in run_tests()
1607 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
/linux/Documentation/virt/acrn/
H A Dio-request.rst18 VM. ACRN userspace in the Service VM first allocates a 4-KByte page and passes
/linux/Documentation/driver-api/
H A Dsync_file.rst71 When userspace needs to send an in-fence to the driver it passes file descriptor
/linux/Documentation/mm/
H A Dksm.rst30 When the sharing passes this threshold, KSM adds a second dimension to
/linux/Documentation/dev-tools/kunit/
H A Dstart.rst238 KUNIT_FAIL(test, "This test never passes.");
294 [16:08:57] This test never passes.
/linux/Documentation/bpf/
H A Dprog_sk_lookup.rst60 in a map holding sockets, such as ``SOCKMAP`` or ``SOCKHASH``, and passes a

123456