Searched refs:get_mem_cgroup_from_mm (Results 1 - 7 of 7) sorted by relevance

/linux-master/mm/
H A Dmmap_lock.c202 struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm);
H A Dmemcontrol.c1069 * get_mem_cgroup_from_mm: Obtain a reference on given mm_struct's memcg.
1079 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) function
1116 EXPORT_SYMBOL(get_mem_cgroup_from_mm); variable
2649 memcg = get_mem_cgroup_from_mm(current->mm);
7298 memcg = get_mem_cgroup_from_mm(mm);
7366 memcg = get_mem_cgroup_from_mm(mm);
H A Dvmscan.c2779 struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm);
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.c1012 return get_mem_cgroup_from_mm(current->mm);
1024 memcg = get_mem_cgroup_from_mm(encl_mm->mm);
1040 return get_mem_cgroup_from_mm(NULL);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c676 group->memcg = get_mem_cgroup_from_mm(current->mm);
/linux-master/include/linux/
H A Dmemcontrol.h780 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
1342 static inline struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) function
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1558 group->memcg = get_mem_cgroup_from_mm(current->mm);

Completed in 188 milliseconds