Home
last modified time | relevance | path

Searched refs:allocflags (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
Ddynamic.c376 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument
380 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()
390 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()
391 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
Dof_private.h116 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
/kernel/linux/linux-5.10/include/linux/
Dslab_def.h31 gfp_t allocflags; member
Dslub_def.h101 gfp_t allocflags; /* gfp flags to use on each alloc */ member
/kernel/linux/linux-5.10/mm/
Dslab.c1374 flags |= cachep->allocflags; in kmem_getpages()
2052 cachep->allocflags = __GFP_COMP; in __kmem_cache_create()
2054 cachep->allocflags |= GFP_DMA; in __kmem_cache_create()
2056 cachep->allocflags |= GFP_DMA32; in __kmem_cache_create()
2058 cachep->allocflags |= __GFP_RECLAIMABLE; in __kmem_cache_create()
Dslub.c1756 flags |= s->allocflags; in allocate_slab()
3763 s->allocflags = 0; in calculate_sizes()
3765 s->allocflags |= __GFP_COMP; in calculate_sizes()
3768 s->allocflags |= GFP_DMA; in calculate_sizes()
3771 s->allocflags |= GFP_DMA32; in calculate_sizes()
3774 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()