Searched refs:allocflags (Results 1 – 4 of 4) sorted by relevance
31 gfp_t allocflags; member
99 gfp_t allocflags; /* gfp flags to use on each alloc */ member
380 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument384 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()
112 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);