Searched refs:SCX_RQ_BAL_KEEP (Results 1 – 4 of 4) sorted by relevance
14 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_BAL_KEEP); \
26 #define SCX_RQ_BAL_KEEP __SCX_RQ_BAL_KEEP macro
2971 rq->scx.flags &= ~(SCX_RQ_BAL_PENDING | SCX_RQ_BAL_KEEP); in balance_one()3000 rq->scx.flags |= SCX_RQ_BAL_KEEP; in balance_one()3033 rq->scx.flags |= SCX_RQ_BAL_KEEP; in balance_one()3063 rq->scx.flags |= SCX_RQ_BAL_KEEP; in balance_one()3288 bool keep_prev = rq->scx.flags & SCX_RQ_BAL_KEEP; in pick_task_scx()
754 SCX_RQ_BAL_KEEP = 1 << 3, /* balance decided to keep current */ enumerator