Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 1 of 1) sorted by relevance

/qemu/util/
H A Dqemu-coroutine.c72 CoroutinePoolBatch *batch = g_new(CoroutinePoolBatch, 1); in coroutine_pool_batch_new() local
79 static void coroutine_pool_batch_delete(CoroutinePoolBatch *batch) in coroutine_pool_batch_delete()
94 CoroutinePoolBatch *batch; in local_pool_cleanup() local
117 CoroutinePoolBatch *batch = QSLIST_FIRST(local_pool); in coroutine_pool_get_local() local
139 CoroutinePoolBatch *batch; in coroutine_pool_refill_local() local
157 static void coroutine_pool_put_global(CoroutinePoolBatch *batch) in coroutine_pool_put_global()
192 CoroutinePoolBatch *batch = QSLIST_FIRST(local_pool); in coroutine_pool_put() local