aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMinchan Kim <[email protected]>2021-05-04 18:36:57 -0700
committerLinus Torvalds <[email protected]>2021-05-05 11:27:24 -0700
commit361a2a229fa31ab7f2b236b5946e434964d00762 (patch)
tree74246feb78afbe5ab7c443d3578d12a784759ff4 /tools/perf/scripts/python
parentd479960e44f27e0e52ba31b21740b703c538027c (diff)
mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
Currently, migrate_[prep|finish] is merely a wrapper of lru_cache_[disable|enable]. There is not much to gain from having additional abstraction. Use lru_cache_[disable|enable] instead of migrate_[prep|finish], which would be more descriptive. note: migrate_prep_local in compaction.c changed into lru_add_drain to avoid CPU schedule cost with involving many other CPUs to keep old behavior. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Minchan Kim <[email protected]> Acked-by: Michal Hocko <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Cc: Chris Goldsworthy <[email protected]> Cc: John Dias <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Oliver Sang <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Cc: Vlastimil Babka <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions