Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dworkqueue.h401 __WQ_ORDERED = 1 << 17, /* internal: workqueue is ordered */ enumerator
477 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | \
/openbmc/linux/kernel/
H A Dworkqueue.c4464 wq->flags &= ~__WQ_ORDERED; in apply_workqueue_attrs_locked()
4615 if (wq->flags & __WQ_ORDERED) { in alloc_and_link_pwqs()
4710 flags |= __WQ_ORDERED; in alloc_workqueue()
4913 wq->flags &= ~__WQ_ORDERED; in workqueue_set_max_active()
5823 if (wq->flags & __WQ_ORDERED) in workqueue_apply_unbound_cpumask()