Home
last modified time | relevance | path

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

/qemu/util/
H A Dqemu-coroutine.c65 static unsigned int global_pool_max_size = COROUTINE_POOL_BATCH_MAX_SIZE; variable
160 unsigned int max = MIN(global_pool_max_size, in coroutine_pool_put_global()
355 global_pool_max_size += additional_pool_size; in qemu_coroutine_inc_pool_size()
361 global_pool_max_size -= removing_pool_size; in qemu_coroutine_dec_pool_size()