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()2508 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()2511 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()2517 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()3994 !(pool->flags & POOL_MANAGER_ACTIVE), in put_unbound_pool()3999 if (!(pool->flags & POOL_MANAGER_ACTIVE)) { in put_unbound_pool()4000 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()