Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.h45 bool scx_allow_ttwu_queue(const struct task_struct *p);
79 static inline bool scx_allow_ttwu_queue(const struct task_struct *p) { return true; } in scx_allow_ttwu_queue() function
H A Dext.c4672 bool scx_allow_ttwu_queue(const struct task_struct *p) in scx_allow_ttwu_queue() function
H A Dcore.c3937 if (!scx_allow_ttwu_queue(p)) in ttwu_queue_cond()