Searched refs:POOL_BH (Results 1 – 2 of 2) sorted by relevance
113 POOL_BH = prog['POOL_BH'] variable163 if pool.flags & POOL_BH:
81 POOL_BH = 1 << 0, /* is a BH pool */ enumerator772 return (pool->flags & POOL_BH) ? WORK_OFFQ_BH : 0; in pool_offq_flags()1262 if (pool->flags & POOL_BH) { in kick_pool()2701 WARN_ON_ONCE(pool->flags & POOL_BH); in worker_attach_to_pool()2747 WARN_ON_ONCE(pool->flags & POOL_BH); in worker_detach_from_pool()2811 if (!(pool->flags & POOL_BH)) { in create_worker()6267 if (pool->flags & POOL_BH) in pr_cont_pool_info()6278 if (pool->flags & POOL_BH) in pr_cont_worker_id()6758 if (pool->flags & POOL_BH) in workqueue_online_cpu()7707 if (pool->cpu >= 0 && !(pool->flags & POOL_BH)) { in wq_watchdog_timer_fn()[all …]