Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmmap_lock.c202 struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm); in get_mm_memcg_path()
Dmemcontrol.c893 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
930 EXPORT_SYMBOL(get_mem_cgroup_from_mm);
2458 memcg = get_mem_cgroup_from_mm(current->mm); in mem_cgroup_handle_over_high()
6723 memcg = get_mem_cgroup_from_mm(mm); in __mem_cgroup_charge()
6756 memcg = get_mem_cgroup_from_mm(mm); in mem_cgroup_swapin_charge_page()
/Linux-v5.15/include/linux/
Dmemcontrol.h772 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
1238 static inline struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
/Linux-v5.15/fs/notify/inotify/
Dinotify_user.c656 group->memcg = get_mem_cgroup_from_mm(current->mm); in inotify_new_group()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c1232 group->memcg = get_mem_cgroup_from_mm(current->mm); in SYSCALL_DEFINE2()
/Linux-v5.15/kernel/bpf/
Dsyscall.c400 map->memcg = get_mem_cgroup_from_mm(current->mm); in bpf_map_save_memcg()