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.c1874 * Test both cpu_active() and %SCX_RQ_ONLINE. %SCX_RQ_ONLINE indicates in do_enqueue_task()
1876 * guarantees that, if this function returns %true, %SCX_RQ_ONLINE will in do_enqueue_task()
1880 return likely((rq->scx.flags & SCX_RQ_ONLINE) && cpu_active(cpu_of(rq))); in do_enqueue_task()
3420 rq->scx.flags |= SCX_RQ_ONLINE; in scx_watchdog_workfn()
3425 rq->scx.flags &= ~SCX_RQ_ONLINE; in scx_watchdog_workfn()
8031 cpu_rq(cpu)->scx.flags |= SCX_RQ_ONLINE;
H A Dsched.h783 SCX_RQ_ONLINE = 1 << 0, enumerator