Home
last modified time | relevance | path

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

12345

/Linux-v5.4/tools/testing/selftests/powerpc/security/
Drfi_flush.c48 int fd, passes = 0, iter, rc = 0; in rfi_flush_test() local
89 passes++; in rfi_flush_test()
91 passes++; in rfi_flush_test()
98 if (passes < repetitions) { in rfi_flush_test()
103 repetitions - passes, repetitions); in rfi_flush_test()
110 passes, repetitions); in rfi_flush_test()
120 passes = 0; in rfi_flush_test()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_section_names.c216 int passes = 0; in run_tests() local
224 ++passes; in run_tests()
226 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
Dtest_sock.c448 int passes = 0; in run_tests() local
456 ++passes; in run_tests()
458 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
Dtest_verifier.c895 int *passes, int *errors) in do_test_single() argument
1027 (*passes)++; in do_test_single()
1101 int i, passes = 0, errors = 0; in do_test() local
1116 do_test_single(test, true, &passes, &errors); in do_test()
1126 do_test_single(test, false, &passes, &errors); in do_test()
1130 printf("Summary: %d PASSED, %d SKIPPED, %d FAILED\n", passes, in do_test()
Dtest_sysctl.c1580 int passes = 0; in run_tests() local
1588 ++passes; in run_tests()
1590 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
Dtest_sock_addr.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-v5.4/tools/testing/selftests/drivers/net/mlxsw/
Dqos_mc_aware.sh295 local passes=0
300 ((passes++))
314 ((attempts == passes))
322 echo " sent $attempts BC ARPs, got $passes responses"
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-counter-ftm-quaddec14 On the FlexTimer, the counter clock source passes through a
Dsysfs-bus-iio-light-lm3533-als6 Event generated when channel passes one of the four thresholds
Dsysfs-firmware-gsmi29 This file takes a binary blob and passes it onto
/Linux-v5.4/arch/unicore32/
DKconfig147 loader passes other arguments to the kernel.
149 command-line options your boot loader passes to the kernel.
/Linux-v5.4/Documentation/core-api/
Dgcc-plugins.rst12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_.
62 GIMPLE, SIMPLE_IPA, IPA and RTL passes. They support all gcc versions
/Linux-v5.4/Documentation/security/tpm/
Dtpm_ftpm_tee.rst18 The driver acts as a thin layer that passes commands to and from a TPM
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-rds.rst48 driver only passes RDS blocks without interpreting the data the
70 :c:type:`v4l2_modulator`. If the driver only passes RDS
/Linux-v5.4/Documentation/power/regulator/
Doverview.rst116 from 5mA to 10mA to increase LCD illumination. This passes
131 If the regulator request passes all the constraint tests
/Linux-v5.4/arch/alpha/lib/
Dmemchr.S44 # Hack -- if someone passes in (size_t)-1, hoping to just
Dev6-memchr.S42 # Hack -- if someone passes in (size_t)-1, hoping to just
/Linux-v5.4/drivers/media/rc/img-ir/
DKconfig15 Say Y here to enable the raw mode driver which passes raw IR signal
/Linux-v5.4/Documentation/driver-api/gpio/
Dintro.rst35 passes such pin configuration data to drivers.
120 value (after the appropriate rise time passes), you know some other component is
/Linux-v5.4/Documentation/filesystems/ext4/
Dmmp.rst16 code passes all of those checks, a new MMP sequence number is generated
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dwritecache.rst43 commited if this time passes and no FLUSH request is
/Linux-v5.4/drivers/mmc/host/
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()
/Linux-v5.4/Documentation/driver-api/
Dsync_file.rst71 When userspace needs to send an in-fence to the driver it passes file descriptor
/Linux-v5.4/Documentation/dev-tools/
Dsparse.rst100 build system passes -Wbitwise to sparse automatically.
/Linux-v5.4/Documentation/vm/
Dksm.rst32 When the sharing passes this threshold, KSM adds a second dimension to

12345