Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c1325 int cap_vm_enough_memory(struct mm_struct *mm, long pages) in cap_vm_enough_memory() function
1385 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h164 extern int cap_vm_enough_memory(struct mm_struct *mm, long pages);
583 return __vm_enough_memory(mm, pages, cap_vm_enough_memory(mm, pages)); in security_vm_enough_memory_mm()