Searched refs:thread_pool_submit_aio (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-thread-pool.c | 59 data.aiocb = thread_pool_submit_aio(worker_cb, &data, in test_submit_aio() 124 thread_pool_submit_aio(worker_cb, &data[i], done_cb, &data[i]); in test_submit_many() 152 data[i].aiocb = thread_pool_submit_aio(long_cb, &data[i], in do_test_cancel()
|
/openbmc/qemu/util/ |
H A D | thread-pool.c | 241 BlockAIOCB *thread_pool_submit_aio(ThreadPoolFunc *func, void *arg, in thread_pool_submit_aio() function 288 thread_pool_submit_aio(func, arg, thread_pool_co_cb, &tpc); in thread_pool_submit_co() 295 thread_pool_submit_aio(func, arg, NULL, NULL); in thread_pool_submit()
|
/openbmc/qemu/hw/9pfs/ |
H A D | coth.c | 44 thread_pool_submit_aio(coroutine_enter_func, co, coroutine_enter_cb, co); in co_run_in_worker_bh()
|
/openbmc/qemu/include/block/ |
H A D | thread-pool.h | 36 BlockAIOCB *thread_pool_submit_aio(ThreadPoolFunc *func, void *arg,
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_backend.c | 110 thread_pool_submit_aio(tpm_backend_worker_thread, s, in tpm_backend_deliver_request()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pmem.c | 90 thread_pool_submit_aio(worker_cb, req_data, done_cb, req_data); in virtio_pmem_flush()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nvdimm.c | 520 thread_pool_submit_aio(flush_worker_cb, state, in spapr_nvdimm_flush_post_load() 701 thread_pool_submit_aio(flush_worker_cb, state, in h_scm_flush()
|
/openbmc/qemu/block/ |
H A D | file-win32.c | 170 return thread_pool_submit_aio(aio_worker, acb, cb, opaque); in paio_submit()
|