Searched refs:__vm_enough_memory (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | util.c | 963 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 D | util.c | 941 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 D | security.h | 584 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
|
H A D | mm.h | 2569 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 815 * 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 D | security.h | 609 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
|
H A D | mm.h | 3244 extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 1014 * 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