Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmemcontrol.h398 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
893 static inline struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
/Linux-v4.19/fs/notify/inotify/
Dinotify_user.c643 group->memcg = get_mem_cgroup_from_mm(current->mm); in inotify_new_group()
/Linux-v4.19/mm/
Dmemcontrol.c827 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
852 EXPORT_SYMBOL(get_mem_cgroup_from_mm);
890 return get_mem_cgroup_from_mm(current->mm); in get_mem_cgroup_from_current()
1179 task_memcg = get_mem_cgroup_from_mm(p->mm); in task_in_mem_cgroup()
2139 memcg = get_mem_cgroup_from_mm(current->mm); in mem_cgroup_handle_over_high()
5910 memcg = get_mem_cgroup_from_mm(mm); in mem_cgroup_try_charge()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c735 group->memcg = get_mem_cgroup_from_mm(current->mm); in SYSCALL_DEFINE2()