Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/tools/testing/selftests/powerpc/security/
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()
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()
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-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/
A Dqos_mc_aware.sh305 local passes=0
310 ((passes++))
324 ((attempts == passes))
332 echo " sent $attempts BC ARPs, got $passes responses"
A Dqos_lib.sh69 unlikely, passes) of this test.
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-amd-pmf8 if OEM BIOS passes a "flag" to PMF ACPI function (index 11 or 12)
A Dsysfs-bus-iio-light-lm3533-als6 Event generated when channel passes one of the four thresholds
A Dsysfs-firmware-gsmi29 This file takes a binary blob and passes it onto
/linux-6.3-rc2/Documentation/devicetree/bindings/reserved-memory/
A Dnvidia,tegra210-emc-table.yaml13 description: On Tegra210, firmware passes a binary representation of the
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_sock.c520 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()
A Dtest_verifier.c1444 int *passes, int *errors) in do_test_single() argument
1626 (*passes)++; in do_test_single()
1706 int i, passes = 0, errors = 0; in do_test() local
1721 do_test_single(test, true, &passes, &errors); in do_test()
1731 do_test_single(test, false, &passes, &errors); in do_test()
1735 printf("Summary: %d PASSED, %d SKIPPED, %d FAILED\n", passes, in do_test()
A Dtest_sock_addr.c1390 int passes = 0; in run_tests() local
1398 ++passes; in run_tests()
1400 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
/linux-6.3-rc2/Documentation/dev-tools/
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-6.3-rc2/Documentation/security/tpm/
A Dtpm_ftpm_tee.rst18 The driver acts as a thin layer that passes commands to and from a TPM
/linux-6.3-rc2/Documentation/driver-api/tty/
A Dtty_struct.rst10 device and released after the last close. The TTY layer passes this structure
/linux-6.3-rc2/Documentation/kbuild/
A Dgcc-plugins.rst12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_.
79 GIMPLE, SIMPLE_IPA, IPA and RTL passes.
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
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-6.3-rc2/Documentation/power/regulator/
A Doverview.rst116 from 5mA to 10mA to increase LCD illumination. This passes
131 If the regulator request passes all the constraint tests
/linux-6.3-rc2/drivers/media/rc/img-ir/
A DKconfig15 Say Y here to enable the raw mode driver which passes raw IR signal
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dmmp.rst16 code passes all of those checks, a new MMP sequence number is generated
/linux-6.3-rc2/arch/alpha/lib/
A Dmemchr.S44 # Hack -- if someone passes in (size_t)-1, hoping to just
A Dev6-memchr.S42 # Hack -- if someone passes in (size_t)-1, hoping to just
/linux-6.3-rc2/Documentation/driver-api/gpio/
A Dintro.rst35 passes such pin configuration data to drivers.
120 value (after the appropriate rise time passes), you know some other component is
/linux-6.3-rc2/Documentation/virt/acrn/
A Dio-request.rst18 VM. ACRN userspace in the Service VM first allocates a 4-KByte page and passes
/linux-6.3-rc2/drivers/mmc/host/
A Domap.c473 unsigned int restarts, passes, timeout; in mmc_omap_send_abort() local
483 passes = 0; in mmc_omap_send_abort()
484 while (passes < timeout) { in mmc_omap_send_abort()
489 passes++; in mmc_omap_send_abort()

Completed in 29 milliseconds

123456