mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +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> Change-Id: I28c8bc1c2455d53e68a05555b57b76ded27af98a
This commit is contained in:
committed by
Carlos Llamas
parent
76ed7e5d56
commit
45fabbd8e3
@@ -356,6 +356,7 @@ struct mem_cgroup {
|
||||
|
||||
/* for dynamic low */
|
||||
ANDROID_VENDOR_DATA(1);
|
||||
ANDROID_OEM_DATA_ARRAY(1, 2);
|
||||
|
||||
struct mem_cgroup_per_node *nodeinfo[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user