Files
linux/mm
tao zeng 0a7b298a78 mm: change filecache reclaim policy for CMA [1/1]
PD#SWPL-119

Problem:
High IOW usually happen when start playing 4K video. This
is because codec drvier will using large amount of memory
from CMA pool. And many filecache will be dropped after CMA
allocation finished without considering mapcount of each
file cache page.

Solution:
Check mapcount of filecache for each file pages. And migrate
them if they have high map count. High map count means this
file cache page is shared by many process.

Verify:
verified by ampere

Change-Id: I3e09437286f14a6cd9f7025566eb855dc9ca98d5
Signed-off-by: tao zeng <tao.zeng@amlogic.com>
2018-10-23 01:28:09 -07:00
..
2018-05-30 13:19:56 +02:00
2018-04-24 11:26:46 +02:00
2018-05-30 07:50:41 +02:00
2017-12-05 11:34:59 +01:00
2018-05-30 13:19:56 +02:00
2015-09-08 15:35:28 -07:00
2017-06-07 12:37:47 +02:00
2018-06-13 16:37:10 +02:00
2016-03-17 15:09:34 -07:00
2018-04-17 17:58:08 -08:00
2017-08-11 13:55:02 -07:00
2015-11-05 19:34:48 -08:00
2017-08-24 17:12:19 -07:00
2018-04-24 09:34:18 +02:00
2016-03-17 15:09:34 -07:00
2018-03-29 11:32:39 +02:00
2018-04-17 17:58:08 -08:00
2017-06-14 15:06:00 +02:00
2016-10-07 18:46:27 -07:00