Home
last modified time | relevance | path

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

/linux-4.1.27/security/
Dcommoncap.c958 return __vm_enough_memory(mm, pages, cap_sys_admin); in cap_vm_enough_memory()
/linux-4.1.27/include/linux/
Dmm.h1823 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
/linux-4.1.27/mm/
Dnommu.c1919 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
Dmmap.c153 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
/linux-4.1.27/security/selinux/
Dhooks.c2148 return __vm_enough_memory(mm, pages, cap_sys_admin); in selinux_vm_enough_memory()