Home
last modified time | relevance | path

Searched refs:krealloc_array (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst120 用kmalloc()分配的块可以用krealloc()调整大小。与kmalloc_array()类似:以krealloc_array()
/linux/drivers/pinctrl/
H A Dpinctrl-utils.c31 new_map = krealloc_array(*map, new_num, sizeof(*new_map), GFP_KERNEL); in pinctrl_utils_reserve_map()
/linux/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) in krealloc_array() function
/linux/drivers/edac/
H A Dghes_edac.c216 new = krealloc_array(hw->dimms, hw->num_dimms + 16, in enumerate_dimms()
/linux/drivers/dma-buf/
H A Ddma-resv.c591 new_fences = krealloc_array(*fences, count, in dma_resv_get_fences()
/linux/include/linux/
H A Dslab.h1036 #define krealloc_array(...) alloc_hooks(krealloc_array_noprof(__VA_ARGS__)) macro
/linux/lib/tests/
H A Dfortify_kunit.c263 krealloc_array(orig, 1, (alloc_size) * 2, gfp), \
268 krealloc_array(orig, (alloc_size) * 2, 1, gfp), \
/linux/Documentation/core-api/
H A Dmemory-allocation.rst155 krealloc_array().
/linux/kernel/
H A Dparams.c663 new_attrs = krealloc_array(mk->mp->grp.attrs, mk->mp->num + 1, in add_sysfs_param()
/linux/net/netfilter/ipvs/
H A Dip_vs_est.c319 arr = krealloc_array(ipvs->est_kt_arr, id + 1, in ip_vs_est_add_kthread()
/linux/fs/overlayfs/
H A Dparams.c336 l = krealloc_array(ctx->lower, nr, sizeof(*l), GFP_KERNEL_ACCOUNT); in ovl_ctx_realloc_lower()
/linux/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c1096 new_ids = krealloc_array(ids, (num + 1), sizeof(*ids), GFP_KERNEL); in cpg_mssr_reserved_init()
/linux/drivers/firewire/
H A Dcore-transaction.c1025 krealloc_array(buffer_on_kernel_heap, next_size, in handle_fcp_region_request()
/linux/drivers/acpi/arm64/
H A Diort.c938 new_sids = krealloc_array(sids, count + new_count, in iort_rmr_alloc_sids()
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c879 tmp_buf = krealloc_array(xu->desc.baSourceID, num, sizeof(u8), in uvcg_extension_b_nr_in_pins_store()
932 tmp_buf = krealloc_array(xu->desc.bmControls, num, sizeof(u8), in uvcg_extension_b_control_size_store()
/linux/sound/core/
H A Dpcm_lib.c1178 new = krealloc_array(constrs->rules, new_rules, in snd_pcm_hw_rule_add()
/linux/sound/soc/sof/
H A Dtopology.c1294 new_tuples = krealloc_array(swidget->tuples, in sof_widget_parse_tokens()
/linux/kernel/bpf/
H A Dcore.c832 tab = krealloc_array(tab, size, sizeof(*poke), GFP_KERNEL); in bpf_jit_add_poke_descriptor()
/linux/kernel/trace/
H A Dbpf_trace.c2642 mods = krealloc_array(arr->mods, arr->mods_cap, sizeof(*mods), GFP_KERNEL); in add_module()