Searched refs:krealloc (Results 126 - 137 of 137) sorted by path

123456

/linux-master/sound/soc/codecs/
H A Dmax98095.c1602 t = krealloc(max98095->eq_texts,
1754 t = krealloc(max98095->bq_texts,
H A Dwm8904.c2025 t = krealloc(wm8904->retune_mobile_texts,
H A Dwm8994.c3382 t = krealloc(wm8994->retune_mobile_texts,
H A Dwm8996.c2572 t = krealloc(wm8996->retune_mobile_texts,
/linux-master/sound/soc/intel/avs/
H A Dmessages.c344 buf = krealloc(reply.data, reply.size, GFP_KERNEL);
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c1469 dais = krealloc(skl->dais, sizeof(skl_fe_dai) +
H A Dskl-sst-ipc.c1005 buf = krealloc(reply.data, reply.size, GFP_KERNEL);
/linux-master/sound/soc/meson/
H A Dmeson-card-utils.c49 links = krealloc(priv->card.dai_link,
55 ldata = krealloc(priv->link_data,
/linux-master/sound/soc/
H A Dsoc-dapm.c501 new_wlist = krealloc(data->wlist,
/linux-master/sound/soc/sof/
H A Dipc4.c604 new = krealloc(ipc4_msg->data_ptr, ipc4_msg->data_size, GFP_KERNEL);
H A Dtopology.c1272 new_tuples = krealloc(swidget->tuples,
/linux-master/tools/virtio/linux/
H A Dkernel.h92 static inline void *krealloc(void *p, size_t s, gfp_t gfp) function
125 return krealloc(p, bytes, gfp);

Completed in 543 milliseconds

123456