Searched refs:cap_vm_enough_memory (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/
H A Dcommoncap.c1392 * cap_vm_enough_memory - Determine whether a new virtual mapping is permitted
1401 int cap_vm_enough_memory(struct mm_struct *mm, long pages) function
1467 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
/linux-master/include/linux/
H A Dsecurity.h178 extern int cap_vm_enough_memory(struct mm_struct *mm, long pages);
637 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages));

Completed in 111 milliseconds