diff options
author | Miquel Raynal <[email protected]> | 2024-08-26 12:14:05 +0200 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2024-09-06 17:00:02 +0200 |
commit | 8adf1ac24ba8ee34b8fd36ebf159004ec472fca0 (patch) | |
tree | ec5b944b8991f63cf5655d2ed4f2ca1645d70c72 /tools/perf/scripts/python | |
parent | 3f4c0ad490cc55db5b375a2e19c67159cb255795 (diff) |
mtd: nand: Introduce a block iterator
In order to be able to iterate easily across eraseblocks rather than
pages, let's introduce a block iterator inspired from the page iterator.
The main usage of this iterator will be for continuous/sequential reads,
where it is interesting to use a single request rather than split the
requests in smaller chunks (ie. pages) that can be hardly optimized.
So a "continuous" boolean get's added for this purpose.
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions