Lines Matching defs:page

192 static inline int split_huge_page(struct page *page)  in split_huge_page()
263 static inline struct page *thp_head(struct page *page) in thp_head()
272 static inline unsigned int thp_order(struct page *page) in thp_order()
284 static inline int thp_nr_pages(struct page *page) in thp_nr_pages()
301 static inline bool is_huge_zero_page(struct page *page) in is_huge_zero_page()
319 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot)) argument
326 static inline struct list_head *page_deferred_list(struct page *page) in page_deferred_list()
344 static inline struct page *thp_head(struct page *page) in thp_head()
350 static inline unsigned int thp_order(struct page *page) in thp_order()
356 static inline int thp_nr_pages(struct page *page) in thp_nr_pages()
378 static inline void prep_transhuge_page(struct page *page) {} in prep_transhuge_page()
380 static inline bool is_transparent_hugepage(struct page *page) in is_transparent_hugepage()
390 can_split_huge_page(struct page *page, int *pextra_pins) in can_split_huge_page()
396 split_huge_page_to_list(struct page *page, struct list_head *list) in split_huge_page_to_list()
400 static inline int split_huge_page(struct page *page) in split_huge_page()
404 static inline void deferred_split_huge_page(struct page *page) {} in deferred_split_huge_page()
409 unsigned long address, bool freeze, struct page *page) {} in __split_huge_pmd()
411 unsigned long address, bool freeze, struct page *page) {} in split_huge_pmd_address()
449 static inline bool is_huge_zero_page(struct page *page) in is_huge_zero_page()
488 static inline unsigned long thp_size(struct page *page) in thp_size()