diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2021-04-12 16:45:17 -0400 |
|---|---|---|
| committer | Matthew Wilcox (Oracle) <[email protected]> | 2021-09-27 09:27:31 -0400 |
| commit | dd10ab049beb479dc83bb14a7b5cd68c363983ce (patch) | |
| tree | 954b257996e8d30144667ee4a15f97d1c0a34dad /tools/perf/scripts/python | |
| parent | 6abbaa5b01730a1f0883d199cf5a90ae5c5dccea (diff) | |
mm: Add folio_mapped()
This function is the equivalent of page_mapped(). It is slightly
shorter as we do not need to handle the PageTail() case. Reimplement
page_mapped() as a wrapper around folio_mapped(). folio_mapped()
is 13 bytes smaller than page_mapped(), but the page_mapped() wrapper
is 30 bytes, for a net increase of 17 bytes of text.
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Reviewed-by: William Kucharski <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: David Howells <[email protected]>
Acked-by: Kirill A. Shutemov <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions