Searched refs:POOL_MANAGER_ACTIVE (Results 1 – 1 of 1) sorted by relevance
78 POOL_MANAGER_ACTIVE = 1 << 0, /* being managed */ enumerator832 bool managing = pool->flags & POOL_MANAGER_ACTIVE; in too_many_workers()2163 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()2166 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()2172 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()3558 if (pool->flags & POOL_MANAGER_ACTIVE) { in wq_manager_inactive()3605 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()