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.h499 old = current->active_memcg; in set_active_memcg()
500 current->active_memcg = memcg; in set_active_memcg()
/linux/mm/
H A Dmemcontrol.c889 static __always_inline struct mem_cgroup *active_memcg(void) in active_memcg() function
894 return current->active_memcg; in active_memcg()
925 memcg = active_memcg(); in get_mem_cgroup_from_mm()
2708 memcg = current->active_memcg; in current_obj_cgroup()
/linux/include/linux/
H A Dsched.h1533 struct mem_cgroup *active_memcg; member
/linux/kernel/
H A Dfork.c992 tsk->active_memcg = NULL; in dup_task_struct()