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

/linux-master/mm/
H A Dutil.c959 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) function
/linux-master/include/linux/
H A Dsecurity.h637 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages));
H A Dmm.h3273 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
/linux-master/security/
H A Dsecurity.c1104 * a positive value, __vm_enough_memory() will be called with cap_sys_admin
1105 * set. If at least one LSM returns 0 or negative, __vm_enough_memory() will be
1119 * it thinks the __vm_enough_memory() call should be
1131 return __vm_enough_memory(mm, pages, cap_sys_admin);

Completed in 234 milliseconds