Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h407 __WQ_ORDERED = 1 << 17, /* internal: workqueue is ordered */ enumerator
547 alloc_workqueue_lockdep_map(fmt, WQ_UNBOUND | __WQ_ORDERED | (flags), \
565 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()
5084 if (!is_last && (wq->flags & __WQ_ORDERED)) in pwq_release_workfn()
5316 if ((wq->flags & __WQ_ORDERED) && !list_empty(&wq->pwqs)) in apply_wqattrs_prepare()
5511 if (wq->flags & __WQ_ORDERED) { in alloc_and_link_pwqs()
5939 if (WARN_ON(wq->flags & __WQ_ORDERED)) in workqueue_set_max_active()
5973 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active()
7390 if (WARN_ON(wq->flags & __WQ_ORDERED)) in workqueue_sysfs_register()