Home
last modified time | relevance | path

Searched refs:SCX_RQ_BAL_PENDING (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/sched_ext/include/scx/
H A Denums.autogen.h13 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_BAL_PENDING); \
H A Denums.autogen.bpf.h23 #define SCX_RQ_BAL_PENDING __SCX_RQ_BAL_PENDING macro
/linux-6.15/kernel/sched/
H A Dext.c2971 rq->scx.flags &= ~(SCX_RQ_BAL_PENDING | SCX_RQ_BAL_KEEP); in balance_one()
3306 if (unlikely(rq->scx.flags & SCX_RQ_BAL_PENDING)) { in pick_task_scx()
H A Dsched.h753 SCX_RQ_BAL_PENDING = 1 << 2, /* balance hasn't run yet */ enumerator
H A Dcore.c5989 rq->scx.flags |= SCX_RQ_BAL_PENDING; in prev_balance()