Searched refs:__WQ_ORDERED (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | workqueue.h | 410 __WQ_ORDERED = 1 << 17, /* internal: workqueue is ordered */ enumerator 580 alloc_hooks(alloc_workqueue_lockdep_map(fmt, WQ_UNBOUND | __WQ_ORDERED | (flags),\ 598 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | (flags), 1, ##args) 600 devm_alloc_workqueue(dev, fmt, WQ_UNBOUND | __WQ_ORDERED | (flags), 1, ##args)
|
| /linux/kernel/ |
| H A D | workqueue.c | 2391 if (last_pool && last_pool != pool && !(wq->flags & __WQ_ORDERED)) { in __queue_work() 5291 if (!is_last && (wq->flags & __WQ_ORDERED)) in pwq_release_workfn() 5540 if ((wq->flags & __WQ_ORDERED) && !list_empty(&wq->pwqs)) in apply_wqattrs_prepare() 5728 } else if (wq->flags & __WQ_ORDERED) { in alloc_and_link_pwqs() 6230 if (WARN_ON(wq->flags & __WQ_ORDERED)) in workqueue_set_max_active() 6264 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active() 7398 if (wq->flags & (WQ_BH | __WQ_ORDERED)) in wq_sysfs_is_visible()
|