Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Drt.c464 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function
482 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity() function
1572 if (test || !rt_task_fits_capacity(p, cpu)) { in select_task_rq_rt()
1579 if (!test && target != -1 && !rt_task_fits_capacity(p, target)) in select_task_rq_rt()
1816 rt_task_fits_capacity); in find_lowest_rq()