Home
last modified time | relevance | path

Searched refs:hugetlb_vm_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dhugetlb.h558 extern const struct vm_operations_struct hugetlb_vm_ops;
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c137 vma->vm_ops = &hugetlb_vm_ops; in hugetlbfs_file_mmap()
/openbmc/linux/mm/
H A Dhugetlb.c4947 * to hugetlb_vm_ops, please consider adding the function to shm_vm_ops.
4952 const struct vm_operations_struct hugetlb_vm_ops = { variable