Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/sgx/
H A Dencl.c1012 return get_mem_cgroup_from_mm(current->mm); in sgx_encl_get_mem_cgroup()
1024 memcg = get_mem_cgroup_from_mm(encl_mm->mm); in sgx_encl_get_mem_cgroup()
1040 return get_mem_cgroup_from_mm(NULL); in sgx_encl_get_mem_cgroup()
/linux-6.15/include/linux/
H A Dmemcontrol.h728 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
1211 static inline struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
/linux-6.15/mm/
H A Dmemcontrol.c922 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
959 EXPORT_SYMBOL(get_mem_cgroup_from_mm);
2164 memcg = get_mem_cgroup_from_mm(current->mm); in mem_cgroup_handle_over_high()
4606 memcg = get_mem_cgroup_from_mm(mm); in __mem_cgroup_charge()
4673 memcg = get_mem_cgroup_from_mm(mm); in mem_cgroup_swapin_charge_folio()
H A Dvmscan.c2903 struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm); in lru_gen_add_mm()
/linux-6.15/fs/notify/inotify/
H A Dinotify_user.c676 group->memcg = get_mem_cgroup_from_mm(current->mm); in inotify_new_group()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c1606 group->memcg = get_mem_cgroup_from_mm(current->mm); in SYSCALL_DEFINE2()