Home
last modified time | relevance | path

Searched refs:qio_channel_buffer_new (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/io/
H A Dchannel-buffer.h57 qio_channel_buffer_new(size_t capacity);
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-buffer.c32 buf = qio_channel_buffer_new(0); in test_io_channel_buf()
/openbmc/qemu/io/
H A Dchannel-buffer.c29 qio_channel_buffer_new(size_t capacity) in qio_channel_buffer_new() function
/openbmc/qemu/migration/
H A Dcolo.c560 bioc = qio_channel_buffer_new(COLO_BUFFER_BASE_SIZE); in colo_process_checkpoint()
863 bioc = qio_channel_buffer_new(COLO_BUFFER_BASE_SIZE); in colo_process_incoming_thread()
H A Dmigration.c2584 bioc = qio_channel_buffer_new(4096); in postcopy_start()
3597 s->bioc = qio_channel_buffer_new(512 * 1024); in bg_migration_thread()
H A Dsavevm.c2314 bioc = qio_channel_buffer_new(length); in loadvm_handle_cmd_packaged()