Home
last modified time | relevance | path

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

/qemu/util/
H A Dqemu-coroutine.c67 QEMU_DEFINE_STATIC_CO_TLS(CoroutinePool, local_pool);
93 CoroutinePool *local_pool = get_ptr_local_pool(); in local_pool_cleanup() local
98 QSLIST_REMOVE_HEAD(local_pool, next); in local_pool_cleanup()
116 CoroutinePool *local_pool = get_ptr_local_pool(); in coroutine_pool_get_local() local
129 QSLIST_REMOVE_HEAD(local_pool, next); in coroutine_pool_get_local()
138 CoroutinePool *local_pool = get_ptr_local_pool(); in coroutine_pool_refill_local() local
151 QSLIST_INSERT_HEAD(local_pool, batch, next); in coroutine_pool_refill_local()
191 CoroutinePool *local_pool = get_ptr_local_pool(); in coroutine_pool_put() local
196 QSLIST_INSERT_HEAD(local_pool, batch, next); in coroutine_pool_put()
205 QSLIST_REMOVE_HEAD(local_pool, next); in coroutine_pool_put()
[all …]