allocflags        377 drivers/of/dynamic.c struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags)
allocflags        381 drivers/of/dynamic.c 	new = kzalloc(sizeof(*new), allocflags);
allocflags        391 drivers/of/dynamic.c 	new->name = kstrdup(prop->name, allocflags);
allocflags        392 drivers/of/dynamic.c 	new->value = kmemdup(prop->value, prop->length, allocflags);
allocflags        120 drivers/of/of_private.h struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
allocflags         31 include/linux/slab_def.h 	gfp_t allocflags;
allocflags         99 include/linux/slub_def.h 	gfp_t allocflags;	/* gfp flags to use on each alloc */
allocflags       1364 mm/slab.c      	flags |= cachep->allocflags;
allocflags       2043 mm/slab.c      	cachep->allocflags = __GFP_COMP;
allocflags       2045 mm/slab.c      		cachep->allocflags |= GFP_DMA;
allocflags       2047 mm/slab.c      		cachep->allocflags |= GFP_DMA32;
allocflags       2049 mm/slab.c      		cachep->allocflags |= __GFP_RECLAIMABLE;
allocflags       1630 mm/slub.c      	flags |= s->allocflags;
allocflags       3608 mm/slub.c      	s->allocflags = 0;
allocflags       3610 mm/slub.c      		s->allocflags |= __GFP_COMP;
allocflags       3613 mm/slub.c      		s->allocflags |= GFP_DMA;
allocflags       3616 mm/slub.c      		s->allocflags |= GFP_DMA32;
allocflags       3619 mm/slub.c      		s->allocflags |= __GFP_RECLAIMABLE;