Searched refs:WQ_BH (Results 1 – 8 of 8) sorted by relevance
82 if wq.flags & WQ_BH:102 WQ_BH = prog['WQ_BH'] variable
371 WQ_BH = 1 << 0, /* execute in bottom half (softirq) context */ enumerator413 __WQ_BH_ALLOWS = WQ_BH | WQ_HIGHPRI | WQ_PERCPU,
3809 (pwq->wq->flags & WQ_BH) ? &bh_key : &thr_key); in insert_wq_barrier()3933 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()3939 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()3948 if (wq->flags & WQ_BH) in touch_work_lockdep_map()3954 if (wq->flags & WQ_BH) in touch_work_lockdep_map()5517 if (wq->flags & WQ_BH) in alloc_and_link_pwqs()5698 if (flags & WQ_BH) { in __alloc_workqueue()5731 if (flags & WQ_BH) { in __alloc_workqueue()5979 if (WARN_ON(wq->flags & WQ_BH)) in workqueue_set_max_active()6016 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active()[all …]
150 ``WQ_BH``
606 rtwusb->rxwq = alloc_workqueue("rtw89_usb: rx wq", WQ_BH, 0); in rtw89_usb_init_rx()
968 rtwusb->rxwq = alloc_workqueue("rtw88_usb: rx wq", WQ_BH, 0); in rtw_usb_init_rx()
1706 process_workqueue = alloc_workqueue("dlm_process", WQ_HIGHPRI | WQ_BH | WQ_PERCPU, 0); in work_start()
175 ``WQ_BH``