[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240817204639.132794-1-axboe@kernel.dk>
Date: Sat, 17 Aug 2024 14:45:09 -0600
From: Jens Axboe <axboe@...nel.dk>
To: linux-kernel@...r.kernel.org
Cc: peterz@...radead.org,
tglx@...utronix.de
Subject: [PATCHSET v5 0/4] Split iowait into two states
Hi,
This is v5 of the patchset where the current in_iowait state is split
into two parts:
1) The "task is sleeping waiting on IO", and would like cpufreq goodness
in terms of sleep and wakeup latencies.
2) The above, and also accounted as such in the iowait stats.
The current ->in_iowait covers both, this series splits it into two types
of state so that each can be controlled seperately.
Patches 1..3 are prep patches, changing the type of
task_struct->nr_iowait and adding helpers to manipulate the iowait counts.
Patch 4 does the actual splitting.
Comments welcome! Peter, CC'ing you since I did on the previous posting,
feel free to ignore.
Since v4:
- Nothing, rebase on top of current master with sched/core pulled in
--
Jens Axboe
Powered by blists - more mailing lists