Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h11 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_ONLINE); \
H A Denums.autogen.bpf.h17 #define SCX_RQ_ONLINE __SCX_RQ_ONLINE macro
/linux/kernel/sched/
H A Dext.c1212 return likely((rq->scx.flags & SCX_RQ_ONLINE) && cpu_active(cpu_of(rq))); in scx_rq_online()
2604 rq->scx.flags |= SCX_RQ_ONLINE; in rq_online_scx()
2609 rq->scx.flags &= ~SCX_RQ_ONLINE; in rq_offline_scx()
5328 cpu_rq(cpu)->scx.flags |= SCX_RQ_ONLINE; in init_sched_ext_class()
H A Dsched.h781 SCX_RQ_ONLINE = 1 << 0, enumerator