Searched refs:SCX_RQ_IN_WAKEUP (Results 1 – 4 of 4) sorted by relevance
17 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_IN_WAKEUP); \
35 #define SCX_RQ_IN_WAKEUP __SCX_RQ_IN_WAKEUP macro
791 if (rq->scx.flags & SCX_RQ_IN_WAKEUP) in schedule_deferred()1340 rq->scx.flags |= SCX_RQ_IN_WAKEUP; in enqueue_task_scx()1374 rq->scx.flags &= ~SCX_RQ_IN_WAKEUP; in enqueue_task_scx()
789 SCX_RQ_IN_WAKEUP = 1 << 16, enumerator