include/linux/dynamic_pool.h
0 → 100644
+54
−0
+10
−0
+9
−0
+1
−0
Loading
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8S9BY CVE: NA -------------------------------- This patch introduce a per-memcg memory pool named dynamic pool(dpool). The dpool is created by call dpool_create(). The child memcg will inherit the dpool. The dpool will be destroyed when remove the memcg. Signed-off-by:Liu Shixin <liushixin2@huawei.com>