cap_vm_enough_memory
extern int cap_vm_enough_memory(struct mm_struct *mm, long pages);
return __vm_enough_memory(mm, pages, !cap_vm_enough_memory(mm, pages));
LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),