Searched refs:vm_enough_memory (Results 1 – 4 of 4) sorted by relevance
1455 int (*vm_enough_memory)(struct mm_struct *mm, long pages); member1796 struct hlist_head vm_enough_memory; member
331 hlist_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) { in security_vm_enough_memory_mm()332 rc = hp->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm()
1366 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
6911 LSM_HOOK_INIT(vm_enough_memory, selinux_vm_enough_memory),