Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsecurity.h468 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
Dmm.h1864 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
/linux-4.4.14/mm/
Dnommu.c1848 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
Dmmap.c154 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
/linux-4.4.14/security/
Dsecurity.c236 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
/linux-4.4.14/Documentation/sysctl/
Dvm.txt642 mm/mmap.c::__vm_enough_memory() for more information.