Lines Matching defs:gfp_mask
1683 static bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page()
1732 static inline bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page()
1975 get_page_from_freelist(gfp_t gfp_mask, nodemask_t *nodemask, unsigned int order, in get_page_from_freelist()
2186 void warn_alloc_failed(gfp_t gfp_mask, unsigned int order, const char *fmt, ...) in warn_alloc_failed()
2229 should_alloc_retry(gfp_t gfp_mask, unsigned int order, in should_alloc_retry()
2271 __alloc_pages_may_oom(gfp_t gfp_mask, unsigned int order, in __alloc_pages_may_oom()
2332 __alloc_pages_direct_compact(gfp_t gfp_mask, unsigned int order, in __alloc_pages_direct_compact()
2406 __alloc_pages_direct_compact(gfp_t gfp_mask, unsigned int order, in __alloc_pages_direct_compact()
2418 __perform_reclaim(gfp_t gfp_mask, unsigned int order, struct zonelist *zonelist, in __perform_reclaim()
2446 __alloc_pages_direct_reclaim(gfp_t gfp_mask, unsigned int order, in __alloc_pages_direct_reclaim()
2488 __alloc_pages_high_priority(gfp_t gfp_mask, unsigned int order, in __alloc_pages_high_priority()
2522 gfp_to_alloc_flags(gfp_t gfp_mask) in gfp_to_alloc_flags()
2570 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask) in gfp_pfmemalloc_allowed()
2576 __alloc_pages_slowpath(gfp_t gfp_mask, unsigned int order, in __alloc_pages_slowpath()
2821 __alloc_pages_nodemask(gfp_t gfp_mask, unsigned int order, in __alloc_pages_nodemask()
2899 unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order) in __get_free_pages()
2916 unsigned long get_zeroed_page(gfp_t gfp_mask) in get_zeroed_page()
2951 struct page *alloc_kmem_pages(gfp_t gfp_mask, unsigned int order) in alloc_kmem_pages()
2963 struct page *alloc_kmem_pages_node(int nid, gfp_t gfp_mask, unsigned int order) in alloc_kmem_pages_node()
3022 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) in alloc_pages_exact()
3044 void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) in alloc_pages_exact_nid()