Searched refs:allocflags (Results 1 – 6 of 6) sorted by relevance
405 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument409 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()419 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()420 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
118 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
32 gfp_t allocflags; member
113 gfp_t allocflags; /* gfp flags to use on each alloc */ member
1358 flags |= cachep->allocflags; in kmem_getpages()2046 cachep->allocflags = __GFP_COMP; in __kmem_cache_create()2048 cachep->allocflags |= GFP_DMA; in __kmem_cache_create()2050 cachep->allocflags |= GFP_DMA32; in __kmem_cache_create()2052 cachep->allocflags |= __GFP_RECLAIMABLE; in __kmem_cache_create()
1988 flags |= s->allocflags; in allocate_slab()4465 s->allocflags = 0; in calculate_sizes()4467 s->allocflags |= __GFP_COMP; in calculate_sizes()4470 s->allocflags |= GFP_DMA; in calculate_sizes()4473 s->allocflags |= GFP_DMA32; in calculate_sizes()4476 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()
Completed in 28 milliseconds