Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 13 of 13) sorted by relevance

/qemu/block/
H A Dqed-table.c68 unsigned int index, unsigned int n, bool flush) in qed_write_table()
184 bool flush) in qed_write_l2_table()
193 bool 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()
283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char()
/qemu/migration/
H A Dmultifd-zlib.c111 int flush = Z_NO_FLUSH; in multifd_zlib_send_prepare() local
236 int flush = Z_NO_FLUSH; in multifd_zlib_recv() local
H A Dmultifd-zstd.c107 ZSTD_EndDirective flush = ZSTD_e_continue; in multifd_zstd_send_prepare() local
/qemu/python/qemu/qmp/
H A Dutil.py33 async def flush(writer: asyncio.StreamWriter) -> None: function
/qemu/tests/qemu-iotests/
H A D13695 def accounted_ops(self, read = False, write = False, flush = False): argument
113 def accounted_latency(self, read = False, write = False, flush = False): argument
/qemu/ui/
H A Dvnc-jobs.c147 bool flush; in vnc_jobs_consume_buffer() local
/qemu/hw/misc/
H A Dpc-testdev.c51 MemoryRegion flush; member
/qemu/rust/qemu-api/src/
H A Dchardev.rs47 fn flush(&mut self) -> io::Result<()> { in flush() method
/qemu/include/hw/ppc/
H A Dmac_dbdma.h156 DBDMA_flush flush; member
/qemu/hw/misc/macio/
H A Dmac_dbdma.c566 DBDMA_rw rw, DBDMA_flush flush, in DBDMA_register_channel()
/qemu/hw/net/
H A Dimx_fec.c515 static void imx_eth_enable_rx(IMXFECState *s, bool flush) in imx_eth_enable_rx()
/qemu/hw/display/
H A Dqxl.c703 static inline void qxl_push_free_res(PCIQXLDevice *d, int flush) in qxl_push_free_res()