]> Git Repo - linux.git/commit
slab: introduce __kmemcg_cache_deactivate()
authorTejun Heo <[email protected]>
Wed, 22 Feb 2017 23:41:27 +0000 (15:41 -0800)
committerLinus Torvalds <[email protected]>
Thu, 23 Feb 2017 00:41:27 +0000 (16:41 -0800)
commitc9fc586403e7c85eee06b2d5dea14ce71c00fcd8
tree4edb0cd2ebf8b0439239fb1ebe511e3def80e39a
parent510ded33e075c2bd662b1efab0110f4240325fc9
slab: introduce __kmemcg_cache_deactivate()

__kmem_cache_shrink() is called with %true @deactivate only for memcg
caches.  Remove @deactivate from __kmem_cache_shrink() and introduce
__kmemcg_cache_deactivate() instead.  Each memcg-supporting allocator
should implement it and it should deactivate and drain the cache.

This is to allow memcg cache deactivation behavior to further deviate
from simple shrinking without messing up __kmem_cache_shrink().

This is pure reorganization and doesn't introduce any observable
behavior changes.

v2: Dropped unnecessary ifdef in mm/slab.h as suggested by Vladimir.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Tejun Heo <[email protected]>
Acked-by: Vladimir Davydov <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab.c
mm/slab.h
mm/slab_common.c
mm/slob.c
mm/slub.c
This page took 0.049858 seconds and 4 git commands to generate.