Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dspin.h7 unsigned iteration; member
24 if (spin->iteration < 5) { in spin_adaptive()
25 for (i = 0; i < (1U << spin->iteration); i++) { in spin_adaptive()
28 spin->iteration++; in spin_adaptive()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_accum.c19 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) { in alloc_from_permuted_backtrace() argument
20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration); in alloc_from_permuted_backtrace()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dscan.tcl259 set iteration 0
261 while {!($cursor == 0 && $iteration != 0)} {
269 incr iteration
272 if {$iteration == $del_iteration} {
/f-stack/app/redis-5.0.5/src/
H A Dexpire.c104 int j, iteration = 0; in activeExpireCycle() local
164 iteration++; in activeExpireCycle()
219 if ((iteration & 0xf) == 0) { /* check once every 16 iterations. */ in activeExpireCycle()
H A Dcluster.c3318 static unsigned long long iteration = 0; in clusterCron() local
3321 iteration++; /* Number of times this function was called so far. */ in clusterCron()
3438 if (!(iteration % 10)) { in clusterCron()
/f-stack/dpdk/doc/guides/tools/
H A Dflow-perf.rst81 Set the number of flow rules to insert per iteration window,
82 where 1 <= N <= "number of flow rules per iteration window".
83 The default value is 100,000 flow rules per iteration window.
85 and an iteration window size of --rules-batch=100000 flow rules,
91 Print rates for each iteration window.
92 Default iteration window equals to the rules-batch size (i.e., 100,000).
H A Dtestregex.rst50 number of iteration to run
H A Dcomp_perf.rst17 to check the throughput rate (showing cycles/iteration, cycles/Byte and Gbps,
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Daspeed,ast2600-mdio.yaml13 The ASPEED AST2600 MDIO controller is the third iteration of ASPEED's MDIO
/f-stack/freebsd/crypto/openssl/arm/
H A Darmv4-mont.S624 addne r6,r6,#16 @ don't advance in last iteration
667 addne r6,r6,#16 @ don't advance in last iteration
711 addne r6,r6,#16 @ don't advance in last iteration
755 addne r6,r6,#16 @ don't advance in last iteration
H A Dpoly1305-armv4.S778 @ doesn't depend on reduction in previous iteration.
H A Dchacha-armv4.S1140 vld1.32 {q0,q1},[r11]! @ load for next iteration
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c635 unsigned iteration = 1; in ZDICT_optimizeTrainFromBuffer_fastCover() local
735 (unsigned)((iteration * 100) / kIterations)); in ZDICT_optimizeTrainFromBuffer_fastCover()
736 ++iteration; in ZDICT_optimizeTrainFromBuffer_fastCover()
H A Dcover.c1130 unsigned iteration = 1; in ZDICT_optimizeTrainFromBuffer_cover() local
1223 (unsigned)((iteration * 100) / kIterations)); in ZDICT_optimizeTrainFromBuffer_cover()
1224 ++iteration; in ZDICT_optimizeTrainFromBuffer_cover()
/f-stack/dpdk/doc/guides/nics/
H A Dfail_safe.rst168 /* VALID iteration over eth-dev. */
173 /* INVALID iteration over eth-dev. */
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in826 iteration = 0
827 while iteration < options.iterations:
832 iteration += 1
/f-stack/dpdk/doc/guides/eventdevs/
H A Dsw.rst57 iteration.
/f-stack/dpdk/doc/guides/bbdevs/
H A Dacc100.rst63 - ``RTE_BBDEV_TURBO_HALF_ITERATION_EVEN`` : set half iteration granularity
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_ich8lan.c4638 s32 j, iteration, sector_size; in e1000_erase_flash_bank_ich8lan() local
4660 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256; in e1000_erase_flash_bank_ich8lan()
4664 iteration = 1; in e1000_erase_flash_bank_ich8lan()
4668 iteration = 1; in e1000_erase_flash_bank_ich8lan()
4672 iteration = 1; in e1000_erase_flash_bank_ich8lan()
4682 for (j = 0; j < iteration; j++) { in e1000_erase_flash_bank_ich8lan()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst340 or if the average packet per iteration is less than expectation, the frequency is decreased by one …
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_resource.c1385 struct dlb2_list_entry *iteration; in dlb2_get_domain_from_id() local
1388 RTE_SET_USED(iteration); in dlb2_get_domain_from_id()
1398 DLB2_FUNC_LIST_FOR(rsrcs->used_domains, domain, iteration) in dlb2_get_domain_from_id()
/f-stack/freebsd/contrib/zstd/
H A DCONTRIBUTING.md206 your aggregations. You can determine `n` by simply looking at the results from each iteration
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst918 | Set for iteration stopping on successful decode condition enable |
H A Dpacket_framework.rst494 On each pipeline iteration, the packets are pushed to the next pipeline stage: for the 4-stage pipe…
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt9510 optimization is to simply reuse the control state for each iteration.
9829 run-time error on the second iteration of the loop when an attempt is
10029 loop termination value was used. Loop terminated on iteration early,
11106 within a while loop, causing an error on the second iteration. (BZ 460)
12113 iteration

12