Home
last modified time | relevance | path

Searched refs:hstate_file (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/x86/mm/
Dhugetlbpage.c79 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
95 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
128 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.1.27/arch/tile/mm/
Dhugetlbpage.c173 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
189 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
221 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.1.27/arch/metag/mm/
Dhugetlbpage.c34 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
204 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.1.27/arch/arm/include/asm/
Dhugetlb.h48 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.1.27/include/linux/
Dhugetlb.h349 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
364 return hstate_file(vma->vm_file); in hstate_vma()
477 #define hstate_file(f) NULL macro
/linux-4.1.27/arch/x86/include/asm/
Dhugetlb.h22 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.1.27/arch/arm64/include/asm/
Dhugetlb.h81 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.1.27/arch/mips/include/asm/
Dhugetlb.h28 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.1.27/arch/tile/include/asm/
Dhugetlb.h35 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage-book3e.c149 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
Dhugetlbpage.c769 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.1.27/arch/powerpc/include/asm/
Dhugetlb.h107 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c102 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
153 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
222 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/linux-4.1.27/ipc/
Dshm.c762 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/linux-4.1.27/mm/
Dmmap.c1416 len = ALIGN(len, huge_page_size(hstate_file(file))); in SYSCALL_DEFINE6()