Searched refs:vm_enough_memory (Results 1 – 4 of 4) sorted by relevance
1328 int (*vm_enough_memory)(struct mm_struct *mm, long pages); member1632 struct list_head vm_enough_memory; member
229 list_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) { in security_vm_enough_memory_mm()230 rc = hp->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm()1562 .vm_enough_memory =1563 LIST_HEAD_INIT(security_hook_heads.vm_enough_memory),
1088 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
5873 LSM_HOOK_INIT(vm_enough_memory, selinux_vm_enough_memory),