Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task
From: peterz
Date: Thu Aug 20 2020 - 09:46:34 EST
> That's been said, not compensating the vruntime for a sched_idle task
> makes sense for me. Even if that will only help for others task in the
> same cfs_rq
Yeah, but it is worth the extra pointer chasing and branches?
Then again, I suppose we started all that with the idle_h_nr_running
nonsense :/