Searched refs:active_memcg (Results 1 – 4 of 4) sorted by relevance
264 WARN_ON_ONCE(current->active_memcg); in memalloc_use_memcg()265 current->active_memcg = memcg; in memalloc_use_memcg()276 current->active_memcg = NULL; in memalloc_unuse_memcg()
1159 struct mem_cgroup *active_memcg; member
881 if (unlikely(current->active_memcg)) { in get_mem_cgroup_from_current()885 if (css_tryget_online(¤t->active_memcg->css)) in get_mem_cgroup_from_current()886 memcg = current->active_memcg; in get_mem_cgroup_from_current()
875 tsk->active_memcg = NULL; in dup_task_struct()