Home
last modified time | relevance | path

Searched refs:allocflags (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dslab_def.h32 gfp_t allocflags; member
H A Dslub_def.h119 gfp_t allocflags; /* gfp flags to use on each alloc */ member
/openbmc/linux/drivers/of/
H A Ddynamic.c404 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument
408 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()
418 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()
419 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
H A Dof_private.h125 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
/openbmc/linux/mm/
H A Dslab.c1354 flags |= cachep->allocflags; in kmem_getpages()
2037 cachep->allocflags = __GFP_COMP; in __kmem_cache_create()
2039 cachep->allocflags |= GFP_DMA; in __kmem_cache_create()
2041 cachep->allocflags |= GFP_DMA32; in __kmem_cache_create()
2043 cachep->allocflags |= __GFP_RECLAIMABLE; in __kmem_cache_create()
H A Dslub.c2013 flags |= s->allocflags; in allocate_slab()
4494 s->allocflags = 0; in calculate_sizes()
4496 s->allocflags |= __GFP_COMP; in calculate_sizes()
4499 s->allocflags |= GFP_DMA; in calculate_sizes()
4502 s->allocflags |= GFP_DMA32; in calculate_sizes()
4505 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()