Searched refs:krealloc (Results 1 - 25 of 137) sorted by last modified time

123456

/linux-master/fs/nfsd/
H A Dnfs4xdr.c2702 new = krealloc(components,
/linux-master/fs/bcachefs/
H A Dsuper-io.c189 new_sb = krealloc(sb->sb, new_buffer_size, GFP_NOFS|__GFP_ZERO);
H A Dbtree_trans_commit.c419 new_k = krealloc(ck->k, new_u64s * sizeof(u64), GFP_NOWAIT|__GFP_NOWARN);
H A Dbuckets.c429 d = krealloc(d, alloc_size, gfp|__GFP_ZERO);
H A Dbtree_iter.c2831 new_mem = krealloc(trans->mem, new_bytes, GFP_NOWAIT|__GFP_NOWARN);
2835 new_mem = krealloc(trans->mem, new_bytes, GFP_KERNEL);
/linux-master/drivers/gpu/drm/
H A Ddrm_client_modeset.c797 tmp = krealloc(connectors, (connector_count + 1) * sizeof(*connectors), GFP_KERNEL);
/linux-master/kernel/bpf/
H A Dverifier.c1201 * small to hold src. This is different from krealloc since we don't want to preserve
1220 dst = krealloc(orig, alloc_bytes, flags);
1245 new_arr = krealloc(arr, alloc_size, GFP_KERNEL);
3346 p = krealloc(cur->jmp_history, alloc_size, GFP_USER);
/linux-master/drivers/gpio/
H A Dgpiolib.c4578 array = krealloc(descs, descs_size +
/linux-master/drivers/iommu/
H A Diommu.c2868 fwspec = krealloc(fwspec, struct_size(fwspec, ids, new_num),
/linux-master/drivers/firmware/efi/
H A Defi.c295 krealloc(name, name_size, GFP_KERNEL);
/linux-master/net/rds/
H A Dsend.c913 krealloc(vct->vec,
/linux-master/drivers/tty/serial/
H A Dfsl_linflexuart.c603 ret = krealloc(earlycon_buf.content, earlycon_buf.cap << 1,
/linux-master/drivers/spi/
H A Dspi.c1402 tmp = krealloc(ctlr->dummy_tx, max_tx,
1410 tmp = krealloc(ctlr->dummy_rx, max_rx,
/linux-master/drivers/siox/
H A Dsiox-core.c847 u8 *buf = krealloc(smaster->buf, buf_len, GFP_KERNEL);
/linux-master/drivers/interconnect/
H A Dcore.c913 new = krealloc(node->links,
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c3386 new_regs = krealloc(regs, count * sizeof(*regs), GFP_KERNEL);
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c456 tbuf = krealloc(um_info->buf, new_size, GFP_KERNEL);
/linux-master/kernel/trace/
H A Dtrace.c3554 * this get called where it is not safe to call krealloc().
3559 tmp = krealloc(iter->fmt, iter->fmt_size + STATIC_FMT_BUF_SIZE,
8848 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1),
/linux-master/fs/fuse/
H A Ddir.c525 p = krealloc(buf->value, newlen, GFP_KERNEL);
/linux-master/drivers/vfio/
H A Dvfio_main.c1427 buf = krealloc(caps->buf, caps->size + size, GFP_KERNEL);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c617 vdev->region = NULL; /* don't krealloc a freed pointer */
906 region = krealloc(vdev->region,
/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(
/linux-master/drivers/media/mc/
H A Dmc-entity.c499 entries = krealloc(walk->stack.entries,
/linux-master/drivers/dax/
H A Dbus.c894 ranges = krealloc(dev_dax->ranges, sizeof(*ranges)
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_platform_attributes.c103 temp_buf = krealloc(buf, esi_buf_size, GFP_KERNEL);
273 temp_esi_buf = krealloc(esi_buf, esi_buf_size, GFP_KERNEL);

Completed in 659 milliseconds

123456