Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dmm.h497 old = current->active_memcg; in set_active_memcg()
498 current->active_memcg = memcg; in set_active_memcg()
/linux/mm/
H A Dmemcontrol.c896 static __always_inline struct mem_cgroup *active_memcg(void) in get_mem_cgroup_from_mm()
901 return current->active_memcg; in get_mem_cgroup_from_mm()
932 memcg = active_memcg();
2550 memcg = current->active_memcg; in current_obj_cgroup()
874 static __always_inline struct mem_cgroup *active_memcg(void) active_memcg() function
/linux/include/linux/
H A Dsched.h1505 struct mem_cgroup *active_memcg; member
/linux/kernel/
H A Dfork.c1185 tsk->active_memcg = NULL; in dup_task_struct()