Home
last modified time | relevance | path

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

/openbmc/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
97 QSLIST_FOREACH_SAFE(batch, local_pool, next, tmp) { in local_pool_cleanup()
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
117 CoroutinePoolBatch *batch = QSLIST_FIRST(local_pool); in coroutine_pool_get_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
[all …]