| /f-stack/dpdk/app/test/ |
| H A D | test_timer_perf.c | 39 unsigned iterations = 100; in test_timer_perf() local 58 for (i = 0; i < iterations; i++) in test_timer_perf() 65 (end_tsc-start_tsc)/iterations, in test_timer_perf() 67 outstanding_count = iterations; in test_timer_perf() 84 for (i = 0; i < iterations; i++) in test_timer_perf() 93 outstanding_count = iterations; in test_timer_perf() 105 iterations *= 10; in test_timer_perf() 113 for (i = 0; i < iterations; i++) in test_timer_perf() 117 (end_tsc - start_tsc + iterations/2) / iterations); in test_timer_perf() 124 for (i = 0; i < iterations; i++) in test_timer_perf() [all …]
|
| H A D | test_pmd_ring_perf.c | 36 const unsigned iterations = 1 << iter_shift; in test_empty_dequeue() local 41 for (i = 0; i < iterations; i++) in test_empty_dequeue() 46 for (i = 0; i < iterations; i++) in test_empty_dequeue() 52 (double)(sc_end - sc_start) / iterations); in test_empty_dequeue() 65 const unsigned iterations = 1 << iter_shift; in test_single_enqueue_dequeue() local 72 for (i = 0; i < iterations; i++) { in test_single_enqueue_dequeue() 81 for (i = 0; i < iterations; i++) { in test_single_enqueue_dequeue() 105 for (i = 0; i < iterations; i++) { in test_bulk_enqueue_dequeue() 115 for (i = 0; i < iterations; i++) { in test_bulk_enqueue_dequeue() 123 (iterations * bulk_sizes[sz])); in test_bulk_enqueue_dequeue() [all …]
|
| H A D | test_stack_perf.c | 113 unsigned int iterations = 100000000; in test_empty_pop() local 119 for (i = 0; i < iterations; i++) in test_empty_pop() 125 (double)(end - start) / iterations); in test_empty_pop() 138 unsigned int iterations = 1000000; in bulk_push_pop() local 153 for (i = 0; i < iterations; i++) { in bulk_push_pop() 256 unsigned int iterations = 16000000; in test_single_push_pop() local 262 for (i = 0; i < iterations; i++) { in test_single_push_pop() 270 ((double)(end - start)) / iterations); in test_single_push_pop() 277 unsigned int iterations = 8000000; in test_bulk_push_pop() local 284 for (i = 0; i < iterations; i++) { in test_bulk_push_pop() [all …]
|
| H A D | test_ring_perf.c | 148 const unsigned int iterations = 1 << iter_shift; in test_empty_dequeue() local 153 for (i = 0; i < iterations; i++) in test_empty_dequeue() 158 ((double)(end - start)) / iterations); in test_empty_dequeue() 182 const unsigned int iterations = 1 << iter_shift; in enqueue_dequeue_bulk_helper() local 201 for (i = 0; i < iterations; i++) in enqueue_dequeue_bulk_helper() 217 for (i = 0; i < iterations; i++) in enqueue_dequeue_bulk_helper() 433 const unsigned int iterations = 1 << iter_shift; in test_single_enqueue_dequeue() local 443 for (i = 0; i < iterations; i++) { in test_single_enqueue_dequeue() 450 ((double)(end - start)) / iterations); in test_single_enqueue_dequeue() 477 for (i = 0; i < iterations; i++) { in test_burst_bulk_enqueue_dequeue() [all …]
|
| H A D | test_table_tables.c | 68 uint64_t iterations; in test_lru_update() local 76 iterations = 10; in test_lru_update() 83 for (j = 0; j < iterations; j++) in test_lru_update() 113 iterations = 100000000; in test_lru_update() 115 for (j = 0; j < iterations; j++) { in test_lru_update() 128 (long unsigned int)((sc_end-sc_start)/(iterations*4))); in test_lru_update()
|
| H A D | test_atomic.c | 581 uint64_t iterations = 0; in test_atomic() local 593 iterations = count128.val[0] - count128.val[1]; in test_atomic() 594 if (iterations != 4*N*(rte_lcore_count()-1)) { in test_atomic()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/ |
| H A D | zfs_change-key_pbkdf2iters.ksh | 42 typeset iterations=$2 45 if [[ "$iters" != "$iterations" ]]; then 46 log_fail "Expected $iterations iterations, got $iters"
|
| /f-stack/app/redis-5.0.5/tests/cluster/tests/ |
| H A D | 03-failover-loop.tcl | 16 set iterations 20 19 while {[incr iterations -1]} { 39 puts "--- Iteration $iterations ---"
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | list-3.tcl | 62 if {$::accurate} {set iterations 100} else {set iterations 10} 63 for {set j 0} {$j < $iterations} {incr j} {
|
| H A D | set.tcl | 427 set iterations 1000 428 while {$iterations != 0} { 429 incr iterations -1 439 assert {$iterations != 0} 471 set iterations 1000 472 while {$iterations != 0} { 473 incr iterations -1 483 assert {$iterations != 0}
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | other.tcl | 23 if {$::accurate} {set iterations 10000} else {set iterations 1000} 27 for {set i 0} {$i < $iterations} {incr i} {
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | defrag.c | 610 long iterations = 0; in scanLaterStraemListpacks() local 641 if (++iterations > 16) { in scanLaterStraemListpacks() 648 iterations = 0; in scanLaterStraemListpacks() 926 unsigned int iterations = 0; in defragLaterStep() local 971 if (quit || (++iterations > 16 || in defragLaterStep() 981 iterations = 0; in defragLaterStep() 1035 unsigned int iterations = 0; in activeDefragCycle() local 1116 if (!cursor || (++iterations > 16 || in activeDefragCycle() 1123 iterations = 0; in activeDefragCycle()
|
| H A D | server.c | 973 int iterations = numclients/server.hz; in clientsCron() local 979 if (iterations < CLIENTS_CRON_MIN_ITERATIONS) in clientsCron() 980 iterations = (numclients < CLIENTS_CRON_MIN_ITERATIONS) ? in clientsCron() 983 while(listLength(server.clients) && iterations--) { in clientsCron()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/ |
| H A D | btree_test.c | 301 int insertions = 0, removals = 0, iterations = 0; in stress_tree() local 340 iterations++; in stress_tree() 341 if (iterations % contents_frequency == 0) { in stress_tree()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.cfg | 36 export RESV_ITER=10 # Number of iterations
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | comp_perf.rst | 16 a number of iterations are performed, compressing first and decompressing later,
|
| H A D | flow-perf.rst | 90 * ``--dump-iterations``
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_phy.h | 56 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
|
| H A D | e1000_phy.c | 2332 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations, in e1000_phy_has_link_generic() argument 2343 for (i = 0; i < iterations; i++) { in e1000_phy_has_link_generic() 2370 *success = (i < iterations); in e1000_phy_has_link_generic()
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_phy.h | 56 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zfs-tests.sh | 326 -I NUM Number of iterations
|
| /f-stack/freebsd/contrib/openzfs/tests/ |
| H A D | README.md | 87 -I NUM Number of iterations
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 642 "iter_max","maximum number of iterations to perofrm in decode all CBs" 643 "iter_min","minimum number of iterations to perform in decoding all CBs" 644 "iter_count","number of iterations to performed in decoding all CBs" 1006 |iter_max |maximum number of iterations to perform in decode all CBs | 1008 |iter_count |number of iterations performed in decoding all CBs |
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 190 "-s", "--iter_max" : Number of iterations for LDPC decoder.
|
| H A D | fpga_lte_fec.rst | 17 - Turbo Decode in the UL with total throughput of 1.5 Gbits/s assuming 8 decoder iterations
|