Searched refs:rt_task_fits_capacity (Results 1 – 1 of 1) sorted by relevance
471 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function489 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function1579 if (test || !rt_task_fits_capacity(p, cpu)) { in select_task_rq_rt()1586 if (!test && target != -1 && !rt_task_fits_capacity(p, target)) in select_task_rq_rt()1837 rt_task_fits_capacity); in find_lowest_rq()