Home
last modified time | relevance | path

Searched refs:get_mem_cgroup_from_mm (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_transsion2 get_mem_cgroup_from_mm
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemcontrol.h522 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
1068 static inline struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c643 group->memcg = get_mem_cgroup_from_mm(current->mm); in inotify_new_group()
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c1023 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
1048 EXPORT_SYMBOL(get_mem_cgroup_from_mm);
1119 return get_mem_cgroup_from_mm(current->mm); in get_mem_cgroup_from_current()
2644 memcg = get_mem_cgroup_from_mm(current->mm); in mem_cgroup_handle_over_high()
6845 memcg = get_mem_cgroup_from_mm(mm); in __mem_cgroup_charge()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c988 group->memcg = get_mem_cgroup_from_mm(current->mm); in SYSCALL_DEFINE2()