Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/tile/mm/
Dhugetlbpage.c168 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
184 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
216 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.4.14/arch/arm/include/asm/
Dhugetlb.h48 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.4.14/arch/metag/mm/
Dhugetlbpage.c34 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
199 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.4.14/arch/arm64/include/asm/
Dhugetlb.h77 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.4.14/arch/x86/include/asm/
Dhugetlb.h22 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.4.14/include/linux/
Dhugetlb.h363 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
378 return hstate_file(vma->vm_file); in hstate_vma()
503 #define hstate_file(f) NULL macro
/linux-4.4.14/arch/tile/include/asm/
Dhugetlb.h35 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.4.14/arch/mips/include/asm/
Dhugetlb.h28 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage-book3e.c149 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
Dhugetlbpage.c784 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.4.14/arch/powerpc/include/asm/
Dhugetlb.h107 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-4.4.14/arch/parisc/mm/
Dhugetlbpage.c27 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c126 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
176 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
245 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/linux-4.4.14/ipc/
Dshm.c762 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/linux-4.4.14/mm/
Dmmap.c1427 len = ALIGN(len, huge_page_size(hstate_file(file))); in SYSCALL_DEFINE6()