Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dslab_def.h31 gfp_t allocflags; member
Dslub_def.h99 gfp_t allocflags; /* gfp flags to use on each alloc */ member
/linux-4.19.296/drivers/of/
Ddynamic.c380 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument
384 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()
394 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()
395 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
Dof_private.h112 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);