Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/rtg/
Drtg.c697 if (!task_fits_max(p, cpumask_first(rtg_target))) in find_rtg_target()
/kernel/linux/linux-5.10/kernel/sched/
Dsched.h2831 extern bool task_fits_max(struct task_struct *p, int cpu);
Dfair.c4126 bool task_fits_max(struct task_struct *p, int cpu) in task_fits_max() function