Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemcontrol-v1.h45 bool memcg1_alloc_events(struct mem_cgroup *memcg);
95 static inline bool memcg1_alloc_events(struct mem_cgroup *memcg) { return true; } in memcg1_alloc_events() function
H A Dmemcontrol-v1.c2214 bool memcg1_alloc_events(struct mem_cgroup *memcg) in memcg1_alloc_events() function
H A Dmemcontrol.c3773 if (!memcg1_alloc_events(memcg)) in mem_cgroup_alloc()