mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: vendor_hooks: add a field in mem_cgroup
Add a field in mem_cgroup to record additional per-cgroup information
for memory policy tuning.
Bug: 192052083
Signed-off-by: Liujie Xie <xieliujie@oppo.com>
(cherry picked from commit 45fabbd8e3)
Change-Id: I28c8bc1c2455d53e68a05555b57b76ded27af98a
Signed-off-by: lvwenhuan <lvwenhuan@oppo.com>
This commit is contained in:
committed by
Carlos Llamas
parent
ddb14b6f45
commit
a80f228e59
@@ -325,6 +325,8 @@ struct mem_cgroup {
|
|||||||
struct lru_gen_mm_list mm_list;
|
struct lru_gen_mm_list mm_list;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
ANDROID_OEM_DATA_ARRAY(1, 2);
|
||||||
|
|
||||||
struct mem_cgroup_per_node *nodeinfo[];
|
struct mem_cgroup_per_node *nodeinfo[];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user