Searched refs:POOL_MANAGER_ACTIVE (Results 1 – 1 of 1) sorted by relevance
83 POOL_MANAGER_ACTIVE = 1 << 1, /* being managed */ enumerator978 bool managing = pool->flags & POOL_MANAGER_ACTIVE; in too_many_workers()3257 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()3260 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()3266 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()3611 if (!(pool->flags & POOL_MANAGER_ACTIVE) || in assign_rescuer_work()5169 !(pool->flags & POOL_MANAGER_ACTIVE), in put_unbound_pool()5174 if (!(pool->flags & POOL_MANAGER_ACTIVE)) { in put_unbound_pool()5175 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()