diff options
| author | Yu Zhao <[email protected]> | 2024-07-10 20:13:15 -0600 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-09-01 20:25:48 -0700 |
| commit | 2f52c77128b1f96b23c987a25dfc2f459634cc07 (patch) | |
| tree | e69339621fb592ed2d74c577dc1fbe2f6b427977 /tools/perf/scripts/python/bin/flamegraph-record | |
| parent | 380d70549301a3ae6cf5f4ac90d62f648f516ff7 (diff) | |
mm/swap: fold lru_rotate into cpu_fbatches
Fold lru_rotate into cpu_fbatches, and rename the folio_batch and the lock
protecting it to lru_move_tail and lock_irq respectively so that all the
boilerplate can be removed at the end of this series.
Also remove data_race() around folio_batch_count(), which is out of place:
all folio_batch_count() calls on remote cpu_fbatches are subject to
data_race(), and therefore data_race() should be inside
folio_batch_count().
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Yu Zhao <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions