Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h18 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_IN_DISPATCH); \
H A Denums.autogen.bpf.h38 #define SCX_RQ_IN_DISPATCH __SCX_RQ_IN_DISPATCH macro
/linux/kernel/sched/ext/
H A Dext.c382 if (rq->scx.flags & SCX_RQ_IN_DISPATCH) in rq_is_open()
1069 if (rq->scx.flags & SCX_RQ_IN_DISPATCH) { in schedule_deferred_locked()
1577 if (rq->scx.flags & SCX_RQ_IN_DISPATCH) in rq_owned_post_enq()
2925 rq->scx.flags |= SCX_RQ_IN_DISPATCH; in dispatch_one()
2983 rq->scx.flags &= ~SCX_RQ_IN_DISPATCH; in dispatch_one()
3000 rq->scx.flags &= ~SCX_RQ_IN_DISPATCH; in dispatch_one()
3315 if (rq->scx.flags & SCX_RQ_IN_DISPATCH) in dispatch_core_pick()
8442 return !is_idle_task(rq->curr) && !(rq->scx.flags & SCX_RQ_IN_DISPATCH); in can_skip_idle_kick()
/linux/kernel/sched/
H A Dsched.h796 SCX_RQ_IN_DISPATCH = 1 << 17, enumerator