Home
last modified time | relevance | path

Searched refs:memcg_uncharge_slab (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/mm/
Dslab.h243 static __always_inline void memcg_uncharge_slab(struct kmem_cache *s, int order) in memcg_uncharge_slab() function
293 static inline void memcg_uncharge_slab(struct kmem_cache *s, int order) in memcg_uncharge_slab() function
Dslab.c1599 memcg_uncharge_slab(cachep, cachep->gfporder); in kmem_getpages()
1656 memcg_uncharge_slab(cachep, cachep->gfporder); in kmem_freepages()
Dslub.c1329 memcg_uncharge_slab(s, order); in alloc_slab_page()
1483 memcg_uncharge_slab(s, order); in __free_slab()