Searched refs:raw_thread_pool_submit (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 2514 static int coroutine_fn raw_thread_pool_submit(ThreadPoolFunc func, void *arg) in bdrv_qiov_is_aligned() 2641 ret = raw_thread_pool_submit(handle_aiocb_rw, &acb); in raw_co_prw() 2720 return raw_thread_pool_submit(handle_aiocb_flush, &acb); 2759 return raw_thread_pool_submit(handle_aiocb_truncate, &acb); in raw_co_truncate() 3518 return raw_thread_pool_submit(handle_aiocb_zone_report, &acb); in raw_co_zone_mgmt() 3595 ret = raw_thread_pool_submit(handle_aiocb_zone_mgmt, &acb); in raw_co_zone_mgmt() 3678 ret = raw_thread_pool_submit(handle_aiocb_discard, &acb); in raw_do_pwrite_zeroes() 3753 return raw_thread_pool_submit(handler, &acb); in raw_get_specific_info() 3990 return raw_thread_pool_submit(handle_aiocb_copy_range, &acb); 4368 ret = raw_thread_pool_submit(handle_aiocb_ioct 2498 static int coroutine_fn raw_thread_pool_submit(ThreadPoolFunc func, void *arg) raw_thread_pool_submit() function [all...] |