Home
last modified time | relevance | path

Searched refs:alloc_gfp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/
H A Dpage_alloc.c4200 struct alloc_context *ac, gfp_t *alloc_gfp, in prepare_alloc_pages()
4209 *alloc_gfp |= __GFP_HARDWALL; in prepare_alloc_pages()
4273 gfp_t alloc_gfp; in __alloc_pages_bulk()
4314 alloc_gfp = gfp; in __alloc_pages_bulk()
4315 if (!prepare_alloc_pages(gfp, 0, preferred_nid, nodemask, &ac, &alloc_gfp, &alloc_flags)) in __alloc_pages_bulk()
4317 gfp = alloc_gfp; in __alloc_pages_bulk()
4419 gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ in __alloc_pages()
4438 alloc_gfp = gfp; in __alloc_pages()
4440 &alloc_gfp, &alloc_flags)) in __alloc_pages()
4450 page = get_page_from_freelist(alloc_gfp, orde in __alloc_pages()
4199 prepare_alloc_pages(gfp_t gfp_mask,unsigned int order,int preferred_nid,nodemask_t * nodemask,struct alloc_context * ac,gfp_t * alloc_gfp,unsigned int * alloc_flags) prepare_alloc_pages() argument
4272 gfp_t alloc_gfp; __alloc_pages_bulk() local
4418 gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ __alloc_pages() local
[all...]
H A Dslub.c2006 gfp_t alloc_gfp; in allocate_slab() local
2019 alloc_gfp = (flags | __GFP_NOWARN | __GFP_NORETRY) & ~__GFP_NOFAIL; in allocate_slab()
2020 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab()
2021 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~__GFP_RECLAIM; in allocate_slab()
2023 slab = alloc_slab_page(alloc_gfp, node, oo); in allocate_slab()
2026 alloc_gfp = flags; in allocate_slab()
2031 slab = alloc_slab_page(alloc_gfp, node, oo); in allocate_slab()
H A Dvmalloc.c3015 gfp_t alloc_gfp = gfp; in vm_area_alloc_pages() local
3072 alloc_gfp &= ~__GFP_NOFAIL; in vm_area_alloc_pages()
3081 page = alloc_pages(alloc_gfp, order); in vm_area_alloc_pages()
3083 page = alloc_pages_node(nid, alloc_gfp, order); in vm_area_alloc_pages()
H A Dfilemap.c1957 gfp_t alloc_gfp = gfp; in __filemap_get_folio() local
1961 alloc_gfp |= __GFP_NORETRY | __GFP_NOWARN; in __filemap_get_folio()
1962 folio = filemap_alloc_folio(alloc_gfp, order); in __filemap_get_folio()