Home
last modified time | relevance | path

Searched refs:memcg_kmem_is_active (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dmemcontrol.h738 static inline bool memcg_kmem_is_active(struct mem_cgroup *memcg) in memcg_kmem_is_active() function
839 static inline bool memcg_kmem_is_active(struct mem_cgroup *memcg) in memcg_kmem_is_active() function
/linux-4.4.14/mm/
Dslab_common.c508 if (!memcg_kmem_is_active(memcg)) in memcg_create_kmem_cache()
Dmemcontrol.c2412 if (!memcg_kmem_is_active(memcg)) in __memcg_kmem_charge_memcg()
2960 if (!memcg_kmem_is_active(memcg)) in memcg_update_kmem_limit()
2981 if (memcg_kmem_is_active(parent)) in memcg_propagate_kmem()
Dvmscan.c414 if (memcg && !memcg_kmem_is_active(memcg)) in shrink_slab()