Home
last modified time | relevance | path

Searched refs:SCX_RQ_BAL_KEEP (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h14 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_BAL_KEEP); \
H A Denums.autogen.bpf.h26 #define SCX_RQ_BAL_KEEP __SCX_RQ_BAL_KEEP macro
/linux/kernel/sched/
H A Dext.c2050 rq->scx.flags &= ~(SCX_RQ_BAL_PENDING | SCX_RQ_BAL_KEEP); in balance_one()
2080 rq->scx.flags |= SCX_RQ_BAL_KEEP; in balance_one()
2114 rq->scx.flags |= SCX_RQ_BAL_KEEP; in balance_one()
2144 rq->scx.flags |= SCX_RQ_BAL_KEEP; in balance_one()
2375 bool keep_prev = rq->scx.flags & SCX_RQ_BAL_KEEP; in pick_task_scx()
H A Dsched.h784 SCX_RQ_BAL_KEEP = 1 << 3, /* balance decided to keep current */ enumerator