Home
last modified time | relevance | path

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

/linux/tools/workqueue/
H A Dwq_dump.py88 if wq.flags & WQ_BH:
108 WQ_BH = prog['WQ_BH'] variable
/linux/include/linux/
H A Dworkqueue.h372 WQ_BH = 1 << 0, /* execute in bottom half (softirq) context */ enumerator
415 __WQ_BH_ALLOWS = WQ_BH | WQ_HIGHPRI | WQ_PERCPU,
/linux/kernel/
H A Dworkqueue.c3984 (pwq->wq->flags & WQ_BH) ? &bh_key : &thr_key); in insert_wq_barrier()
4108 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()
4114 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()
4123 if (wq->flags & WQ_BH) in touch_work_lockdep_map()
4129 if (wq->flags & WQ_BH) in touch_work_lockdep_map()
5380 if (wq->flags & WQ_BH) in get_percpu_pool()
5899 if (flags & WQ_BH) { in __alloc_workqueue()
5947 if (flags & WQ_BH) { in __alloc_workqueue()
6227 if (WARN_ON(wq->flags & WQ_BH)) in workqueue_set_max_active()
6264 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active()
[all …]
/linux/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst150 ``WQ_BH``
/linux/Documentation/core-api/
H A Dworkqueue.rst175 ``WQ_BH``