| /linux/drivers/pinctrl/ |
| H A D | pinctrl-utils.c | 73 dup_configs = kmemdup_array(configs, num_configs, in pinctrl_utils_add_map_configs()
|
| /linux/arch/mips/alchemy/common/ |
| H A D | platform.c | 412 macres = kmemdup_array(au1xxx_eth0_resources[ctype], MAC_RES_COUNT, in alchemy_setup_macs() 433 macres = kmemdup_array(au1xxx_eth1_resources[ctype], MAC_RES_COUNT, in alchemy_setup_macs()
|
| /linux/drivers/clk/mmp/ |
| H A D | clk-mix.c | 463 mix->table = kmemdup_array(config->table, config->table_size, in mmp_clk_register_mix() 472 mix->mux_table = kmemdup_array(config->mux_table, num_parents, in mmp_clk_register_mix()
|
| /linux/mm/ |
| H A D | util.c | 156 void *kmemdup_array(const void *src, size_t count, size_t element_size, gfp_t gfp) in kmemdup_array() function 160 EXPORT_SYMBOL(kmemdup_array);
|
| /linux/drivers/pinctrl/freescale/ |
| H A D | pinctrl-imx-scmi.c | 136 configs = kmemdup_array(cfg, ncfg, sizeof(unsigned long), GFP_KERNEL); in pinctrl_scmi_imx_dt_node_to_map()
|
| /linux/drivers/clk/visconti/ |
| H A D | pll.c | 270 pll->rate_table = kmemdup_array(rate_table, in visconti_register_pll()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_device.c | 318 hwmods = kmemdup_array(ohs, oh_cnt, sizeof(*hwmods), GFP_KERNEL); in omap_device_alloc()
|
| /linux/include/linux/ |
| H A D | string.h | 309 extern void *kmemdup_array(const void *src, size_t count, size_t element_size, gfp_t gfp)
|
| /linux/drivers/clk/samsung/ |
| H A D | clk-cpu.c | 694 cpuclk->cfg = kmemdup_array(clk_data->cfg, num_cfgs, sizeof(*cpuclk->cfg), in exynos_register_cpu_clock()
|
| H A D | clk-pll.c | 1477 pll->rate_table = kmemdup_array(pll_clk->rate_table, in _samsung_clk_register_pll()
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_laptop.c | 752 i2c_peripherals = kmemdup_array(src->i2c_peripherals, in chromeos_laptop_prepare_i2c_peripherals()
|
| /linux/drivers/base/regmap/ |
| H A D | regcache.c | 193 tmp_buf = kmemdup_array(config->reg_defaults, map->num_reg_defaults, in regcache_init()
|
| /linux/drivers/mtd/ |
| H A D | mtdconcat.c | 207 vecs_copy = kmemdup_array(vecs, count, sizeof(struct kvec), GFP_KERNEL); in concat_writev()
|
| /linux/drivers/input/misc/ |
| H A D | wistron_btns.c | 993 new_keymap = kmemdup_array(keymap, length, sizeof(struct key_entry), in copy_keymap()
|
| /linux/drivers/base/ |
| H A D | platform.c | 611 r = kmemdup_array(res, num, sizeof(*r), GFP_KERNEL); in platform_device_add_resources()
|
| /linux/sound/soc/sof/ |
| H A D | topology.c | 1374 pb = kmemdup_array(pin_binding, num_pins, sizeof(char *), GFP_KERNEL); in sof_parse_pin_binding() 1914 slink->hw_configs = kmemdup_array(cfg->hw_config, in sof_link_load()
|
| /linux/kernel/ |
| H A D | user_namespace.c | 867 map->reverse = kmemdup_array(map->forward, map->nr_extents, in sort_idmaps()
|
| /linux/drivers/clk/rockchip/ |
| H A D | clk-pll.c | 1138 pll->rate_table = kmemdup_array(rate_table, in rockchip_clk_register_pll()
|
| /linux/net/netfilter/ |
| H A D | nf_nat_core.c | 1221 nat_ops = kmemdup_array(orig_nat_ops, ops_count, sizeof(*orig_nat_ops), GFP_KERNEL); in nf_nat_register_fn()
|
| /linux/kernel/irq/ |
| H A D | msi.c | 87 desc->affinity = kmemdup_array(affinity, nvec, sizeof(*desc->affinity), GFP_KERNEL); in msi_alloc_desc()
|
| /linux/lib/tests/ |
| H A D | fortify_kunit.c | 391 checker(len, kmemdup_array(test_strs[i], 1, len, gfp), \
|
| /linux/drivers/acpi/arm64/ |
| H A D | iort.c | 825 sids_copy = kmemdup_array(sids, num_sids, sizeof(*sids), GFP_KERNEL); in iort_rmr_alloc()
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 1550 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in arpt_register_table()
|
| H A D | ip_tables.c | 1770 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ipt_register_table()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1776 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ip6t_register_table()
|