Searched refs:allocflags (Results 1 – 4 of 4) sorted by relevance
410 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument414 new = kzalloc_obj(*new, allocflags); in __of_prop_dup()424 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()425 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
131 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
211 gfp_t allocflags; /* gfp flags to use on each alloc */242 gfp_t allocflags; /* gfp flags to use on each alloc */ global() member
3430 flags |= s->allocflags; in allocate_slab()7749 s->allocflags = __GFP_COMP; in calculate_sizes()7752 s->allocflags |= GFP_DMA; in calculate_sizes()7755 s->allocflags |= GFP_DMA32; in calculate_sizes()7758 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()