Home
last modified time | relevance | path

Searched refs:SCX_RQ_IN_WAKEUP (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h17 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_IN_WAKEUP); \
H A Denums.autogen.bpf.h35 #define SCX_RQ_IN_WAKEUP __SCX_RQ_IN_WAKEUP macro
/linux/kernel/sched/
H A Dext.c791 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()
H A Dsched.h789 SCX_RQ_IN_WAKEUP = 1 << 16, enumerator