Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemcontrol.h756 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
1210 static inline struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
/linux/fs/notify/inotify/
H A Dinotify_user.c664 group->memcg = get_mem_cgroup_from_mm(current->mm); in inotify_new_group()
/linux/mm/
H A Dmemcontrol.c1157 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
1194 EXPORT_SYMBOL(get_mem_cgroup_from_mm);
2565 memcg = get_mem_cgroup_from_mm(current->mm); in __mem_cgroup_handle_over_high()
5226 memcg = get_mem_cgroup_from_mm(mm); in __mem_cgroup_charge()
5291 memcg = get_mem_cgroup_from_mm(mm); in mem_cgroup_swapin_charge_folio()
H A Dvmscan.c2945 struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm); in lru_gen_add_mm()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1685 group->memcg = get_mem_cgroup_from_mm(current->mm); in SYSCALL_DEFINE2()