Searched refs:vm_enough_memory (Results 1 – 4 of 4) sorted by relevance
1485 int (*vm_enough_memory)(struct mm_struct *mm, long pages); member1837 struct hlist_head vm_enough_memory; member
1360 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
765 hlist_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) { in security_vm_enough_memory_mm()766 rc = hp->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm()
6812 LSM_HOOK_INIT(vm_enough_memory, selinux_vm_enough_memory),