Searched refs:POOL_MANAGER_ACTIVE (Results 1 – 1 of 1) sorted by relevance
76 POOL_MANAGER_ACTIVE = 1 << 0, /* being managed */ enumerator853 bool managing = pool->flags & POOL_MANAGER_ACTIVE; in too_many_workers()2505 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()2508 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()2514 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()3991 !(pool->flags & POOL_MANAGER_ACTIVE), in put_unbound_pool()3996 if (!(pool->flags & POOL_MANAGER_ACTIVE)) { in put_unbound_pool()3997 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()