Searched refs:allocflags (Results 1 – 6 of 6) sorted by relevance
377 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument381 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()391 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()392 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
120 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
31 gfp_t allocflags; member
99 gfp_t allocflags; /* gfp flags to use on each alloc */ member
1364 flags |= cachep->allocflags; in kmem_getpages()2043 cachep->allocflags = __GFP_COMP; in __kmem_cache_create()2045 cachep->allocflags |= GFP_DMA; in __kmem_cache_create()2047 cachep->allocflags |= GFP_DMA32; in __kmem_cache_create()2049 cachep->allocflags |= __GFP_RECLAIMABLE; in __kmem_cache_create()
1630 flags |= s->allocflags; in allocate_slab()3589 s->allocflags = 0; in calculate_sizes()3591 s->allocflags |= __GFP_COMP; in calculate_sizes()3594 s->allocflags |= GFP_DMA; in calculate_sizes()3597 s->allocflags |= GFP_DMA32; in calculate_sizes()3600 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()