Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 25 of 31) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dtest_timer_perf.c39 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 Dtest_pmd_ring_perf.c36 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 Dtest_stack_perf.c113 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 Dtest_ring_perf.c148 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 Dtest_table_tables.c68 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 Dtest_atomic.c581 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 Dzfs_change-key_pbkdf2iters.ksh42 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 D03-failover-loop.tcl16 set iterations 20
19 while {[incr iterations -1]} {
39 puts "--- Iteration $iterations ---"
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dlist-3.tcl62 if {$::accurate} {set iterations 100} else {set iterations 10}
63 for {set j 0} {$j < $iterations} {incr j} {
H A Dset.tcl427 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 Dother.tcl23 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 Ddefrag.c610 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 Dserver.c973 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 Dbtree_test.c301 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 Dreservation.cfg36 export RESV_ITER=10 # Number of iterations
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst16 a number of iterations are performed, compressing first and decompressing later,
H A Dflow-perf.rst90 * ``--dump-iterations``
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h56 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
H A De1000_phy.c2332 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 Digc_phy.h56 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs-tests.sh326 -I NUM Number of iterations
/f-stack/freebsd/contrib/openzfs/tests/
H A DREADME.md87 -I NUM Number of iterations
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst642 "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 Dacc100.rst190 "-s", "--iter_max" : Number of iterations for LDPC decoder.
H A Dfpga_lte_fec.rst17 - Turbo Decode in the UL with total throughput of 1.5 Gbits/s assuming 8 decoder iterations

12