Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwait.h25 #define WQ_FLAG_PRIORITY 0x20 macro
177 if (!(wq->flags & WQ_FLAG_PRIORITY)) in __add_wait_queue()
/openbmc/linux/kernel/sched/
H A Dwait.c43 wq_entry->flags |= WQ_FLAG_EXCLUSIVE | WQ_FLAG_PRIORITY; in add_wait_queue_priority()