Home
last modified time | relevance | path

Searched full:while (Results 1 – 25 of 1630) sorted by relevance

12345678910>>...66

/qemu/tests/qemu-iotests/
H A D251.out6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er…
7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er…
8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er…
9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error
10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er…
11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error
12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error
13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error
14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error
15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error
[all …]
/qemu/linux-user/ppc/
H A Dcpu_loop.c88 cpu_abort(cs, "Critical interrupt while in user mode. " in cpu_loop()
92 cpu_abort(cs, "Machine check exception while in user mode. " in cpu_loop()
102 cpu_abort(cs, "External interrupt while in user mode. " in cpu_loop()
202 cpu_abort(cs, "Syscall exception while in user mode. " in cpu_loop()
206 cpu_abort(cs, "Decrementer interrupt while in user mode. " in cpu_loop()
210 cpu_abort(cs, "Fix interval timer interrupt while in user mode. " in cpu_loop()
214 cpu_abort(cs, "Watchdog timer interrupt while in user mode. " in cpu_loop()
218 cpu_abort(cs, "Data TLB exception while in user mode. " in cpu_loop()
222 cpu_abort(cs, "Instruction TLB exception while in user mode. " in cpu_loop()
235 cpu_abort(cs, "Doorbell interrupt while in user mode. " in cpu_loop()
[all …]
/qemu/include/qemu/
H A Dqueue.h103 } while (/*CONSTCOND*/0)
116 } while (/*CONSTCOND*/0)
124 } while (/*CONSTCOND*/0)
131 } while (/*CONSTCOND*/0)
138 } while (/*CONSTCOND*/0)
147 } while (/*CONSTCOND*/0)
161 } while (/*CONSTCOND*/0)
205 } while (/*CONSTCOND*/0)
210 } while (/*CONSTCOND*/0)
215 } while (/*CONSTCOND*/0)
[all …]
H A Drcu_queue.h69 } while (/*CONSTCOND*/0)
82 } while (/*CONSTCOND*/0)
98 } while (/*CONSTCOND*/0)
111 } while (/*CONSTCOND*/0)
143 } while (/*CONSTCOND*/0)
149 } while (/*CONSTCOND*/0)
157 } while (/*CONSTCOND*/0)
164 } while (/*CONSTCOND*/0)
171 while (curr->field.sqe_next != (elm)) { \
180 } while (/*CONSTCOND*/0)
[all …]
/qemu/target/hexagon/
H A Dgen_tcg_hvx.h58 } while (0)
74 } while (0)
90 } while (0)
106 } while (0)
124 } while (0)
141 } while (0)
164 } while (0)
176 } while (0)
244 } while (0)
255 } while (0)
[all …]
H A Dgen_tcg.h51 } while (0)
56 } while (0)
61 } while (0)
66 } while (0)
72 } while (0)
79 } while (0)
88 } while (0)
117 } while (0)
168 } while (0)
220 } while (0)
[all …]
H A Dmacros.h55 } while (0)
90 } while (0)
104 } while (0)
110 } while (0)
115 } while (0)
120 } while (0)
125 } while (0)
130 } while (0)
135 } while (0)
140 } while (0)
[all …]
/qemu/hw/net/
H A Dvmxnet_debug.h87 } while (0)
95 } while (0)
103 } while (0)
111 } while (0)
119 } while (0)
127 } while (0)
135 } while (0)
143 } while (0)
/qemu/target/hexagon/mmvec/
H A Dmacros.h59 } while (0)
101 } while (0)
109 #define fSWAPB(A, B) do { uint8_t tmp = A; A = B; B = tmp; } while (0)
124 } while (0)
135 } while (0)
146 } while (0)
159 } while (0)
176 } while (0)
180 } while (0)
184 } while (0)
[all …]
/qemu/pc-bios/vof/
H A Dlibc.c7 while (*s != 0) { in strlen()
17 while (*s1 != 0 && *s2 != 0) { in strcmp()
34 while (n-- > 0) { in memcpy()
46 while (n-- > 0) { in memcmp()
61 while (size-- > 0) { in memset()
/qemu/tests/unit/
H A Dtest-aio.c34 while (data->active > 0) { in wait_until_inactive()
139 while (data.n < 10) { in test_bh_schedule10()
189 while (data1.n < data1.max) { in test_bh_delete_from_cb()
226 while (data1.n < data1.max || in test_bh_delete_from_cb_many()
277 while (aio_poll(ctx, false)); in test_wait_event_notifier()
302 while (aio_poll(ctx, false)); in test_flush_event_notifier()
396 do {} while (aio_poll(ctx, false)); in test_timer_schedule()
408 do {} while (aio_poll(ctx, false)); in test_timer_schedule()
432 * are replaced by "while (g_main_context_iteration(NULL, false));".
434 * "while (g_main_context_iteration(NULL, true)" seems to work,
[all …]
H A Drcutorture.c126 while (goflag == GOFLAG_INIT) { in rcu_read_perf_test()
129 while (goflag == GOFLAG_RUN) { in rcu_read_perf_test()
152 while (goflag == GOFLAG_INIT) { in rcu_update_perf_test()
155 while (goflag == GOFLAG_RUN) { in rcu_update_perf_test()
174 while (qatomic_read(&nthreadsrunning) < nthreads) { in perftestrun()
232 int age; /* how many update cycles while not rcu_stress_current */
256 while (goflag == GOFLAG_INIT) { in rcu_read_stress_test()
259 while (goflag == GOFLAG_RUN) { in rcu_read_stress_test()
308 while (goflag == GOFLAG_INIT) { in rcu_update_stress_test()
312 while (goflag == GOFLAG_RUN) { in rcu_update_stress_test()
[all …]
H A Dtest-aio-multithread.c151 while (!stop[id]) { in test_multi_co_schedule_entry()
211 while (!qatomic_read(&now_stopping)) { in test_multi_co_mutex_entry()
246 while (running > 0) { in test_multi_co_mutex()
308 while (qatomic_read(&nodes[id].locked) == 1) { in mcs_mutex_lock()
323 while (qatomic_read(&nodes[id].next) == -1) { in mcs_mutex_unlock()
338 while (!qatomic_read(&now_stopping)) { in test_multi_fair_mutex_entry()
367 while (running > 0) { in test_multi_fair_mutex()
394 while (!qatomic_read(&now_stopping)) { in test_multi_mutex_entry()
423 while (running > 0) { in test_multi_mutex()
/qemu/chardev/
H A Dtestdev.c59 } while (0) in DECLARE_INSTANCE_CHECKER()
63 while (isspace(c)) { in DECLARE_INSTANCE_CHECKER()
68 while (isdigit(c)) { in DECLARE_INSTANCE_CHECKER()
73 while (isspace(c)) { in DECLARE_INSTANCE_CHECKER()
93 while (len) { in testdev_chr_write()
103 while (testdev->in_buf_used > 0 && in testdev_chr_write()
/qemu/hw/m68k/
H A Dbootinfo.h21 } while (0)
31 } while (0)
43 } while (0)
58 } while (0)
74 } while (0)
/qemu/migration/
H A Dxbzrle.c39 while (count512s) { in xbzrle_encode_buffer_avx512()
54 while (bytes_to_check) { in xbzrle_encode_buffer_avx512()
185 while (i < slen) { in xbzrle_encode_buffer()
193 while (res && old_buf[i] == new_buf[i]) { in xbzrle_encode_buffer()
201 while (i < slen && in xbzrle_encode_buffer()
208 while (i < slen && old_buf[i] == new_buf[i]) { in xbzrle_encode_buffer()
235 while (res && old_buf[i] != new_buf[i]) { in xbzrle_encode_buffer()
245 while (i < slen) { in xbzrle_encode_buffer()
251 while (old_buf[i] != new_buf[i]) { in xbzrle_encode_buffer()
282 while (i < slen) { in xbzrle_decode_buffer()
/qemu/tests/qemu-iotests/tests/
H A Dgraph-changes-while-io4 # Test graph changes while I/O is happening
65 while not done:
77 # While qemu-img bench is running, repeatedly add and remove an
79 while bench_thr.is_alive():
119 # While qemu-img bench is running, repeatedly commit overlay to node0
120 while bench_thr.is_alive():
139 # While I/O is performed on 'node0' node, consequently add 2 snapshots
141 while bench_thr.is_alive():
/qemu/tests/tcg/multiarch/
H A Doverflow.c42 fprintf(stderr, "data overflow while adding 32 bits\n"); in main()
46 fprintf(stderr, "data overflow while adding 64 bits\n"); in main()
50 fprintf(stderr, "data overflow while subtracting 32 bits\n"); in main()
54 fprintf(stderr, "data overflow while subtracting 64 bits\n"); in main()
/qemu/monitor/
H A Dhmp.c85 while (qemu_isspace(*p)) { in get_str()
96 while (*p != '\0' && *p != '\"') { in get_str()
131 while (*p != '\0' && !qemu_isspace(*p)) { in get_str()
180 while (qemu_isspace(*p)) { in parse_cmdline()
329 while (qemu_isspace(*pch)) { in next()
383 while ((*pch >= 'a' && *pch <= 'z') || in expr_unary()
392 while (qemu_isspace(*pch)) { in expr_unary()
417 while (qemu_isspace(*pch)) { in expr_unary()
517 while (qemu_isspace(*pch)) { in get_expr()
557 while (qemu_isspace(*p)) { in get_command_name()
[all …]
/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.c27 while (index < count) { in read_fifo()
33 while (size > 0) { in read_fifo()
52 while (index < count) { in write_fifo()
59 while (frag_i < size) { in write_fifo()
69 while (--count >= 0) { in fill_block()
/qemu/ui/
H A Dvnc-enc-zywrle.h221 } while (0)
230 } while (0)
240 } while (0)
249 } while (0)
258 } while (0)
264 } while (0)
324 while (px0 < end) { in wavelet_level()
454 while (top < end) { in wavelet()
461 while (top < end) { in wavelet()
477 } while (0)
[all …]
H A Dvnc-enc-zrle.c.inc111 *end = ~*(end-1); /* one past the end is different so the while loop ends */
116 while (ptr < end) {
121 while (*++ptr == pix) ;
162 while (ptr < end) {
169 while (*ptr == pix && ptr < end) {
193 while (len >= 255) {
216 while (ptr < eol) {
/qemu/hw/display/
H A Dpl110_template.h42 while (width > 0) { in glue()
70 while (width > 0) { in glue()
98 while (width > 0) { in glue()
126 while (width > 0) { in glue()
150 while (width > 0) { in glue()
196 while (width > 0) { in glue()
227 while (width > 0) { in glue()
265 while (width > 0) { in glue()
/qemu/tests/functional/qemu_test/
H A Dcmd.py52 while True:
104 while True:
125 Keep sending a string to interrupt a console prompt, while logging the
151 Waits for messages to appear on the console, while logging the content
164 Send a command to a console (appending CRLF characters), while logging
178 for success_message to appear on the console, while logging the.
/qemu/tests/rocker/
H A Dport4 while ! simp ssh tut sw1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done
5 while ! simp ssh tut h1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done
6 while ! simp ssh tut h2 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done

12345678910>>...66