Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c2410 static int coroutine_fn raw_thread_pool_submit(ThreadPoolFunc func, void *arg) in raw_thread_pool_submit() function
2536 ret = raw_thread_pool_submit(handle_aiocb_rw, &acb); in raw_co_prw()
2611 return raw_thread_pool_submit(handle_aiocb_flush, &acb); in raw_co_flush_to_disk()
2650 return raw_thread_pool_submit(handle_aiocb_truncate, &acb); in raw_regular_truncate()
3408 return raw_thread_pool_submit(handle_aiocb_zone_report, &acb); in raw_co_zone_report()
3485 ret = raw_thread_pool_submit(handle_aiocb_zone_mgmt, &acb); in raw_co_zone_mgmt()
3567 ret = raw_thread_pool_submit(handle_aiocb_discard, &acb); in raw_do_pdiscard()
3642 return raw_thread_pool_submit(handler, &acb); in raw_do_pwrite_zeroes()
3879 return raw_thread_pool_submit(handle_aiocb_copy_range, &acb); in raw_co_copy_range_to()
4217 return raw_thread_pool_submit(handle_aiocb_ioctl, &acb); in hdev_co_ioctl()