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
1874 * 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;
783 SCX_RQ_ONLINE = 1 << 0, enumerator