Home
last modified time | relevance | path

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

/linux/mm/
H A Dutil.c930 int __vm_enough_memory(const struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
/linux/security/
H A Dsecurity.c702 * a positive value, __vm_enough_memory() will be called with cap_sys_admin
703 * set. If at least one LSM returns 0 or negative, __vm_enough_memory() will be
716 * The module will respond with 0 if it thinks the __vm_enough_memory() in security_vm_enough_memory_mm()
728 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
/linux/include/linux/
H A Dmm.h3822 extern int __vm_enough_memory(const struct mm_struct *mm, long pages, int cap_sys_admin);
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst858 mm/util.c::__vm_enough_memory() for more information.