Searched refs:SCX_RQ_ONLINE (Results 1 – 4 of 4) sorted by relevance
11 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_ONLINE); \
17 #define SCX_RQ_ONLINE __SCX_RQ_ONLINE macro
1212 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()
781 SCX_RQ_ONLINE = 1 << 0, enumerator