Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c1983 return likely((rq->scx.flags & SCX_RQ_ONLINE) && cpu_active(cpu_of(rq))); in scx_rq_online()
3656 rq->scx.flags |= SCX_RQ_ONLINE; in rq_online_scx()
3661 rq->scx.flags &= ~SCX_RQ_ONLINE; in rq_offline_scx()
6223 cpu_rq(cpu)->scx.flags |= SCX_RQ_ONLINE; in init_sched_ext_class()
H A Dsched.h758 SCX_RQ_ONLINE = 1 << 0, enumerator