Files
kernel_arpi/include/linux
Minchan Kim 134ac2d4dc FROMLIST: mm: replace migrate_prep with lru_add_drain_all
Currently, migrate_prep is merely a wrapper of lru_cache_add_all.
There is not much to gain from having additional abstraction.

Use lru_add_drain_all instead of migrate_prep, 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
keep old behavior.

Bug: 180018981
Link: https://lore.kernel.org/linux-mm/20210310161429.399432-1-minchan@kernel.org/
Signed-off-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: I1bd3fcb13993e8a7a7961ceec817ac17304364cb
2021-03-12 12:35:53 -08:00
..
2021-01-13 10:28:55 +01:00
2021-03-07 12:33:33 +01:00
2020-10-16 17:21:51 +02:00
2020-12-11 14:02:14 -08:00
2021-03-07 12:33:33 +01:00
2021-03-07 12:33:33 +01:00
2020-11-19 22:38:29 -05:00
2021-03-04 11:37:59 +01:00
2021-02-07 15:37:17 +01:00
2021-02-26 10:21:27 +01:00
2021-01-21 18:02:19 -08:00
2020-10-28 11:41:15 -06:00
2020-10-18 09:27:10 -07:00
2021-03-07 12:33:33 +01:00
2021-01-13 10:28:55 +01:00
2020-11-06 10:05:18 -08:00
2021-03-07 12:53:30 +01:00
2021-03-11 16:02:50 +00:00