Re: [PATCH 6/9] sched/fair: Removed unsued cfs_rq.h_nr_delayed
From: Peter Zijlstra
Date: Thu Nov 28 2024 - 05:04:09 EST
On Thu, Nov 28, 2024 at 10:27:47AM +0100, Vincent Guittot wrote:
> h_nr_delayed is not used anymore. We now have
> - h_nr_running which tracks tasks ready to run
> - h_nr_enqueued which tracks enqueued tasks either ready to run or delayed
> dequeue
Oh, now I see where you're going.
Let me read the lot again, because this sure as hell was a confusing
swizzle.