Lines Matching defs:order
492 static inline void arch_free_page(struct page *page, int order) { } in arch_free_page()
495 static inline void arch_alloc_page(struct page *page, int order) { } in arch_alloc_page()
509 __alloc_pages(gfp_t gfp_mask, unsigned int order, int preferred_nid) in __alloc_pages()
519 __alloc_pages_node(int nid, gfp_t gfp_mask, unsigned int order) in __alloc_pages_node()
533 unsigned int order) in alloc_pages_node()
545 alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages()
552 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument
555 static inline struct page *alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages()
559 #define alloc_pages_vma(gfp_mask, order, vma, addr, node, false)\ argument
561 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument
578 #define __get_dma_pages(gfp_mask, order) \ argument