Searched refs:krealloc (Results 76 - 100 of 137) sorted by relevance

123456

/linux-master/sound/soc/codecs/
H A Dmax98088.c1605 t = krealloc(max98088->eq_texts,
H A Dwm8904.c2025 t = krealloc(wm8904->retune_mobile_texts,
/linux-master/lib/
H A Dtest_hmm.c543 new_chunks = krealloc(mdevice->devmem_chunks,
H A Dfortify_kunit.c229 krealloc(orig, (alloc_size) * 2, gfp), \
/linux-master/arch/powerpc/kernel/
H A Dfadump.c863 new_array = krealloc(mrange_info->mem_ranges, new_size, GFP_KERNEL);
/linux-master/drivers/usb/gadget/function/
H A Df_hid.c629 new_buf = krealloc(hidg->set_report_buf, req->actual, GFP_ATOMIC);
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic.c856 arr = krealloc(state->private_objs, size, GFP_KERNEL);
H A Ddrm_edid.c2120 new = krealloc(edid, *alloc_size, GFP_KERNEL);
2412 new = krealloc(edid, alloc_size, GFP_KERNEL);
2444 new = krealloc(edid, alloc_size, GFP_KERNEL);
5892 vics = krealloc(info->vics, info->vics_len + len, GFP_KERNEL);
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c1469 dais = krealloc(skl->dais, sizeof(skl_fe_dai) +
/linux-master/security/apparmor/
H A Dpolicy_unpack.c1337 * If the staging buffer was kmalloc'd, then using krealloc is
1341 *dst = krealloc(out, out_len, GFP_KERNEL);
/linux-master/fs/pstore/
H A Dzone.c979 record->buf = krealloc(buf, hlen + size, GFP_KERNEL);
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c1092 tmp = krealloc(node, sizeof(*node) + size, GFP_KERNEL);
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c651 ret = krealloc(_gr_table, bytes, GFP_KERNEL);
/linux-master/drivers/media/mc/
H A Dmc-entity.c499 entries = krealloc(walk->stack.entries,
/linux-master/drivers/vfio/
H A Dvfio_main.c1427 buf = krealloc(caps->buf, caps->size + size, GFP_KERNEL);
/linux-master/net/rds/
H A Dsend.c913 krealloc(vct->vec,
/linux-master/fs/bcachefs/
H A Dbtree_trans_commit.c419 new_k = krealloc(ck->k, new_u64s * sizeof(u64), GFP_NOWAIT|__GFP_NOWARN);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.c1807 tmp = krealloc(buf->begin, size, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/pinctrl/
H A Dpinctrl-keembay.c1640 new_funcs = krealloc(keembay_funcs, kpc->nfuncs * sizeof(*new_funcs), GFP_KERNEL);
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c2007 new = krealloc(old, sizeof(*new) * cnt, GFP_KERNEL);
/linux-master/kernel/bpf/
H A Dbtf.c5441 new_tab = krealloc(tab, offsetof(struct btf_struct_metas, types[tab_cnt + 1]),
8050 set = krealloc(tab->sets[hook],
8324 tab = krealloc(btf->dtor_kfunc_tab,
8880 new_tab = krealloc(tab,
/linux-master/net/netlink/
H A Dgenetlink.c438 new_groups = krealloc(mc_groups, nlen,
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c539 region = krealloc(vgpu->region,
/linux-master/drivers/dax/
H A Dbus.c894 ranges = krealloc(dev_dax->ranges, sizeof(*ranges)
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c8823 pd_handles = krealloc(ioc->pd_handles, pd_handles_sz,
8835 blocking_handles = krealloc(ioc->blocking_handles,
8849 pend_os_device_add = krealloc(ioc->pend_os_device_add,
8862 device_remove_in_progress = krealloc(

Completed in 848 milliseconds

123456