Searched refs:POOL_BH (Results 1 – 2 of 2) sorted by relevance
114 POOL_BH = prog['POOL_BH']164 if pool.flags & POOL_BH:113 POOL_BH = prog['POOL_BH'] global() variable
82 POOL_BH = 1 << 0, /* is a BH pool */ enumerator787 return (pool->flags & POOL_BH) ? WORK_OFFQ_BH : 0; in pool_offq_flags()1277 if (pool->flags & POOL_BH) { in kick_pool()2739 WARN_ON_ONCE(pool->flags & POOL_BH); in worker_attach_to_pool()2785 WARN_ON_ONCE(pool->flags & POOL_BH); in worker_detach_from_pool()2849 if (!(pool->flags & POOL_BH)) { in create_worker()6353 if (pool->flags & POOL_BH) in pr_cont_pool_info()6364 if (pool->flags & POOL_BH) in pr_cont_worker_id()6844 if (pool->flags & POOL_BH) in workqueue_online_cpu()7820 if (pool->cpu >= 0 && !(pool->flags & POOL_BH)) { in wq_watchdog_timer_fn()[all …]