Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
Ddynamic.c410 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument
414 new = kzalloc(sizeof(*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()
Dof_private.h128 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
/linux-6.12.1/mm/
Dslab.h274 gfp_t allocflags; /* gfp flags to use on each alloc */ member
Dslub.c2568 flags |= s->allocflags; in allocate_slab()
5403 s->allocflags = __GFP_COMP; in calculate_sizes()
5406 s->allocflags |= GFP_DMA; in calculate_sizes()
5409 s->allocflags |= GFP_DMA32; in calculate_sizes()
5412 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()