Lines Matching defs:page
190 static inline int split_huge_page(struct page *page) in split_huge_page()
257 static inline struct page *thp_head(struct page *page) in thp_head()
266 static inline unsigned int thp_order(struct page *page) in thp_order()
278 static inline int thp_nr_pages(struct page *page) in thp_nr_pages()
296 static inline bool is_huge_zero_page(struct page *page) in is_huge_zero_page()
314 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot)) argument
321 static inline struct list_head *page_deferred_list(struct page *page) in page_deferred_list()
339 static inline struct page *thp_head(struct page *page) in thp_head()
345 static inline unsigned int thp_order(struct page *page) in thp_order()
351 static inline int thp_nr_pages(struct page *page) in thp_nr_pages()
379 static inline void prep_transhuge_page(struct page *page) {} in prep_transhuge_page()
381 static inline bool is_transparent_hugepage(struct page *page) in is_transparent_hugepage()
391 can_split_huge_page(struct page *page, int *pextra_pins) in can_split_huge_page()
397 split_huge_page_to_list(struct page *page, struct list_head *list) in split_huge_page_to_list()
401 static inline int split_huge_page(struct page *page) in split_huge_page()
405 static inline void deferred_split_huge_page(struct page *page) {} in deferred_split_huge_page()
410 unsigned long address, bool freeze, struct page *page) {} in __split_huge_pmd()
412 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()
493 static inline unsigned long thp_size(struct page *page) in thp_size()