Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dsub.h43 bool scx_rescue_keep(struct rq *rq, struct task_struct *p);
99 static inline bool scx_rescue_keep(struct rq *rq, struct task_struct *p) { return false; } in scx_rescue_keep() function
H A Dsub.c328 bool scx_rescue_keep(struct rq *rq, struct task_struct *p) in scx_rescue_keep() function
H A Dext.c3133 rescue_keep = scx_rescue_keep(rq, p); in put_prev_task_scx()