Searched refs:POOL_MANAGER_ACTIVE (Results 1 – 1 of 1) sorted by relevance
82 POOL_MANAGER_ACTIVE = 1 << 1, /* being managed */ enumerator964 bool managing = pool->flags & POOL_MANAGER_ACTIVE; in too_many_workers()3134 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()3137 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()3143 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()4994 !(pool->flags & POOL_MANAGER_ACTIVE), in put_unbound_pool()4999 if (!(pool->flags & POOL_MANAGER_ACTIVE)) { in put_unbound_pool()5000 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()