diff options
| author | Johannes Weiner <[email protected]> | 2024-01-29 20:36:46 -0500 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-02-22 10:24:43 -0800 |
| commit | a984649b5c1f34103638a960b255bd695c2a9445 (patch) | |
| tree | b1da0beb97375884c11d926b79428a4c5fe65081 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 06ed22890cf9749b0e45d59c5cdc6e46dbd7339d (diff) | |
mm: zswap: function ordering: pool alloc & free
The function ordering in zswap.c is a little chaotic, which requires
jumping in unexpected directions when following related code. This is
a series of patches that brings the file into the following order:
- pool functions
- lru functions
- rbtree functions
- zswap entry functions
- compression/backend functions
- writeback & shrinking functions
- store, load, invalidate, swapon, swapoff
- debugfs
- init
But it has to be split up such the moving still produces halfway
readable diffs.
In this patch, move pool allocation and freeing functions.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Johannes Weiner <[email protected]>
Reviewed-by: Nhat Pham <[email protected]>
Cc: Chengming Zhou <[email protected]>
Cc: Yosry Ahmed <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions