Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Drt.c509 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function
527 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function
1648 if (test || !rt_task_fits_capacity(p, cpu)) { in select_task_rq_rt()
1655 if (!test && target != -1 && !rt_task_fits_capacity(p, target)) in select_task_rq_rt()
1907 rt_task_fits_capacity); in find_lowest_rq()