Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dslab_def.h30 gfp_t allocflags; member
Dslub_def.h76 gfp_t allocflags; /* gfp flags to use on each alloc */ member
/linux-4.4.14/drivers/of/
Ddynamic.c364 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument
368 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()
378 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()
379 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
Dof_private.h63 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
/linux-4.4.14/mm/
Dslab.c1592 flags |= cachep->allocflags; in kmem_getpages()
2258 cachep->allocflags = __GFP_COMP; in __kmem_cache_create()
2260 cachep->allocflags |= GFP_DMA; in __kmem_cache_create()
2534 BUG_ON(!(cachep->allocflags & GFP_DMA)); in kmem_flagcheck()
2536 BUG_ON(cachep->allocflags & GFP_DMA); in kmem_flagcheck()
Dslub.c1408 flags |= s->allocflags; in allocate_slab()
3312 s->allocflags = 0; in calculate_sizes()
3314 s->allocflags |= __GFP_COMP; in calculate_sizes()
3317 s->allocflags |= GFP_DMA; in calculate_sizes()
3320 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()