Loading kernel/sched/fair.c +6 −0 Original line number Diff line number Diff line Loading @@ -7129,6 +7129,12 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu, continue; } /* * Consider only idle CPUs for active migration. */ if (p->state == TASK_RUNNING) continue; /* * Case C) Non latency sensitive tasks on ACTIVE CPUs. * Loading Loading
kernel/sched/fair.c +6 −0 Original line number Diff line number Diff line Loading @@ -7129,6 +7129,12 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu, continue; } /* * Consider only idle CPUs for active migration. */ if (p->state == TASK_RUNNING) continue; /* * Case C) Non latency sensitive tasks on ACTIVE CPUs. * Loading