Lines Matching defs:order
503 static inline void arch_free_page(struct page *page, int order) { } in arch_free_page()
506 static inline void arch_alloc_page(struct page *page, int order) { } in arch_alloc_page()
520 __alloc_pages(gfp_t gfp_mask, unsigned int order, int preferred_nid) in __alloc_pages()
530 __alloc_pages_node(int nid, gfp_t gfp_mask, unsigned int order) in __alloc_pages_node()
544 unsigned int order) in alloc_pages_node()
556 alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages()
563 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument
566 static inline struct page *alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages()
570 #define alloc_pages_vma(gfp_mask, order, vma, addr, node, false)\ argument
572 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument
589 #define __get_dma_pages(gfp_mask, order) \ argument