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()3100 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()3103 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()3109 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()4935 !(pool->flags & POOL_MANAGER_ACTIVE), in put_unbound_pool()4940 if (!(pool->flags & POOL_MANAGER_ACTIVE)) { in put_unbound_pool()4941 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()