Home
last modified time | relevance | path

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

/include/linux/
Dhugetlb.h182 struct address_space *hugetlb_page_mapping_lock_write(struct page *hpage);
229 struct page *hpage) in hugetlb_page_mapping_lock_write() argument
666 static inline struct hugepage_subpool *hugetlb_page_subpool(struct page *hpage) in hugetlb_page_subpool() argument
668 return (void *)page_private(hpage + SUBPAGE_INDEX_SUBPOOL); in hugetlb_page_subpool()
671 static inline void hugetlb_set_page_subpool(struct page *hpage, in hugetlb_set_page_subpool() argument
674 set_page_private(hpage + SUBPAGE_INDEX_SUBPOOL, (unsigned long)subpool); in hugetlb_set_page_subpool()
916 static inline struct hugepage_subpool *hugetlb_page_subpool(struct page *hpage)