Home
last modified time | relevance | path

Searched refs:scx_rescuee (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/ext/
H A Dsub.h213 static inline struct task_struct *scx_rescuee(struct rq *rq) in scx_rescuee() function
228 static inline struct task_struct *scx_rescuee(struct rq *rq) { return NULL; } in scx_rescuee() function
H A Dext.c1308 if (unlikely(p == scx_rescuee(rq))) in scx_task_slice_ended()
1406 if (unlikely(curr == scx_rescuee(rq))) in update_curr_scx()
2296 (SCX_HAS_OP(sch, stopping) || unlikely(p == scx_rescuee(rq)))) { in dequeue_task_scx()
3132 if (unlikely(p == scx_rescuee(rq))) in put_prev_task_scx()
3155 if ((p->scx.slice || unlikely(p == scx_rescuee(rq))) && in put_prev_task_scx()
3169 if (unlikely(p == scx_rescuee(rq))) { in put_prev_task_scx()
4367 if (unlikely((p->scx.flags & SCX_TASK_PROTECTED) || p == scx_rescuee(rq))) in local_task_should_reenq()
4664 if (unlikely(p == scx_rescuee(rq))) in scx_can_stop_tick()
H A Dsub.c765 if (is_migration_disabled(p) || p == scx_rescuee(rq)) in scx_task_reenq_on_cap_revoke()