get_mem_cgroup_from_mm
return get_mem_cgroup_from_mm(current->mm);
memcg = get_mem_cgroup_from_mm(encl_mm->mm);
return get_mem_cgroup_from_mm(NULL);
group->memcg = get_mem_cgroup_from_mm(current->mm);
group->memcg = get_mem_cgroup_from_mm(current->mm);
struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
EXPORT_SYMBOL(get_mem_cgroup_from_mm);
memcg = get_mem_cgroup_from_mm(current->mm);
memcg = get_mem_cgroup_from_mm(mm);
memcg = get_mem_cgroup_from_mm(mm);
struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm);