Searched refs:prop_sz (Results 1 – 1 of 1) sorted by relevance
37 static struct property *clone_property(struct property *prop, u32 prop_sz) in clone_property() argument46 new_prop->value = kzalloc(prop_sz, GFP_KERNEL); in clone_property()54 new_prop->length = prop_sz; in clone_property()106 u32 lmb_sets, prop_sz, seq_lmbs; in drmem_update_dt_v2() local126 prop_sz = lmb_sets * sizeof(*dr_cell) + sizeof(__be32); in drmem_update_dt_v2()127 new_prop = clone_property(prop, prop_sz); in drmem_update_dt_v2()