Searched refs:kmemdup (Results 276 - 300 of 682) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54spi.c211 fw = kmemdup(priv->firmware->data, fw_len, GFP_KERNEL);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c336 temp = kmemdup(nvm_buffer, ret, GFP_KERNEL);
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c394 ies_data = kmemdup(ies->data, ies->len, GFP_ATOMIC);
605 ret_conn_info->resp_ies = kmemdup(ies, ies_len, GFP_KERNEL);
1325 conn_info->req_ies = kmemdup(ies, ies_len, GFP_KERNEL);
1595 msg->body.net_info.mgmt = kmemdup(&buffer[9],
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Duefi.c281 data = kmemdup(package->data, *len, GFP_KERNEL);
/linux-master/block/partitions/
H A Dcore.c353 bdev->bd_meta_info = kmemdup(info, sizeof(*info), GFP_KERNEL);
/linux-master/net/ipv4/
H A Ddevinet.c2577 t = kmemdup(&devinet_sysctl, sizeof(*t), GFP_KERNEL_ACCOUNT);
2669 all = kmemdup(&ipv4_devconf, sizeof(ipv4_devconf), GFP_KERNEL);
2673 dflt = kmemdup(&ipv4_devconf_dflt, sizeof(ipv4_devconf_dflt), GFP_KERNEL);
2678 tbl = kmemdup(ctl_forward_entry, sizeof(ctl_forward_entry), GFP_KERNEL);
/linux-master/net/ipv6/
H A Dreassembly.c462 table = kmemdup(table, sizeof(ip6_frags_ns_ctl_table), GFP_KERNEL);
/linux-master/net/sched/
H A Dact_pedit.c249 nparms->tcfp_keys = kmemdup(parm->keys, ksize, GFP_KERNEL);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c446 ctx->mech_used.data = kmemdup(gss_kerberos_mech.gm_oid.data,
H A Dgss_rpc_xdr.c85 buf->data = kmemdup(p, length, GFP_KERNEL);
/linux-master/net/netfilter/
H A Dnf_log.c469 table = kmemdup(nf_log_sysctl_table,
/linux-master/net/core/
H A Dsysctl_net_core.c722 tbl = kmemdup(tbl, sizeof(netns_core_table), GFP_KERNEL);
/linux-master/security/selinux/ss/
H A Dsidtab.c625 *out = kmemdup(cache->str, cache->len, GFP_ATOMIC);
/linux-master/drivers/gpu/drm/lima/
H A Dlima_sched.c120 task->bos = kmemdup(bos, sizeof(*bos) * num_bos, GFP_KERNEL);
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dimx-ldb.c577 channel->edid = kmemdup(edidp, edid_len, GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c455 *pedid = kmemdup(args->data, args->size, GFP_KERNEL);
/linux-master/drivers/base/regmap/
H A Dregcache.c173 tmp_buf = kmemdup(config->reg_defaults, map->num_reg_defaults *
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c197 new_stream = kmemdup(stream, sizeof(struct dc_stream_state), GFP_KERNEL);
/linux-master/drivers/clk/samsung/
H A Dclk-cpu.c692 cpuclk->cfg = kmemdup(clk_data->cfg, sizeof(*clk_data->cfg) * num_cfgs,
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-driver.c97 bounce = kmemdup(fw_entry->data + 16, fw_len, GFP_KERNEL);
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c120 pkey = kmemdup(key, keylen, GFP_KERNEL);
/linux-master/drivers/remoteproc/
H A Dremoteproc_virtio.c40 new_map = kmemdup(map, array_size(num_ranges + 1, sizeof(*map)),
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c323 edid = kmemdup(ctx->raw_edid, edid_len, GFP_KERNEL);
/linux-master/drivers/thunderbolt/
H A Dxdomain.c864 xw->pkg = kmemdup(hdr, size, GFP_KERNEL);
1240 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL);
1986 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL);
1991 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t),
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_parser.c662 ctx->sinfo->sig->s = kmemdup(value, vlen, GFP_KERNEL);

Completed in 349 milliseconds

<<11121314151617181920>>