__vm_enough_memory 1065 include/linux/mm.h extern int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin);
__vm_enough_memory  710 security/commoncap.c 	return __vm_enough_memory(mm, pages, cap_sys_admin);
__vm_enough_memory 1987 security/selinux/hooks.c 	return __vm_enough_memory(mm, pages, cap_sys_admin);