Home
last modified time | relevance | path

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

/qemu/util/
H A Dqemu-coroutine.c25 COROUTINE_POOL_BATCH_MAX_SIZE = 128, enumerator
65 static unsigned int global_pool_max_size = COROUTINE_POOL_BATCH_MAX_SIZE;
200 if (unlikely(batch->size >= COROUTINE_POOL_BATCH_MAX_SIZE)) { in coroutine_pool_put()