Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhugetlb.h37 struct hugepage_subpool { struct
117 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages,
119 void hugepage_put_subpool(struct hugepage_subpool *spool);
502 struct hugepage_subpool *spool;
733 static inline struct hugepage_subpool *subpool_inode(struct inode *inode) in subpool_inode()
738 static inline struct hugepage_subpool *hugetlb_folio_subpool(struct folio *folio) in hugetlb_folio_subpool()
744 struct hugepage_subpool *subpool) in hugetlb_set_folio_subpool()
1099 static inline struct hugepage_subpool *hugetlb_folio_subpool(struct folio *folio)
/linux/mm/
H A Dhugetlb.c125 static inline bool subpool_is_free(struct hugepage_subpool *spool) in subpool_is_free()
137 static inline void unlock_or_release_subpool(struct hugepage_subpool *spool, in unlock_or_release_subpool()
153 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
156 struct hugepage_subpool *spool; in hugepage_new_subpool()
177 void hugepage_put_subpool(struct hugepage_subpool *spool) in hugepage_put_subpool()
195 static long hugepage_subpool_get_pages(struct hugepage_subpool *spool, in hugepage_subpool_get_pages()
240 static long hugepage_subpool_put_pages(struct hugepage_subpool *spool, in hugepage_subpool_put_pages()
275 static inline struct hugepage_subpool *subpool_vma(struct vm_area_struct *vma) in subpool_vma()
955 struct hugepage_subpool *spool = subpool_inode(inode); in hugetlb_fix_reserve_counts()
1689 struct hugepage_subpool *spool = hugetlb_folio_subpool(folio); in free_huge_folio()
[all …]
/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst245 hugepage_subpool的min_hpages字段中被跟踪。在挂载时,hugetlb_acct_memory(min_hpages)
/linux/fs/hugetlbfs/
H A Dinode.c1060 struct hugepage_subpool *spool = sbinfo->spool; in hugetlbfs_show_options()