Home
last modified time | relevance | path

Searched refs:__WQ_ORDERED (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dworkqueue.h409 __WQ_ORDERED = 1 << 17, /* internal: workqueue is ordered */ enumerator
552 alloc_hooks(alloc_workqueue_lockdep_map(fmt, WQ_UNBOUND | __WQ_ORDERED | (flags),\
570 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | (flags), 1, ##args)
/linux/kernel/
H A Dworkqueue.c2284 if (last_pool && last_pool != pool && !(wq->flags & __WQ_ORDERED)) { in __queue_work()
5116 if (!is_last && (wq->flags & __WQ_ORDERED)) in pwq_release_workfn()
5348 if ((wq->flags & __WQ_ORDERED) && !list_empty(&wq->pwqs)) in apply_wqattrs_prepare()
5543 if (wq->flags & __WQ_ORDERED) { in alloc_and_link_pwqs()
5982 if (WARN_ON(wq->flags & __WQ_ORDERED)) in workqueue_set_max_active()
6016 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active()
7406 if (WARN_ON(wq->flags & __WQ_ORDERED)) in workqueue_sysfs_register()