Searched refs:krealloc_array (Results 1 - 23 of 23) sorted by path

/linux-master/drivers/acpi/arm64/
H A Diort.c938 new_sids = krealloc_array(sids, count + new_count,
/linux-master/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c1025 ids = krealloc_array(ids, (num + 1), sizeof(*ids), GFP_KERNEL);
/linux-master/drivers/dma-buf/
H A Ddma-resv.c583 new_fences = krealloc_array(*fences, count,
/linux-master/drivers/edac/
H A Dghes_edac.c216 new = krealloc_array(hw->dimms, hw->num_dimms + 16,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c2078 new = krealloc_array(tmp, i + 1, sizeof(uint32_t), GFP_KERNEL);
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic.c1092 c = krealloc_array(state->connectors, alloc,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_reg_sr.c56 arr = krealloc_array(sr->pool.arr,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c1344 list = krealloc_array(dict->fwnode_list,
/linux-master/drivers/hwtracing/intel_th/
H A Dmsu.c2029 rewin = krealloc_array(win, nr_wins, sizeof(*win), GFP_KERNEL);
/linux-master/drivers/iio/
H A Dindustrialio-core.c1496 new = krealloc_array(old, cnt + 2, sizeof(*new), GFP_KERNEL);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lib.c3050 krealloc_array(vsi_stat->tx_ring_stats, req_txq,
3069 krealloc_array(vsi_stat->rx_ring_stats, req_rxq,
/linux-master/drivers/pinctrl/
H A Dpinctrl-utils.c31 new_map = krealloc_array(*map, new_num, sizeof(*new_map), GFP_KERNEL);
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c621 maps = krealloc_array(maps, nmaps, sizeof(*maps), GFP_KERNEL);
H A Dpinctrl-rzv2m.c274 maps = krealloc_array(maps, nmaps, sizeof(*maps), GFP_KERNEL);
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c878 tmp_buf = krealloc_array(xu->desc.baSourceID, num, sizeof(u8),
931 tmp_buf = krealloc_array(xu->desc.bmControls, num, sizeof(u8),
/linux-master/drivers/vhost/
H A Dvringh.c228 new = krealloc_array(iov->iov, new_num,
/linux-master/fs/overlayfs/
H A Dparams.c331 l = krealloc_array(ctx->lower, nr, sizeof(*l), GFP_KERNEL_ACCOUNT);
481 l = krealloc_array(ctx->lower, nr_lower, sizeof(*ctx->lower),
/linux-master/include/linux/
H A Dslab.h669 * krealloc_array - reallocate memory for an array.
675 static inline __realloc_size(2, 3) void * __must_check krealloc_array(void *p, function
/linux-master/kernel/trace/
H A Dbpf_trace.c2888 mods = krealloc_array(arr->mods, arr->mods_cap, sizeof(*mods), GFP_KERNEL);
/linux-master/lib/
H A Dfortify_kunit.c234 krealloc_array(orig, 1, (alloc_size) * 2, gfp), \
239 krealloc_array(orig, (alloc_size) * 2, 1, gfp), \
/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c318 arr = krealloc_array(ipvs->est_kt_arr, id + 1,
/linux-master/sound/core/
H A Dpcm_lib.c1158 new = krealloc_array(constrs->rules, new_rules,
/linux-master/tools/virtio/linux/
H A Dkernel.h118 static inline void *krealloc_array(void *p, size_t new_n, size_t new_size, gfp_t gfp) function

Completed in 748 milliseconds