Loading kernel/sched/hmp.c +1 −0 Original line number Diff line number Diff line Loading @@ -3340,6 +3340,7 @@ skip_early: busy[i].prev_load = div64_u64(sched_ravg_window, NSEC_PER_USEC); busy[i].new_task_load = 0; busy[i].predicted_load = 0; goto exit_early; } Loading Loading
kernel/sched/hmp.c +1 −0 Original line number Diff line number Diff line Loading @@ -3340,6 +3340,7 @@ skip_early: busy[i].prev_load = div64_u64(sched_ravg_window, NSEC_PER_USEC); busy[i].new_task_load = 0; busy[i].predicted_load = 0; goto exit_early; } Loading