Searched refs:allocflags (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/of/
H A Dof_private.h125 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
H A Ddynamic.c395 * @allocflags: Allocation flags (typically pass GFP_KERNEL)
404 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) argument
408 new = kzalloc(sizeof(*new), allocflags);
418 new->name = kstrdup(prop->name, allocflags);
419 new->value = kmemdup(prop->value, prop->length, allocflags);
/linux-master/mm/
H A Dslab.h272 gfp_t allocflags; /* gfp flags to use on each alloc */ member in struct:kmem_cache
H A Dslub.c2328 flags |= s->allocflags;
5063 s->allocflags = 0;
5065 s->allocflags |= __GFP_COMP;
5068 s->allocflags |= GFP_DMA;
5071 s->allocflags |= GFP_DMA32;
5074 s->allocflags |= __GFP_RECLAIMABLE;

Completed in 128 milliseconds