Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c31 static uint64_t iteration; variable
51 uint64_t current_iteration = READ_ONCE(iteration); in vcpu_worker()
79 while (current_iteration == READ_ONCE(iteration) && in vcpu_worker()
137 iteration = 0; in run_test()
147 pr_debug("Starting iteration %lu - Populating\n", iteration); in run_test()
148 while (READ_ONCE(vcpu_last_completed_iteration[vcpu_id]) != iteration) in run_test()
150 iteration); in run_test()
164 while (iteration < iterations) { in run_test()
170 iteration++; in run_test()
172 pr_debug("Starting iteration %lu\n", iteration); in run_test()
[all …]
H A Ddirty_log_test.c70 static uint64_t iteration; variable
102 *(uint64_t *)addr = READ_ONCE(iteration); in guest_code()
111 *(uint64_t *)addr = READ_ONCE(iteration); in guest_code()
315 TEST_ASSERT(*value_ptr == iteration || in vm_dirty_log_verify()
316 *value_ptr == iteration - 1, in vm_dirty_log_verify()
319 page, *value_ptr, iteration); in vm_dirty_log_verify()
341 TEST_ASSERT(*value_ptr <= iteration, in vm_dirty_log_verify()
344 page, *value_ptr, iteration); in vm_dirty_log_verify()
345 if (*value_ptr == iteration) { in vm_dirty_log_verify()
458 iteration = 1; in run_test()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/iteration/
H A Diterate.hpp76 # define BOOST_PP_ITERATE_1 <boost/preprocessor/iteration/detail/iter/forward1.hpp>
77 # define BOOST_PP_ITERATE_2 <boost/preprocessor/iteration/detail/iter/forward2.hpp>
78 # define BOOST_PP_ITERATE_3 <boost/preprocessor/iteration/detail/iter/forward3.hpp>
79 # define BOOST_PP_ITERATE_4 <boost/preprocessor/iteration/detail/iter/forward4.hpp>
80 # define BOOST_PP_ITERATE_5 <boost/preprocessor/iteration/detail/iter/forward5.hpp>
H A Dself.hpp17 # define BOOST_PP_INCLUDE_SELF() <boost/preprocessor/iteration/detail/self.hpp>
H A Dlocal.hpp21 # define BOOST_PP_LOCAL_ITERATE() <boost/preprocessor/iteration/detail/local.hpp>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dtypeof_impl.hpp99 typedef typename _typeof_encode_fraction<iteration>::BOOST_PP_CAT(item,n) BOOST_PP_CAT(item,n);
106 typedef _typeof_encode_fraction<self_t::iteration> fraction_type;
115 static const int iteration=(pos/5); member
117 typedef typename Iter::template _apply_next<self_t::iteration>::type fraction_type;
153 BOOST_STATIC_CONSTANT(int,iteration=(pos/BOOST_TYPEOF_LIMIT_SIZE));\
/OK3568_Linux_fs/kernel/tools/gpio/
H 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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dmem.c797 vu_long pattern, int iteration) in mem_test_quick() argument
807 if (iteration & 1) { in mem_test_quick()
869 int iteration; in do_mem_mtest() local
906 for (iteration = 0; in do_mem_mtest()
907 !iteration_limit || iteration < iteration_limit; in do_mem_mtest()
908 iteration++) { in do_mem_mtest()
914 printf("Iteration: %6d\r", iteration + 1); in do_mem_mtest()
920 iteration); in do_mem_mtest()
945 iteration, errs); in do_mem_mtest()
/OK3568_Linux_fs/u-boot/lib/
H A Dgunzip.c102 void gzwrite_progress(int iteration, in gzwrite_progress() argument
106 if (0 == (iteration & 3)) in gzwrite_progress()
143 int iteration = 0; in gzwrite() local
253 gzwrite_progress(iteration++, in gzwrite()
/OK3568_Linux_fs/kernel/arch/sh/lib/
H 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 …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H 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()
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H 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
H A Dmemset.S49 # per iteration
56 # set 16 bytes per iteration for word-aligned dst
H A Dusercopy.S72 # per iteration
135 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
200 # copy 16 bytes per iteration for word-aligned dst and unaligned src
/OK3568_Linux_fs/kernel/Documentation/networking/
H 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 */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-croniter_1.3.4.bb1 DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
/OK3568_Linux_fs/kernel/drivers/pnp/isapnp/
H 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()
/OK3568_Linux_fs/buildroot/package/libucl/
H A DConfig.in8 parser, emitting, conversion, generation, iteration,
/OK3568_Linux_fs/kernel/Documentation/core-api/
H 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
/OK3568_Linux_fs/buildroot/package/subversion/
H A D0001-workaround-ac-run-ifelse.patch18 AC_MSG_CHECKING([for Mach-O dynamic module iteration functions])
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/iteration/detail/
H A Dlocal.hpp13 # error BOOST_PP_ERROR: local iteration boundaries are not defined
15 # error BOOST_PP_ERROR: local iteration target macro is not defined
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A D0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch4 Subject: [PATCH] tests/02lineargrow: clear the superblock at every iteration
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H 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()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha512-ssse3-asm.S313 # (80 rounds) / (2 rounds/iteration) + (1 iteration)
314 # +1 iteration because the scheduler leads hashing by 1 iteration

123456