Searched refs:local_pool (Results 1 – 1 of 1) sorted by relevance
67 QEMU_DEFINE_STATIC_CO_TLS(CoroutinePool, local_pool);93 CoroutinePool *local_pool = get_ptr_local_pool(); in local_pool_cleanup() local97 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() local117 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() local151 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 …]