Searched refs:cap_vm_enough_memory (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 1316 * cap_vm_enough_memory - Determine whether a new virtual mapping is permitted 1323 int cap_vm_enough_memory(struct mm_struct *mm, long pages) in cap_vm_enough_memory() function 1383 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 1391 * cap_vm_enough_memory - Determine whether a new virtual mapping is permitted 1400 int cap_vm_enough_memory(struct mm_struct *mm, long pages) in cap_vm_enough_memory() function 1461 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | security.h | 166 extern int cap_vm_enough_memory(struct mm_struct *mm, long pages); 584 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | security.h | 173 extern int cap_vm_enough_memory(struct mm_struct *mm, long pages); 609 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()
|
Completed in 11 milliseconds