Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/mm/
Dhugetlbpage.c159 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
202 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
296 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-3.4.99/include/linux/
Dhugetlb.h246 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
253 return hstate_file(vma->vm_file); in hstate_vma()
317 #define hstate_file(f) NULL macro
/linux-3.4.99/arch/x86/mm/
Dhugetlbpage.c277 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
320 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
406 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-3.4.99/arch/tile/include/asm/
Dhugetlb.h34 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-3.4.99/arch/x86/include/asm/
Dhugetlb.h20 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-3.4.99/arch/mips/include/asm/
Dhugetlb.h27 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-3.4.99/arch/powerpc/mm/
Dhugetlbpage-book3e.c117 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
Dhugetlbpage.c741 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area()
/linux-3.4.99/arch/powerpc/include/asm/
Dhugetlb.h76 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/linux-3.4.99/fs/hugetlbfs/
Dinode.c103 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
155 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
258 struct hstate *h = hstate_file(filp); in hugetlbfs_read()
/linux-3.4.99/ipc/
Dshm.c674 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/linux-3.4.99/mm/
Dmmap.c1163 len = ALIGN(len, huge_page_size(hstate_file(file))); in SYSCALL_DEFINE6()