Searched refs:WQ_BH (Results 1 – 6 of 6) sorted by relevance
82 if wq.flags & WQ_BH:102 WQ_BH = prog['WQ_BH'] variable
370 WQ_BH = 1 << 0, /* execute in bottom half (softirq) context */ enumerator411 __WQ_BH_ALLOWS = WQ_BH | WQ_HIGHPRI,
3780 (pwq->wq->flags & WQ_BH) ? &bh_key : &thr_key); in insert_wq_barrier()3904 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()3910 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()3919 if (wq->flags & WQ_BH) in touch_work_lockdep_map()3925 if (wq->flags & WQ_BH) in touch_work_lockdep_map()5485 if (wq->flags & WQ_BH) in alloc_and_link_pwqs()5666 if (flags & WQ_BH) { in __alloc_workqueue()5699 if (flags & WQ_BH) { in __alloc_workqueue()5936 if (WARN_ON(wq->flags & WQ_BH)) in workqueue_set_max_active()5973 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active()[all …]
150 ``WQ_BH``
1705 process_workqueue = alloc_workqueue("dlm_process", WQ_HIGHPRI | WQ_BH, 0); in work_start()
175 ``WQ_BH``