Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Drt.c458 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function
476 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function
1478 if (test || !rt_task_fits_capacity(p, cpu)) { in select_task_rq_rt()
1485 if (!test && target != -1 && !rt_task_fits_capacity(p, target)) in select_task_rq_rt()
1724 rt_task_fits_capacity); in find_lowest_rq()