Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dutil.c941 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
/openbmc/linux/include/linux/
H A Dsecurity.h609 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
H A Dmm.h3224 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
/openbmc/linux/security/
H A Dsecurity.c1041 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst762 mm/util.c::__vm_enough_memory() for more information.