| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | spin.h | 7 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 D | prof_accum.c | 19 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 D | scan.tcl | 259 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 D | expire.c | 104 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 D | cluster.c | 3318 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 D | flow-perf.rst | 81 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 D | testregex.rst | 50 number of iteration to run
|
| H A D | comp_perf.rst | 17 to check the throughput rate (showing cycles/iteration, cycles/Byte and Gbps,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | aspeed,ast2600-mdio.yaml | 13 The ASPEED AST2600 MDIO controller is the third iteration of ASPEED's MDIO
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | armv4-mont.S | 624 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 D | poly1305-armv4.S | 778 @ doesn't depend on reduction in previous iteration.
|
| H A D | chacha-armv4.S | 1140 vld1.32 {q0,q1},[r11]! @ load for next iteration
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 635 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 D | cover.c | 1130 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 D | fail_safe.rst | 168 /* VALID iteration over eth-dev. */ 173 /* INVALID iteration over eth-dev. */
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 826 iteration = 0 827 while iteration < options.iterations: 832 iteration += 1
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | sw.rst | 57 iteration.
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 63 - ``RTE_BBDEV_TURBO_HALF_ITERATION_EVEN`` : set half iteration granularity
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_ich8lan.c | 4638 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 D | l3_forward_power_man.rst | 340 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 D | dlb2_resource.c | 1385 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 D | CONTRIBUTING.md | 206 your aggregations. You can determine `n` by simply looking at the results from each iteration
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 918 | Set for iteration stopping on successful decode condition enable |
|
| H A D | packet_framework.rst | 494 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 D | changes.txt | 9510 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
|