diff options
| author | Xin Hao <[email protected]> | 2022-09-09 21:36:06 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-10-03 14:03:08 -0700 |
| commit | 0d83b2d89dbfad17b62d4e7fb8f0b0525ba1a204 (patch) | |
| tree | 3279b016f2c4e6dda4f968299a1ca14fdf9805e1 /tools/perf/scripts/python | |
| parent | 6b1964e685544b8f8ba6780c10a6b38c2b1282a5 (diff) | |
mm/damon: remove duplicate get_monitoring_region() definitions
In lru_sort.c and reclaim.c, they are all defining get_monitoring_region()
function, there is no need to define it separately.
As 'get_monitoring_region()' is not a 'static' function anymore, we try to
use a prefix to distinguish with other functions, so there rename it to
'damon_find_biggest_system_ram'.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Xin Hao <[email protected]>
Signed-off-by: SeongJae Park <[email protected]>
Suggested-by: SeongJae Park <[email protected]>
Reviewed-by: SeongJae Park <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions