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.h500 old = current->active_memcg; in set_active_memcg()
501 current->active_memcg = memcg; in set_active_memcg()
/linux/mm/
H A Dmemcontrol.c907 static __always_inline struct mem_cgroup *active_memcg(void) in active_memcg() function
912 return current->active_memcg; in active_memcg()
943 memcg = active_memcg(); in get_mem_cgroup_from_mm()
2742 memcg = current->active_memcg; in current_obj_cgroup()
/linux/include/linux/
H A Dsched.h1534 struct mem_cgroup *active_memcg; member
/linux/kernel/
H A Dfork.c993 tsk->active_memcg = NULL; in dup_task_struct()