diff options
author | Mike Rapoport (Microsoft) <rppt@kernel.org> | 2025-02-25 11:30:16 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-03-22 08:03:11 +0300 |
commit | 09bdc4fe700d1c499d94452d7a20e69c26a8c007 (patch) | |
tree | 8efb0b7549631400cf8b08600336e85ea2698a42 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 24ac6fb6e3647fff3646b3ea1811095441380560 (diff) | |
download | linux-09bdc4fe700d1c499d94452d7a20e69c26a8c007.tar.xz |
mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nid
__init_reserved_page_zone() function finds the zone for pfn and nid and
performs initialization of a struct page with that zone and nid. There is
nothing in that function about reserved pages and it is misnamed.
Rename it to __init_page_from_nid() to better reflect what the function
does.
Link: https://lkml.kernel.org/r/20250225083017.567649-2-rppt@kernel.org
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Reviewed-by: Wei Yang <richard.weiyang@gmail.com>
Cc: Frank van der Linden <fvdl@google.com>
Cc: Muchun Song <muchun.song@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions