mm: rename page_counter's count/limit into usage/max
This patch renames struct page_counter fields: count -> usage limit -> max and the corresponding functions: page_counter_limit() -> page_counter_set_max() mem_cgroup_get_limit() -> mem_cgroup_get_max() mem_cgroup_resize_limit() -> mem_cgroup_resize_max() memcg_update_kmem_limit() -> memcg_update_kmem_max() memcg_update_tcp_limit() -> memcg_update_tcp_max() The idea behind this renaming is to have the direct matching between memory cgroup knobs (low, high, max) and page_counters API. This is pure renaming, this patch doesn't bring any functional change. Link: http://lkml.kernel.org/r/20180405185921.4942-1-guro@fb.com Signed-off-by:Roman Gushchin <guro@fb.com> Acked-by:
Johannes Weiner <hannes@cmpxchg.org> Cc: Michal Hocko <mhocko@kernel.org> Cc: Vladimir Davydov <vdavydov.dev@gmail.com> Cc: Tejun Heo <tj@kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- include/linux/memcontrol.h 2 additions, 2 deletionsinclude/linux/memcontrol.h
- include/linux/page_counter.h 6 additions, 6 deletionsinclude/linux/page_counter.h
- mm/hugetlb_cgroup.c 3 additions, 3 deletionsmm/hugetlb_cgroup.c
- mm/memcontrol.c 56 additions, 56 deletionsmm/memcontrol.c
- mm/oom_kill.c 1 addition, 1 deletionmm/oom_kill.c
- mm/page_counter.c 14 additions, 14 deletionsmm/page_counter.c
Loading
Please register or sign in to comment