diff options
| author | Vishal Moola (Oracle) <[email protected]> | 2023-01-30 12:18:28 -0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-02-13 15:54:30 -0800 |
| commit | fa4e3f5ffa5e6e22f751d289c9afa502dda30b8d (patch) | |
| tree | b7c96196b4d29a0e16bbc957cb0067f61cca09fd /tools/perf/scripts/python | |
| parent | 192a50220342f82826812d0032a82fe441e924e2 (diff) | |
mm: add folio_estimated_sharers()
Patch series "Convert various mempolicy.c functions to use folios", v4.
This patch series converts migrate_page_add() and queue_pages_required()
to migrate_folio_add() and queue_page_required(). It also converts the
callers of the functions to use folios as well, and introduces a helper
function to estimate the number of sharers of a folio.
This patch (of 6):
folio_estimated_sharers() takes in a folio and returns the precise number
of times the first subpage of the folio is mapped.
This function aims to provide an estimate for the number of sharers of a
folio. This is necessary for folio conversions where we care about the
number of processes that share a folio, but don't necessarily want to
check every single page within that folio.
This is in contrast to folio_mapcount() which calculates the total number
of the times a folio and all its subpages are mapped.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Vishal Moola (Oracle) <[email protected]>
Reviewed-by: Yin Fengwei <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Cc: Jane Chu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions