Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/kvm/
A Ddirty_log_perf_test.c31 static int iteration; variable
49 int current_iteration = READ_ONCE(iteration); in vcpu_worker()
204 iteration = 0; in run_test()
217 iteration) in run_test()
232 while (iteration < p->iterations) { in run_test()
238 iteration++; in run_test()
240 pr_debug("Starting iteration %d\n", iteration); in run_test()
243 != iteration) in run_test()
250 iteration, ts_diff.tv_sec, ts_diff.tv_nsec); in run_test()
258 iteration, ts_diff.tv_sec, ts_diff.tv_nsec); in run_test()
[all …]
A Ddirty_log_test.c78 static uint64_t iteration; variable
586 *value_ptr == iteration - 1); in vm_dirty_log_verify()
589 if (*value_ptr == iteration - 2 && min_iter <= iteration - 2) { in vm_dirty_log_verify()
622 min_iter = iteration - 1; in vm_dirty_log_verify()
636 page, *value_ptr, iteration); in vm_dirty_log_verify()
661 page, *value_ptr, iteration); in vm_dirty_log_verify()
662 if (*value_ptr == iteration) { in vm_dirty_log_verify()
777 iteration = 1; in run_test()
778 sync_global_to_guest(vm, iteration); in run_test()
786 while (iteration < p->iterations) { in run_test()
[all …]
A Daccess_tracking_perf_test.c50 static int iteration; variable
212 *current_iteration = READ_ONCE(iteration); in spin_wait_for_next_iteration()
261 next_iteration = ++iteration; in run_iteration()
/linux/tools/gpio/
A Dgpio-hammer.c34 unsigned int iteration = 0; in hammer_device() local
100 iteration++; in hammer_device()
101 if (loops && iteration == loops) in hammer_device()
/linux/arch/sh/lib/
A Dmemcpy-sh4.S29 ! At the start of each iteration, r7 contains last long load
39 ! 6 cycles, 4 bytes per iteration
102 ! At the start of each iteration, r7 contains last long load
112 ! 6 cycles, 4 bytes per iteration
222 ! 4 cycles, 2 bytes per iteration
250 ! 3 cycles, 1 byte per iteration
332 ! 4 cycles, 2 long words per iteration
366 ! 4 cycles, 2 long words per iteration
386 ! 3 cycles, 1 byte per iteration
434 ! 4 cycles, 2 long words per iteration
[all …]
A Dcopy_page.S310 1: ! Read longword, write two words per iteration
332 ! Read longword, write byte, word, byte per iteration
/linux/drivers/net/ethernet/sfc/falcon/
A Dselftest.c45 __be16 iteration; member
345 if (received->iteration != payload->iteration) { in ef4_loopback_rx_packet()
348 "%s loopback test\n", ntohs(received->iteration), in ef4_loopback_rx_packet()
349 ntohs(payload->iteration), LOOPBACK_MODE(efx)); in ef4_loopback_rx_packet()
401 payload->iteration = htons(ntohs(payload->iteration) + 1); in ef4_iterate_state()
/linux/drivers/net/ethernet/sfc/
A Dselftest.c48 __be16 iteration; member
343 if (received->iteration != payload->iteration) { in efx_loopback_rx_packet()
346 "%s loopback test\n", ntohs(received->iteration), in efx_loopback_rx_packet()
347 ntohs(payload->iteration), LOOPBACK_MODE(efx)); in efx_loopback_rx_packet()
399 payload->iteration = htons(ntohs(payload->iteration) + 1); in efx_iterate_state()
/linux/arch/xtensa/lib/
A Dmemcopy.S123 # per iteration
129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
195 # copy 16 bytes per iteration for word-aligned dst and unaligned src
397 # per iteration
403 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
471 # copy 16 bytes per iteration for word-aligned dst and unaligned src
A Dmemset.S49 # per iteration
56 # set 16 bytes per iteration for word-aligned dst
A Dusercopy.S77 # per iteration
140 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
205 # copy 16 bytes per iteration for word-aligned dst and unaligned src
/linux/Documentation/networking/
A Dnet_dim.rst24 iteration of the algorithm, it analyses a given sample of the data, compares it
39 Each iteration of the Net DIM algorithm follows these steps:
48 supplied to the previous iteration. The comparison step checks the difference
120 the proper state in order to move to the next iteration.
142 /* Signal net DIM work is done and it should move to next iteration */
/linux/drivers/pnp/isapnp/
A Dcore.c288 int iteration = 1; in isapnp_isolate() local
320 iteration++; in isapnp_isolate()
328 if (iteration == 1) { in isapnp_isolate()
332 } else if (iteration > 1) { in isapnp_isolate()
/linux/Documentation/core-api/
A Dassoc_array.rst266 The internal tree will be packed down if possible as part of the iteration
297 it is possible for the iteration function to see some objects twice. If
299 iteration algorithm should not, however, miss any objects.
303 immediately if any call to the iteration function results in a non-zero
495 slot in that parent that points to it. None-recursive iteration uses these to
499 The backpointers, however, make simultaneous alteration and iteration tricky.
518 the iteration as we won't have reached the pointer to it yet and the
553 so as long as anyone doing walking or iteration holds the RCU read lock, the
A Didr.rst49 idr_for_each_entry_continue() to continue an iteration. You can
/linux/Documentation/devicetree/bindings/net/
A Daspeed,ast2600-mdio.yaml13 The ASPEED AST2600 MDIO controller is the third iteration of ASPEED's MDIO
/linux/sound/soc/codecs/
A Dda9055.c454 u8 iteration; in da9055_get_alc_data() local
456 for (iteration = 0; iteration < DA9055_ALC_AVG_ITERATIONS; in da9055_get_alc_data()
457 iteration++) { in da9055_get_alc_data()
A Dda7213.c198 u8 iteration; in da7213_get_alc_data() local
200 for (iteration = 0; iteration < DA7213_ALC_AVG_ITERATIONS; in da7213_get_alc_data()
201 iteration++) { in da7213_get_alc_data()
/linux/arch/x86/crypto/
A Dsha512-avx-asm.S307 # (80 rounds) / (2 rounds/iteration) + (1 iteration)
308 # +1 iteration because the scheduler leads hashing by 1 iteration
A Dsha512-ssse3-asm.S309 # (80 rounds) / (2 rounds/iteration) + (1 iteration)
310 # +1 iteration because the scheduler leads hashing by 1 iteration
A Dsha1_ssse3_asm.S298 .set i, ((\r) % 80) # pre-compute for the next iteration
372 # vector iteration / 4 scalar rounds
/linux/lib/
A Drandom32.c143 u32 iteration; member
296 for (j = 0; j < test2[i].iteration - 1; j++) in prandom_state_selftest()
/linux/arch/s390/kernel/
A Drelocate_kernel.S40 j .base # ...next iteration
/linux/Documentation/block/
A Dbiovecs.rst140 bio_vec' will contain a single-page IO vector during the iteration::
146 bio_vec' will contain a multi-page IO vector during the iteration::
/linux/tools/testing/ktest/
A Dktest.pl196 my $iteration = 0;
1507 my $i = $iteration;
1531 my $i = $iteration;
1807 my $i = $iteration;
4295 $iteration = $i;

Completed in 55 milliseconds

123