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

/linux-master/kernel/sched/
H A Drt.c461 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) function
479 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) function
1589 if (test || !rt_task_fits_capacity(p, cpu)) {
1596 if (!test && target != -1 && !rt_task_fits_capacity(p, target))
1848 rt_task_fits_capacity);

Completed in 135 milliseconds