Lines Matching defs:order
510 static inline void arch_free_page(struct page *page, int order) { } in arch_free_page()
513 static inline void arch_alloc_page(struct page *page, int order) { } in arch_alloc_page()
527 __alloc_pages(gfp_t gfp_mask, unsigned int order, int preferred_nid) in __alloc_pages()
537 __alloc_pages_node(int nid, gfp_t gfp_mask, unsigned int order) in __alloc_pages_node()
551 unsigned int order) in alloc_pages_node()
563 alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages()
570 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument
573 static inline struct page *alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages()
577 #define alloc_pages_vma(gfp_mask, order, vma, addr, node, false)\ argument
579 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument
596 #define __get_dma_pages(gfp_mask, order) \ argument