diff options
| author | Shakeel Butt <shakeel.butt@linux.dev> | 2025-04-03 18:39:09 -0700 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2025-05-11 17:48:11 -0700 |
| commit | b6d0471117daec360bad2b881c1e2d0f4d2c4d3b (patch) | |
| tree | fd44261b293a3449b5165093ffc9c1d2aff67988 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | cbc091441d3adce9a1fbcd0a0a84bd6abe077a5b (diff) | |
| download | linux-b6d0471117daec360bad2b881c1e2d0f4d2c4d3b.tar.gz linux-b6d0471117daec360bad2b881c1e2d0f4d2c4d3b.zip | |
memcg: no refilling stock from obj_cgroup_release
obj_cgroup_release is called when all the references to the objcg have
been released i.e. no more memory objects are pointing to it. Most
probably objcg->memcg will be pointing to some ancestor memcg. In
obj_cgroup_release(), the kernel calls obj_cgroup_uncharge_pages() which
refills the local stock.
There is no need to refill the local stock with some ancestor memcg and
flush the local stock. Let's decouple obj_cgroup_release() from the local
stock by uncharging instead of refilling. One additional benefit of this
change is that it removes the requirement to only call obj_cgroup_put()
outside of local_lock.
Link: https://lkml.kernel.org/r/20250404013913.1663035-6-shakeel.butt@linux.dev
Signed-off-by: Shakeel Butt <shakeel.butt@linux.dev>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
