Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dmmap_lock.c202 struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm); in get_mm_memcg_path()
Dmemcontrol.c1008 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
1045 EXPORT_SYMBOL(get_mem_cgroup_from_mm);
2561 memcg = get_mem_cgroup_from_mm(current->mm); in mem_cgroup_handle_over_high()
6910 memcg = get_mem_cgroup_from_mm(mm); in __mem_cgroup_charge()
6943 memcg = get_mem_cgroup_from_mm(mm); in mem_cgroup_swapin_charge_folio()
Dvmscan.c3208 struct mem_cgroup *memcg = get_mem_cgroup_from_mm(mm); in lru_gen_add_mm()
/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dencl.c990 return get_mem_cgroup_from_mm(current->mm); in sgx_encl_get_mem_cgroup()
1002 memcg = get_mem_cgroup_from_mm(encl_mm->mm); in sgx_encl_get_mem_cgroup()
1018 return get_mem_cgroup_from_mm(NULL); in sgx_encl_get_mem_cgroup()
/linux-6.1.9/include/linux/
Dmemcontrol.h751 struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm);
1278 static inline struct mem_cgroup *get_mem_cgroup_from_mm(struct mm_struct *mm) in get_mem_cgroup_from_mm() function
/linux-6.1.9/fs/notify/inotify/
Dinotify_user.c677 group->memcg = get_mem_cgroup_from_mm(current->mm); in inotify_new_group()
/linux-6.1.9/fs/notify/fanotify/
Dfanotify_user.c1442 group->memcg = get_mem_cgroup_from_mm(current->mm); in SYSCALL_DEFINE2()