Home
last modified time | relevance | path

Searched refs:vm_enough_memory (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dlsm_hooks.h1455 int (*vm_enough_memory)(struct mm_struct *mm, long pages); member
1796 struct hlist_head vm_enough_memory; member
/Linux-v4.19/security/
Dsecurity.c331 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()
Dcommoncap.c1366 LSM_HOOK_INIT(vm_enough_memory, cap_vm_enough_memory),
/Linux-v4.19/security/selinux/
Dhooks.c6911 LSM_HOOK_INIT(vm_enough_memory, selinux_vm_enough_memory),