Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dworkqueue.h403 __WQ_ORDERED_EXPLICIT = 1 << 19, /* internal: alloc_ordered_workqueue() */ enumerator
478 __WQ_ORDERED_EXPLICIT | (flags), 1, ##args)
/openbmc/linux/kernel/
H A Dworkqueue.c4439 if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT)) in apply_workqueue_attrs_locked()
4884 if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT)) in workqueue_set_max_active()
6242 if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT)) in workqueue_sysfs_register()