Home
last modified time | relevance | path

Searched full:iteration (Results 1 – 25 of 890) sorted by relevance

12345678910>>...36

/openbmc/linux/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c67 static int iteration; variable
85 int current_iteration = READ_ONCE(iteration); in vcpu_worker()
98 pr_debug("vCPU %d updated last completed iteration to %d\n", in vcpu_worker()
104 pr_debug("vCPU %d iteration %d dirty memory time: %ld.%.9lds\n", in vcpu_worker()
108 pr_debug("vCPU %d iteration %d populate memory time: %ld.%.9lds\n", in vcpu_worker()
115 * (iteration is negative) so that vCPUs are accessing memory in vcpu_worker()
118 while (current_iteration == READ_ONCE(iteration) && in vcpu_worker()
119 READ_ONCE(iteration) >= 0 && !READ_ONCE(host_quit)) {} in vcpu_worker()
123 …bug("\nvCPU %d dirtied 0x%lx pages over %d iterations in %ld.%.9lds. (Avg %ld.%.9lds/iteration)\n", in vcpu_worker()
177 iteration = 0; in run_test()
[all …]
H A Ddirty_log_test.c80 static uint64_t iteration; variable
108 * pages during the first iteration. in guest_code()
112 *(uint64_t *)addr = READ_ONCE(iteration); in guest_code()
121 *(uint64_t *)addr = READ_ONCE(iteration); in guest_code()
392 pr_info("Iteration %ld collected %u pages\n", iteration, count); in dirty_ring_collect_dirty_pages()
457 * bit set in the _next_ iteration. For example, if we detected the
458 * page value changed to current iteration but at the same time the
579 "set in this iteration but it is missing", in vm_dirty_log_verify()
591 * previous iteration number or the current one. in vm_dirty_log_verify()
593 matched = (*value_ptr == iteration || in vm_dirty_log_verify()
[all …]
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.cpp38 for (int iteration = 0; iteration < 8; iteration++) in configGPIODirOutput() local
40 gpioStr = gpioName + std::to_string(iteration); in configGPIODirOutput()
78 for (int iteration = 0; iteration < 8; iteration++) in postCodeDisplay() local
81 int value = !((status >> iteration) & 0x01); in postCodeDisplay()
83 led_lines[iteration].set_value(value); in postCodeDisplay()
139 for (size_t iteration = 0; iteration < host.size(); iteration++) in postCodeIpmiHandler() local
141 std::string objPathInst = snoopObject + host[iteration]; in postCodeIpmiHandler()
149 reporters[iteration]->emit_object_added(); in postCodeIpmiHandler()
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_upload_stability.robot25 ${iteration} ${0} variable
47 Set Test Variable ${iteration} ${iteration + 1}
48 ${loop_count}= Catenate Starting iteration: ${iteration}
70 ${loop_count}= Catenate Ending iteration: ${iteration}
H A Dtest_bmc_reset_loop.robot31 # By default run test for 50 loops, else user input iteration.
41 # By default run test for 50 loops, else user input iteration.
51 # By default run test for 50 loops, else user input iteration.
61 # By default run test for 50 loops, else user input iteration.
/openbmc/linux/include/drm/
H A Ddrm_atomic.h316 * iteration
751 * @connector: &struct drm_connector iteration cursor
752 * @old_connector_state: &struct drm_connector_state iteration cursor for the
754 * @new_connector_state: &struct drm_connector_state iteration cursor for the
756 * @__i: int iteration cursor, for macro-internal use
775 * @connector: &struct drm_connector iteration cursor
776 * @old_connector_state: &struct drm_connector_state iteration cursor for the
778 * @__i: int iteration cursor, for macro-internal use
796 * @connector: &struct drm_connector iteration cursor
797 * @new_connector_state: &struct drm_connector_state iteration cursor for the
[all …]
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c31 static int iteration; variable
57 iteration++; in run_vcpu_iteration()
60 iteration) in run_vcpu_iteration()
71 int current_iteration = READ_ONCE(iteration); in vcpu_worker()
79 /* Wait for the start of the next iteration to be signaled. */ in vcpu_worker()
80 while (current_iteration == READ_ONCE(iteration) && in vcpu_worker()
81 READ_ONCE(iteration) >= 0 && in vcpu_worker()
118 iteration = -1; in run_test()
134 while (iteration < ITERATIONS) { in run_test()
136 get_page_stats(vm, &stats_dirty_pass[iteration - 1], in run_test()
[all …]
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_bmc_image_switch.robot18 # Switch iteration count. By default it does only 2 switch.
20 # nth iteration.
30 # iteration power_on
39 # iteration power_on
46 [Documentation] Wrapper keyword for iteration for firmware side switch.
47 [Arguments] ${iteration} ${power_on}
50 # iteration Number of switch it needs to perform.
54 FOR ${count} IN RANGE 0 ${iteration}
63 # Power Off for next iteration. Firmware image switch ideally needs to be
/openbmc/linux/include/linux/
H A Dprime_numbers.h12 * @prime: the current prime number in this iteration
16 * the @max value. On each iteration, @prime is set to the current prime number.
18 * @prime set to 1 on the first iteration use for_each_prime_number_from()
26 * @prime: the current prime number in this iteration
31 * @max value. On each iteration, @prime is set to the current prime number.
H A Ddim.h90 * @prev_stats: Measured rates from previous iteration (for comparison)
91 * @start_sample: Sampled data at start of current iteration
133 * These will determine if the algorithm is in a valid state to start an iteration.
135 * @DIM_START_MEASURE: This is the first iteration (also after applying a new profile)
166 * These will determine the verdict of current iteration.
168 * @DIM_STATS_WORSE: Current iteration shows worse performance than before
169 * @DIM_STATS_SAME: Current iteration shows same performance than before
170 * @DIM_STATS_BETTER: Current iteration shows better performance than before
H A Dradix-tree.h103 * iteration radix_tree_iter also holds the slots' bit-mask for one chosen
277 * @start: iteration starting index
297 * radix_tree_next_chunk - find next chunk of slots for iteration
331 * radix_tree_iter_retry - retry this chunk of the iteration
337 * and continue the iteration.
361 * before releasing the lock to continue the iteration from the next index.
393 * a) we are doing tagged iteration and iter->tags has been set to 0, or
394 * b) we are doing non-tagged iteration, and iter->index and iter->next_index
445 * @start: iteration starting index
460 * @start: iteration starting index
H A Diomap.h204 * @inode: Set at the start of the iteration and should not change.
210 * iteration, or a negative errno. 0 causes the iteration to stop.
212 * @iomap: Map describing the I/O iteration
229 * iomap_length - length of the current iomap iteration
230 * @iter: iteration structure
232 * Returns the length that the operation applies to for the current iteration.
244 * iomap_iter_srcmap - return the source map for the current iomap iteration
245 * @i: iteration structure
/openbmc/openbmc-test-automation/systest/
H A Dgpu_stress_test.robot57 # Set the iteration (loop) counter.
58 Set Suite Variable ${iteration} ${0} children=true
81 Set Suite Variable ${iteration} ${iteration + 1}
82 ${loop_count}= Catenate Starting iteration: ${iteration}
144 ${loop_count}= Catenate Ending iteration: ${iteration}
H A Dhtx_hardbootme_test.robot90 # Set up the iteration (loop) counter.
91 Set Suite Variable ${iteration} ${0} children=true
93 # Estimate the time required for a single iteration loop.
126 Set Suite Variable ${iteration} ${iteration + 1}
127 ${loop_count}= Catenate Starting iteration: ${iteration}
164 ${loop_count}= Catenate Ending iteration: ${iteration}
H A Dhtx_softbootme_test.robot40 # Set up the (soft) bootme iteration (loop) counter.
41 Set Suite Variable ${iteration} ${0} children=true
108 Set Suite Variable ${iteration} ${iteration + 1}
109 ${loop_count}= Catenate Completed reboot number: ${iteration}
/openbmc/openbmc-test-automation/pldm/
H A Dtest_firmware_boot_side.robot48 # iteration
55 [Documentation] Number of iteration, test should perform switch side and boot.
56 [Arguments] ${iteration}
59 # iteration Number of switch it needs to perform.
61 FOR ${count} IN RANGE 0 ${iteration}
62 Print Timen The Current Loop Count is ${count} of ${iteration}
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dconntrack_vrf.sh7 # For ingress, this means first iteration has iifname of lower/real
9 # Second iteration is iifname set to vrf device, tvrf in this script.
11 # For egress, this is reversed: first iteration has the vrf device,
12 # second iteration is done with the lower/real/veth0 device.
105 # as decided by the first iteration of the ruleset.
149 # This tests the first iteration of the packet through conntrack,
189 # must also check that nat table was evaluated on second (lower device) iteration.
205 # This tests the 2nd iteration of the packet through conntrack,
226 # must also check that nat table was evaluated on second (lower device) iteration.
/openbmc/linux/tools/testing/radix-tree/
H A Diteration_check.c3 * iteration_check.c: test races having to do with xarray iteration
65 * node and randomly pausing the iteration.
98 * node and randomly pausing the iteration.
131 * two iteration functions.
179 perror("create tagged iteration thread"); in iteration_test()
183 perror("create untagged iteration thread"); in iteration_test()
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot60 Log To Console ${iter}th iteration Patch Request without valid session token
65 # Every 100th iteration, check BMC allows patch with auth token.
116 Log To Console ${iter}th iteration Post Request without valid session token
121 # Every 100th iteration, check BMC allows post with auth token.
142 Log To Console ${iter}th iteration
147 # Every 100th iteration Login with correct credentials
177 # Every 100th iteration, check BMC GUI is responsive.
209 # Every 100th iteration, check BMC GUI is responsive.
253 # Every 100th iteration, check delete operation with valid session token.
271 Log To Console ${iter}th iteration
[all …]
/openbmc/linux/fs/iomap/
H A Diter.c15 * changed during the operation. In this case, the iteration behaviour is to
26 /* handle the previous iteration (if any) */ in iomap_iter_advance()
40 /* clear the state for the next iteration */ in iomap_iter_advance()
61 * @iter: iteration structue
66 * This function handles cleanup of resources acquired for iteration when the
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_benchmark.c106 unsigned int iteration = 60; in lsdc_show_benchmark_copy() local
110 iteration, in lsdc_show_benchmark_copy()
118 iteration, in lsdc_show_benchmark_copy()
126 iteration, in lsdc_show_benchmark_copy()
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Ddesign-review.md23 1. Each design iteration will have a comment section
25 - A title with the iteration number
29 iteration and repeat these steps
/openbmc/linux/include/linux/dma/
H A Dti-cppi5.h722 * @icnt0: Total loop iteration count for level 0 (innermost)
736 * @icnt0: Total loop iteration count for level 0 (innermost)
737 * @icnt1: Total loop iteration count for level 1
752 * @icnt0: Total loop iteration count for level 0 (innermost)
753 * @icnt1: Total loop iteration count for level 1
756 * @icnt2: Total loop iteration count for level 2
774 * @icnt0: Total loop iteration count for level 0 (innermost)
775 * @icnt1: Total loop iteration count for level 1
778 * @icnt2: Total loop iteration count for level 2
779 * @icnt3: Total loop iteration count for level 3 (outermost)
[all …]
/openbmc/linux/arch/x86/tools/
H A Dinsn_sanity.c34 static unsigned long iter_start; /* Start of iteration number */
35 static unsigned long iter_end = DEFAULT_MAX_ITER; /* End of iteration number */
46 fprintf(stderr, "\t-s Give a random seed (and iteration number)\n"); in usage()
47 fprintf(stderr, "\t-m Give a maximum iteration number\n"); in usage()
100 /* Give a seed and iteration number */ in dump_stream()
206 usage("Max iteration number must be bigger than iter-num"); in parse_args()
236 if (i < iter_start) /* Skip to given iteration number */ in main()
/openbmc/linux/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 …]

12345678910>>...36