Searched refs:rt_task_fits_capacity (Results 1 – 1 of 1) sorted by relevance
509 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function527 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function1639 if (test || !rt_task_fits_capacity(p, cpu)) { in select_task_rq_rt()1646 if (!test && target != -1 && !rt_task_fits_capacity(p, target)) in select_task_rq_rt()1898 rt_task_fits_capacity); in find_lowest_rq()