aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2024-04-02 21:06:54 +0100
committerAndrew Morton <[email protected]>2024-04-25 20:56:40 -0700
commitf6a8dd98a2ce7ace0be59d77868751131af6d2f0 (patch)
tree35db7d779081baea9953b077388188f883a98188 /tools/perf/scripts/python/task-analyzer.py
parent4c773a44257f1f8a88ebc2c1bf67799bb4d6f409 (diff)
hugetlb: convert alloc_buddy_hugetlb_folio to use a folio
While this function returned a folio, it was still using __alloc_pages() and __free_pages(). Use __folio_alloc() and put_folio() instead. This actually removes a call to compound_head(), but more importantly, it prepares us for the move to memdescs. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Reviewed-by: Sidhartha Kumar <[email protected]> Reviewed-by: Oscar Salvador <[email protected]> Reviewed-by: Muchun Song <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions