Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/mm/
H A Dmemcontrol.c903 static __always_inline struct mem_cgroup *active_memcg(void) in active_memcg() function
908 return current->active_memcg; in active_memcg()
939 memcg = active_memcg(); in get_mem_cgroup_from_mm()
2596 memcg = current->active_memcg; in current_obj_cgroup()
/linux-6.15/include/linux/
H A Dsched.h1548 struct mem_cgroup *active_memcg; member
/linux-6.15/kernel/
H A Dfork.c1206 tsk->active_memcg = NULL; in dup_task_struct()