Home
last modified time | relevance | path

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

/linux/drivers/of/
A Ddynamic.c381 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument
385 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()
395 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()
396 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
A Dof_private.h118 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
/linux/include/linux/
A Dslab_def.h32 gfp_t allocflags; member
A Dslub_def.h110 gfp_t allocflags; /* gfp flags to use on each alloc */ member
/linux/mm/
A Dslab.c1375 flags |= cachep->allocflags; in kmem_getpages()
2054 cachep->allocflags = __GFP_COMP; in __kmem_cache_create()
2056 cachep->allocflags |= GFP_DMA; in __kmem_cache_create()
2058 cachep->allocflags |= GFP_DMA32; in __kmem_cache_create()
2060 cachep->allocflags |= __GFP_RECLAIMABLE; in __kmem_cache_create()
A Dslub.c1920 flags |= s->allocflags; in allocate_slab()
4161 s->allocflags = 0; in calculate_sizes()
4163 s->allocflags |= __GFP_COMP; in calculate_sizes()
4166 s->allocflags |= GFP_DMA; in calculate_sizes()
4169 s->allocflags |= GFP_DMA32; in calculate_sizes()
4172 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()

Completed in 26 milliseconds