Home
last modified time | relevance | path

Searched refs:WQ_BH (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/workqueue/
Dwq_dump.py82 if wq.flags & WQ_BH:
102 WQ_BH = prog['WQ_BH'] variable
/linux-6.12.1/include/linux/
Dworkqueue.h370 WQ_BH = 1 << 0, /* execute in bottom half (softirq) context */ enumerator
411 __WQ_BH_ALLOWS = WQ_BH | WQ_HIGHPRI,
/linux-6.12.1/kernel/
Dworkqueue.c3767 (pwq->wq->flags & WQ_BH) ? &bh_key : &thr_key); in insert_wq_barrier()
3877 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()
3883 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()
3892 if (wq->flags & WQ_BH) in touch_work_lockdep_map()
3898 if (wq->flags & WQ_BH) in touch_work_lockdep_map()
5458 if (wq->flags & WQ_BH) in alloc_and_link_pwqs()
5638 if (flags & WQ_BH) { in __alloc_workqueue()
5671 if (flags & WQ_BH) { in __alloc_workqueue()
5908 if (WARN_ON(wq->flags & WQ_BH)) in workqueue_set_max_active()
5945 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active()
[all …]
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dworkqueue.rst150 ``WQ_BH``
/linux-6.12.1/fs/dlm/
Dlowcomms.c1704 process_workqueue = alloc_workqueue("dlm_process", WQ_HIGHPRI | WQ_BH, 0); in work_start()
/linux-6.12.1/Documentation/core-api/
Dworkqueue.rst175 ``WQ_BH``