Searched refs:__WQ_ORDERED (Results 1 – 2 of 2) sorted by relevance
407 __WQ_ORDERED = 1 << 17, /* internal: workqueue is ordered */ enumerator547 alloc_workqueue_lockdep_map(fmt, WQ_UNBOUND | __WQ_ORDERED | (flags), \565 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | (flags), 1, ##args)
2282 if (last_pool && last_pool != pool && !(wq->flags & __WQ_ORDERED)) { in __queue_work()5057 if (!is_last && (wq->flags & __WQ_ORDERED)) in pwq_release_workfn()5289 if ((wq->flags & __WQ_ORDERED) && !list_empty(&wq->pwqs)) in apply_wqattrs_prepare()5484 if (wq->flags & __WQ_ORDERED) { in alloc_and_link_pwqs()5911 if (WARN_ON(wq->flags & __WQ_ORDERED)) in workqueue_set_max_active()5945 if (WARN_ON((wq->flags & (WQ_BH | WQ_UNBOUND | __WQ_ORDERED)) != in workqueue_set_min_active()7362 if (WARN_ON(wq->flags & __WQ_ORDERED)) in workqueue_sysfs_register()
Completed in 24 milliseconds