Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/tests/qemu-iotests/
H A D026.out.nocache17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
24 qemu-io: Failed to flush the L2 table cache: Input/output error
25 qemu-io: Failed to flush the refcount block cache: Input/output error
131 qemu-io: Failed to flush the L2 table cache: Input/output error
139 qemu-io: Failed to flush the L2 table cache: Input/output error
185 qemu-io: Failed to flush the L2 table cache: Input/output error
192 qemu-io: Failed to flush the L2 table cache: Input/output error
233 qemu-io: Failed to flush the L2 table cache: Input/output error
240 qemu-io: Failed to flush the L2 table cache: Input/output error
[all …]
H A D026.out17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
24 qemu-io: Failed to flush the L2 table cache: Input/output error
25 qemu-io: Failed to flush the refcount block cache: Input/output error
129 qemu-io: Failed to flush the L2 table cache: Input/output error
136 qemu-io: Failed to flush the L2 table cache: Input/output error
177 qemu-io: Failed to flush the L2 table cache: Input/output error
184 qemu-io: Failed to flush the L2 table cache: Input/output error
225 qemu-io: Failed to flush the L2 table cache: Input/output error
232 qemu-io: Failed to flush the L2 table cache: Input/output error
[all …]
H A D142119 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]ann…
121 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.no-flush=on | grep -e "Cache" -e "[C…
123 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.no-flush=on | grep -e "Cache" -e …
125 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.no-flush=on | grep -e "Cache…
260 …rv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_img",cache.no-flush=on | grep -e "Cach…
262 …un_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.no-flush=on -drive "$drv_im…
264 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.no-flush=on -drive "$drv_f…
266 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile",cache.no-flush=on -drive "$drv_bk" -drive "$drv_f…
H A D142.out83 cache.no-flush=on on none0
90 cache.no-flush=on on file
159 cache.no-flush=on on none0
166 cache.no-flush=on on file
235 cache.no-flush=on on none0
242 cache.no-flush=on on file
318 cache.no-flush=on on file
394 cache.no-flush=on on file
477 cache.no-flush=on on blk
561 cache.no-flush=on on blk
[all …]
H A D191.out149 "no-flush": false,
177 "no-flush": false,
218 "no-flush": false,
246 "no-flush": false,
287 "no-flush": false,
315 "no-flush": false,
344 "no-flush": false,
372 "no-flush": false,
556 "no-flush": false,
584 "no-flush": false,
[all …]
H A D13695 def accounted_ops(self, read = False, write = False, flush = False): argument
109 if flush:
113 def accounted_latency(self, read = False, write = False, flush = False): argument
123 if flush:
190 total_flush_latency = self.accounted_latency(flush = True)
209 if (self.accounted_ops(read = True, write = True, flush = True) != 0):
H A D273.out68 "no-flush": false,
96 "no-flush": false,
136 "no-flush": false,
164 "no-flush": false,
192 "no-flush": false,
H A D29746 sys.stdout.flush()
56 sys.stdout.flush()
H A D307.out18 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
47 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
79 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
89 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
116 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
H A D246.out16 --- Forcing flush of bitmaps to disk ---
141 --- Forcing flush of bitmaps to disk ---
205 --- Forcing flush of bitmaps to disk ---
H A D223.out86 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
97 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
107 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
208 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
219 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
229 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
/qemu/block/
H A Dqed-table.c68 unsigned int index, unsigned int n, bool flush) in qed_write_table() argument
98 trace_qed_write_table_cb(s, table, flush, ret); in qed_write_table()
103 if (flush) { in qed_write_table()
184 bool flush) in qed_write_l2_table() argument
188 request->l2_table->table, index, n, flush); in qed_write_l2_table()
193 bool flush) in qed_write_l2_table_sync() argument
195 return qed_write_l2_table(s, request, index, n, flush); in qed_write_l2_table_sync()
/qemu/qobject/
H A Djson-lexer.c264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state() argument
271 *char_consumed = !flush && !(next & LOOKAHEAD); in next_state()
283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char() argument
294 while (flush ? lexer->state != lexer->start_state : !char_consumed) { in json_lexer_feed_char()
295 new_state = next_state(lexer, ch, flush, &char_consumed); in json_lexer_feed_char()
297 assert(!flush); in json_lexer_feed_char()
/qemu/migration/
H A Dmultifd-zlib.c132 int flush = Z_NO_FLUSH; in zlib_send_prepare() local
135 flush = Z_SYNC_FLUSH; in zlib_send_prepare()
159 ret = deflate(zs, flush); in zlib_send_prepare()
284 int flush = Z_NO_FLUSH; in zlib_recv() local
289 flush = Z_SYNC_FLUSH; in zlib_recv()
304 ret = inflate(zs, flush); in zlib_recv()
H A Dmultifd-zstd.c130 ZSTD_EndDirective flush = ZSTD_e_continue; in zstd_send_prepare() local
133 flush = ZSTD_e_flush; in zstd_send_prepare()
148 ret = ZSTD_compressStream2(z->zcs, &z->out, &z->in, flush); in zstd_send_prepare()
/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/
H A Dmysql-flush.sh.sample9 FIFO=/var/run/mysql-flush.fifo
32 INNODB_STATUS=$(mktemp /tmp/mysql-flush.XXXXXX)
/qemu/tests/avocado/
H A Dlinux_initrd.py45 initrd.flush()
75 initrd.flush()
/qemu/hw/misc/
H A Dpc-testdev.c51 MemoryRegion flush; member
182 memory_region_init_io(&dev->flush, OBJECT(dev), &test_flush_ops, dev, in testdev_realizefn()
190 memory_region_add_subregion(io, 0xe4, &dev->flush); in testdev_realizefn()
/qemu/hw/sparc/
H A Dtrace-events11 sun4m_iommu_mem_writel_tlbflush(uint32_t val) "tlb flush 0x%x"
12 sun4m_iommu_mem_writel_pgflush(uint32_t val) "page flush 0x%x"
/qemu/include/hw/ppc/
H A Dmac_dbdma.h160 DBDMA_flush flush; member
176 DBDMA_rw rw, DBDMA_flush flush,
/qemu/roms/
H A Dedk2-build.py107 print(f'### {rebase_prefix}{line}', flush = True)
114 print('###', flush = True)
120 print(f'### building in silent mode [no log] ...', flush = True)
122 print(f'### building in silent mode [{logfile}] ...', flush = True)
142 print(cmdline, flush = True)
/qemu/scripts/codeconverter/codeconverter/
H A Dtest_patching.py29 of.flush()
69 of.flush()
/qemu/hw/misc/macio/
H A Dmac_dbdma.c566 DBDMA_rw rw, DBDMA_flush flush, in DBDMA_register_channel() argument
575 assert(flush); in DBDMA_register_channel()
579 ch->flush = flush; in DBDMA_register_channel()
686 if (do_flush && ch->flush) { in dbdma_control_write()
687 ch->flush(&ch->io); in dbdma_control_write()
904 ch->flush = dbdma_unassigned_flush; in mac_dbdma_init()
/qemu/tests/image-fuzzer/
H A Drunner.py51 fd.flush()
89 fd.flush()
95 fd.flush()
/qemu/ui/
H A Dvnc-jobs.c147 bool flush; in vnc_jobs_consume_buffer() local
168 flush = vs->ioc != NULL && vs->abort != true; in vnc_jobs_consume_buffer()
171 if (flush) { in vnc_jobs_consume_buffer()

1234