Searched refs:POOL_MANAGER_ACTIVE (Results 1 – 1 of 1) sorted by relevance
74 POOL_MANAGER_ACTIVE = 1 << 0, /* being managed */ enumerator821 bool managing = pool->flags & POOL_MANAGER_ACTIVE; in too_many_workers()2161 if (pool->flags & POOL_MANAGER_ACTIVE) in manage_workers()2164 pool->flags |= POOL_MANAGER_ACTIVE; in manage_workers()2170 pool->flags &= ~POOL_MANAGER_ACTIVE; in manage_workers()3549 if (pool->flags & POOL_MANAGER_ACTIVE) { in wq_manager_inactive()3596 pool->flags |= POOL_MANAGER_ACTIVE; in put_unbound_pool()