/qemu/io/ |
H A D | task.c | 56 QIOTask *task; in qio_task_new() local 73 static void qio_task_free(QIOTask *task) in qio_task_free() 109 QIOTask *task = opaque; in qio_task_thread_result() local 120 QIOTask *task = opaque; in qio_task_thread_worker() local 150 void qio_task_run_in_thread(QIOTask *task, in qio_task_run_in_thread() 179 void qio_task_wait_thread(QIOTask *task) in qio_task_wait_thread() 195 void qio_task_complete(QIOTask *task) in qio_task_complete() 203 void qio_task_set_error(QIOTask *task, in qio_task_set_error() 210 bool qio_task_propagate_error(QIOTask *task, in qio_task_propagate_error() 223 void qio_task_set_result_pointer(QIOTask *task, in qio_task_set_result_pointer() [all …]
|
H A D | channel-tls.c | 151 QIOTask *task; member 161 QIOTask *task, in qio_channel_tls_handshake_task() 220 QIOTask *task = data->task; in qio_channel_tls_handshake_io() local 242 QIOTask *task; in qio_channel_tls_handshake() local 254 static void qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task, in qio_channel_tls_bye_task() 301 QIOTask *task = data->task; in qio_channel_tls_bye_io() local 316 static void propagate_error(QIOTask *task, gpointer opaque) in propagate_error() 323 QIOTask *task; in qio_channel_tls_bye() local
|
H A D | dns-resolver.c | 192 static void qio_dns_resolver_lookup_worker(QIOTask *task, in qio_dns_resolver_lookup_worker() 220 QIOTask *task; in qio_dns_resolver_lookup_async() local 237 QIOTask *task, in qio_dns_resolver_lookup_result()
|
H A D | channel-socket.c | 195 static void qio_channel_socket_connect_worker(QIOTask *task, in qio_channel_socket_connect_worker() 215 QIOTask *task = qio_task_new( in qio_channel_socket_connect_async() local 270 static void qio_channel_socket_listen_worker(QIOTask *task, in qio_channel_socket_listen_worker() 291 QIOTask *task = qio_task_new( in qio_channel_socket_listen_async() local 347 static void qio_channel_socket_dgram_worker(QIOTask *task, in qio_channel_socket_dgram_worker() 370 QIOTask *task = qio_task_new( in qio_channel_socket_dgram_async() local
|
H A D | channel-websock.c | 533 QIOTask *task = user_data; in qio_channel_websock_handshake_send() local 573 QIOTask *task = user_data; in qio_channel_websock_handshake_io() local 901 QIOTask *task; in qio_channel_websock_handshake() local
|
/qemu/tests/unit/ |
H A D | test-io-task.c | 55 static void task_callback(QIOTask *task, in task_callback() 67 QIOTask *task; in test_task_complete() local 97 QIOTask *task; in test_task_data_free() local 115 QIOTask *task; in test_task_failure() local 145 static void test_task_thread_worker(QIOTask *task, in test_task_thread_worker() 160 static void test_task_thread_callback(QIOTask *task, in test_task_thread_callback() 176 QIOTask *task; in test_task_thread_complete() local 217 QIOTask *task; in test_task_thread_failure() local
|
H A D | test-io-channel-tls.c | 56 static void test_tls_handshake_done(QIOTask *task, in test_tls_handshake_done()
|
H A D | test-io-channel-socket.c | 94 static void test_io_channel_complete(QIOTask *task, in test_io_channel_complete()
|
/qemu/target/i386/kvm/ |
H A D | tdx-quote-generator.c | 74 static void tdx_generate_quote_cleanup(TdxGenerateQuoteTask *task) in tdx_generate_quote_cleanup() 88 TdxGenerateQuoteTask *task = opaque; in tdx_get_quote_read() local 197 TdxGenerateQuoteTask *task = opaque; in tdx_send_report() local 229 TdxGenerateQuoteTask *task = opaque; in tdx_quote_generator_connected() local 249 TdxGenerateQuoteTask *task = opaque; in getquote_expired() local 255 static void setup_get_quote_timer(TdxGenerateQuoteTask *task) in setup_get_quote_timer() 264 void tdx_generate_quote(TdxGenerateQuoteTask *task, in tdx_generate_quote()
|
H A D | tdx.c | 1126 static void tdx_get_quote_completion(TdxGenerateQuoteTask *task) in tdx_get_quote_completion() 1165 TdxGenerateQuoteTask *task; in tdx_handle_get_quote() local
|
/qemu/ui/ |
H A D | vnc-ws.c | 28 static void vncws_tls_handshake_done(QIOTask *task, in vncws_tls_handshake_done() 97 static void vncws_handshake_done(QIOTask *task, in vncws_handshake_done()
|
H A D | vnc-auth-vencrypt.c | 66 static void vnc_tls_handshake_done(QIOTask *task, in vnc_tls_handshake_done()
|
/qemu/block/ |
H A D | aio_task.c | 39 AioTask *task = opaque; in aio_task_co() local 89 void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task) in aio_task_pool_start_task()
|
H A D | nfs.c | 224 static void coroutine_fn nfs_co_init_task(BlockDriverState *bs, NFSRPC *task) in nfs_co_init_task() 235 NFSRPC *task = opaque; in nfs_co_generic_bh_cb() local 246 NFSRPC *task = private_data; in nfs_co_generic_cb() local 268 NFSRPC task; in nfs_co_preadv() local 302 NFSRPC task; in nfs_co_pwritev() local 349 NFSRPC task; in nfs_co_flush() local 718 NFSRPC *task = private_data; in nfs_get_allocated_file_size_cb() local 733 NFSRPC task = {0}; in nfs_co_get_allocated_file_size() local
|
H A D | block-copy.c | 84 AioTask task; member 110 static int64_t task_end(BlockCopyTask *task) in task_end() 192 BlockCopyTask *task; in block_copy_task_create() local 232 static void coroutine_fn block_copy_task_shrink(BlockCopyTask *task, in block_copy_task_shrink() 250 static void coroutine_fn block_copy_task_end(BlockCopyTask *task, int ret) in block_copy_task_end() 466 BlockCopyTask *task) in block_copy_task_run() 581 static coroutine_fn int block_copy_task_entry(AioTask *task) in block_copy_task_entry() 770 BlockCopyTask *task; in block_copy_dirty_clusters() local
|
H A D | iscsi.c | 113 struct scsi_task *task; member 125 struct scsi_task *task; member 241 struct scsi_task *task = command_data; in iscsi_co_generic_cb() local 1432 struct scsi_task *task = NULL; in iscsi_readcapacity_sync() local 1504 struct scsi_task *task = NULL; in iscsi_do_inquiry() local 1582 struct scsi_task *task; in iscsi_modesense_sync() local 1800 struct scsi_task *task = NULL; in iscsi_open() local 2208 struct scsi_task *task; in iscsi_xcopy_task() local
|
H A D | rbd.c | 1253 RBDTask *task = opaque; in qemu_rbd_finish_bh() local 1267 static void qemu_rbd_completion_cb(rbd_completion_t c, RBDTask *task) in qemu_rbd_completion_cb() 1283 RBDTask task = { .bs = bs, .co = qemu_coroutine_self() }; in qemu_rbd_start_co() local
|
/qemu/backends/ |
H A D | cryptodev-lkcf.c | 112 CryptoDevLKCFTask *task, *next; in cryptodev_lkcf_handle_response() local 257 CryptoDevLKCFTask *task, *next; in cryptodev_lkcf_cleanup() local 304 static void cryptodev_lkcf_execute_task(CryptoDevLKCFTask *task) in cryptodev_lkcf_execute_task() 449 CryptoDevLKCFTask *task; in cryptodev_lkcf_worker() local 481 CryptoDevLKCFTask *task; in cryptodev_lkcf_operation() local
|
/qemu/migration/ |
H A D | tls.c | 58 static void migration_tls_incoming_handshake(QIOTask *task, in migration_tls_incoming_handshake() 101 static void migration_tls_outgoing_handshake(QIOTask *task, in migration_tls_outgoing_handshake()
|
H A D | socket.c | 60 static void socket_outgoing_migration(QIOTask *task, in socket_outgoing_migration()
|
H A D | postcopy-ram.c | 1620 postcopy_preempt_tls_handshake(QIOTask *task, gpointer opaque) in postcopy_preempt_tls_handshake() 1631 postcopy_preempt_send_channel_new(QIOTask *task, gpointer opaque) in postcopy_preempt_send_channel_new()
|
/qemu/contrib/vhost-user-scsi/ |
H A D | vhost-user-scsi.c | 95 struct scsi_task *task; in scsi_task_new() local 130 struct scsi_task *task; in handle_cmd_sync() local
|
/qemu/net/ |
H A D | stream.c | 269 static void net_stream_server_listening(QIOTask *task, gpointer opaque) in net_stream_server_listening() 325 static void net_stream_client_connected(QIOTask *task, gpointer opaque) in net_stream_client_connected()
|
/qemu/chardev/ |
H A D | char-socket.c | 777 static void tcp_chr_websock_handshake(QIOTask *task, gpointer user_data) in tcp_chr_websock_handshake() 816 static void tcp_chr_tls_handshake(QIOTask *task, in tcp_chr_tls_handshake() 1134 static void qemu_chr_socket_connected(QIOTask *task, void *opaque) in qemu_chr_socket_connected() 1162 static void tcp_chr_connect_client_task(QIOTask *task, in tcp_chr_connect_client_task()
|
/qemu/tests/qtest/ |
H A D | microbit-test.c | 441 static void timer_task(QTestState *qts, hwaddr task) in timer_task()
|