Home
last modified time | relevance | path

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

/linux/mm/
H A Dutil.c929 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
/linux/include/linux/
H A Dsecurity.h721 return __vm_enough_memory(mm, pages, !cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
H A Dmm.h3295 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
/linux/security/
H A Dsecurity.c1236 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst832 mm/util.c::__vm_enough_memory() for more information.