Searched refs:prop_sz (Results 1 – 1 of 1) sorted by relevance
40 static struct property *clone_property(struct property *prop, u32 prop_sz) in clone_property() argument49 new_prop->value = kzalloc(prop_sz, GFP_KERNEL); in clone_property()57 new_prop->length = prop_sz; in clone_property()109 u32 lmb_sets, prop_sz, seq_lmbs; in drmem_update_dt_v2() local129 prop_sz = lmb_sets * sizeof(*dr_cell) + sizeof(__be32); in drmem_update_dt_v2()130 new_prop = clone_property(prop, prop_sz); in drmem_update_dt_v2()