Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_realloc_files.ksh66 passes=2
70 passes=2
73 passes=3
76 for i in {1..$passes}; do
H A Dsend_realloc_encrypted_files.ksh74 passes=2
78 passes=2
81 passes=3
84 for i in {1..$passes}; do
/f-stack/app/redis-5.0.5/src/
H A Dmemtest.c237 int memtest_test(unsigned long *m, size_t bytes, int passes, int interactive) { in memtest_test() argument
241 while (pass != passes) { in memtest_test()
280 int memtest_preserving_test(unsigned long *m, size_t bytes, int passes) { in memtest_preserving_test() argument
306 while(pass != passes) { in memtest_preserving_test()
336 void memtest_alloc_and_test(size_t megabytes, int passes) { in memtest_alloc_and_test() argument
345 memtest_test(m,bytes,passes,1); in memtest_alloc_and_test()
349 void memtest(size_t megabytes, int passes) { in memtest() argument
354 memtest_alloc_and_test(megabytes,passes); in memtest()
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-get-link.m453 AC_MSG_CHECKING([whether iops->get_link() passes delayed])
67 AC_MSG_CHECKING([whether iops->get_link() passes cookie])
80 [whether iops->follow_link() passes cookie])
92 [whether iops->follow_link() passes nameidata])
H A Dkernel-put-link.m439 AC_MSG_CHECKING([whether iops->put_link() passes cookie])
51 [whether iops->put_link() passes nameidata])
H A Dkernel-inode-create.m420 AC_MSG_CHECKING([whether iops->create() passes flags])
H A Dkernel-inode-lookup.m420 AC_MSG_CHECKING([whether iops->lookup() passes flags])
H A Dprogtest.m421 # Search path for a program which passes the given test.
H A Dhost-cpu-c-abi.m4128 # But distinguish arm which passes floating-point arguments and
131 # passes them in float registers (s0, s1, ...) and double registers
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dcover.h82 U32 k, U32 passes);
H A Dcover.c656 U32 nbDmers, U32 k, U32 passes) in COVER_computeEpochs() argument
660 epochs.num = MAX(1, maxDictSize / k / passes); in COVER_computeEpochs()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2.c56 instance.passes = context->t_cost; in argon2_ctx()
75 for (pass = 0; pass < instance.passes; pass++) { in argon2_ctx()
H A Dargon2-core.h98 uint32_t passes; /* Number of passes */ member
H A Dargon2-fill-block-ssse3.c114 input_block.v[4] = instance->passes; in generate_addresses()
H A Dargon2-fill-block-avx512f.c120 input_block.v[4] = instance->passes; in generate_addresses()
H A Dargon2-fill-block-avx2.c115 input_block.v[4] = instance->passes; in generate_addresses()
H A Dargon2-fill-block-ref.c126 input_block.v[4] = instance->passes; in generate_addresses()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c702 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps() argument
713 for (int i = 0; i < passes; i++) { in eval_maps()
771 int c, fd, error, verbose = 0, passes = 1, continuous = 0; in draid_generate() local
800 passes = (int)strtol(optarg, NULL, 0); in draid_generate()
876 error = eval_maps(children, passes, &map_seed, &map, in draid_generate()
/f-stack/freebsd/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib146 # Execute a negative test and exit $STF_FAIL if test passes
157 # $STF_FAIL if test passes
/f-stack/dpdk/doc/guides/tools/
H A Dproc_info.rst85 It is not expected that the user passes any EAL arguments.
/f-stack/dpdk/doc/guides/compressdevs/
H A Disal.rst61 Compressdev level 0 enables "No Compression", which passes the uncompressed
/f-stack/app/redis-5.0.5/tests/unit/
H A Dhyperloglog.tcl2 test {HyperLogLog self test passes} {
/f-stack/dpdk/doc/guides/nics/
H A Dvmxnet3.rst47 In response the hypervisor takes packets and passes them to the vSwitch, It writes into the complet…
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff182 + * The atheros HAL passes in this buffer anyway, and we copy things
/f-stack/freebsd/kern/
H A Dsubr_bus.c869 static driver_list_t passes = TAILQ_HEAD_INITIALIZER(passes); variable
896 TAILQ_FOREACH(dl, &passes, passlink) { in driver_register_pass()
904 TAILQ_INSERT_TAIL(&passes, new, passlink); in driver_register_pass()
922 TAILQ_FOREACH(dl, &passes, passlink) { in bus_set_pass()

12