Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dutil.c963 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
/kernel/linux/linux-6.6/mm/
H A Dutil.c941 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory() function
/kernel/linux/linux-5.10/include/linux/
H A Dsecurity.h584 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
H A Dmm.h2569 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
/kernel/linux/linux-5.10/security/
H A Dsecurity.c815 * it thinks the __vm_enough_memory() call should be in security_vm_enough_memory_mm()
827 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
/kernel/linux/linux-6.6/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.h3244 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
/kernel/linux/linux-6.6/security/
H A Dsecurity.c1014 * a positive value, __vm_enough_memory() will be called with cap_sys_admin
1015 * set. If at least one LSM returns 0 or negative, __vm_enough_memory() will be
1029 * it thinks the __vm_enough_memory() call should be in security_vm_enough_memory_mm()
1041 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()

Completed in 33 milliseconds