aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2021-05-07 11:17:34 -0400
committerMatthew Wilcox (Oracle) <[email protected]>2021-09-27 09:27:32 -0400
commit646010009d3541b8cb4f803dcb4b8d0da2f22579 (patch)
tree6193139e6e17ff4d7ef4299b80cdd067f98421da /tools/perf/scripts/python/bin
parentbf6bd276b374d44f6e7146d52aa6097eb91384a3 (diff)
mm: Add folio_raw_mapping()
Convert __page_rmapping to folio_raw_mapping and move it to mm/internal.h. It's only a couple of instructions (load and mask), so it's definitely going to be cheaper to inline it than call it. Leave page_rmapping out of line. Change page_anon_vma() to not call folio_raw_mapping() -- it's more efficient to do the subtraction than the mask. Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Reviewed-by: David Howells <[email protected]> Acked-by: Vlastimil Babka <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions