Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-coroutine.c63 static CoroutinePool global_pool = QSLIST_HEAD_INITIALIZER(global_pool); variable
142 batch = QSLIST_FIRST(&global_pool); in coroutine_pool_refill_local()
145 QSLIST_REMOVE_HEAD(&global_pool, next); in coroutine_pool_refill_local()
164 QSLIST_INSERT_HEAD(&global_pool, batch, next); in coroutine_pool_put_global()