Home
last modified time | relevance | path

Searched refs:hugepage_subpool (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dhugetlb.h22 struct hugepage_subpool { struct
47 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, argument
49 void hugepage_put_subpool(struct hugepage_subpool *spool);
244 struct hugepage_subpool *spool;
/linux-4.1.27/mm/
Dhugetlb.c72 static inline void unlock_or_release_subpool(struct hugepage_subpool *spool) in unlock_or_release_subpool()
89 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
92 struct hugepage_subpool *spool; in hugepage_new_subpool()
113 void hugepage_put_subpool(struct hugepage_subpool *spool) in hugepage_put_subpool()
129 static long hugepage_subpool_get_pages(struct hugepage_subpool *spool, in hugepage_subpool_get_pages()
173 static long hugepage_subpool_put_pages(struct hugepage_subpool *spool, in hugepage_subpool_put_pages()
206 static inline struct hugepage_subpool *subpool_inode(struct inode *inode) in subpool_inode()
211 static inline struct hugepage_subpool *subpool_vma(struct vm_area_struct *vma) in subpool_vma()
965 struct hugepage_subpool *spool = in free_huge_page()
966 (struct hugepage_subpool *)page_private(page); in free_huge_page()
[all …]