Searched refs:POOL_BH (Results 1 – 2 of 2) sorted by relevance
114 POOL_BH = prog['POOL_BH'] variable164 if pool.flags & POOL_BH:
82 POOL_BH = 1 << 0, /* is a BH pool */ enumerator789 return (pool->flags & POOL_BH) ? WORK_OFFQ_BH : 0; in pool_offq_flags()1287 if (pool->flags & POOL_BH) { in kick_pool_pick()2796 WARN_ON_ONCE(pool->flags & POOL_BH); in worker_attach_to_pool()2842 WARN_ON_ONCE(pool->flags & POOL_BH); in worker_detach_from_pool()2906 if (!(pool->flags & POOL_BH)) { in create_worker()6470 if (pool->flags & POOL_BH) in pr_cont_pool_info()6481 if (pool->flags & POOL_BH) in pr_cont_worker_id()6961 if (pool->flags & POOL_BH) in workqueue_online_cpu()7992 if (is_percpu_pool(pool) && !(pool->flags & POOL_BH)) { in wq_watchdog_timer_fn()[all …]