Searched refs:POOL_MANAGER_ACTIVE (Results 1 – 1 of 1) sorted by relevance
82 POOL_MANAGER_ACTIVE = 1 << 1, /* being managed */ enumerator958 bool managing = pool->flags & POOL_MANAGER_ACTIVE; in too_many_workers()3109 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()3112 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()3118 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()4962 !(pool->flags & POOL_MANAGER_ACTIVE), in put_unbound_pool()4967 if (!(pool->flags & POOL_MANAGER_ACTIVE)) { in put_unbound_pool()4968 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()