Symbol: kstrdup_const
arch/sparc/kernel/mdesc.c
359
node_info->vdev_port.name = kstrdup_const(name, GFP_KERNEL);
drivers/acpi/scan.c
1337
id->id = kstrdup_const(dev_id, GFP_KERNEL);
drivers/acpi/scan.c
767
kstrdup_const(acpi_device_hid(device), GFP_KERNEL);
drivers/base/firmware_loader/main.c
1173
fw_work->name = kstrdup_const(name, gfp);
drivers/base/firmware_loader/main.c
134
fw_priv->fw_name = kstrdup_const(fw_name, GFP_ATOMIC);
drivers/base/firmware_loader/main.c
1345
fce->name = kstrdup_const(name, GFP_ATOMIC);
drivers/base/firmware_loader/main.c
672
fwn->name = kstrdup_const(name, GFP_KERNEL);
drivers/base/power/wakeup.c
90
ws_name = kstrdup_const(name, GFP_KERNEL);
drivers/base/regmap/regmap.c
563
const char *name = kstrdup_const(config->name, GFP_KERNEL);
drivers/clk/clk.c
4130
clk->con_id = kstrdup_const(con_id, GFP_KERNEL);
drivers/clk/clk.c
4217
*dst_p = dst = kstrdup_const(src, GFP_KERNEL);
drivers/clk/clk.c
4339
core->name = kstrdup_const(init->name, GFP_KERNEL);
drivers/clk/x86/clk-pmc-atom.c
287
parent_names[i] = kstrdup_const(clks[i].name, GFP_KERNEL);
drivers/dax/kmem.c
284
kmem_name = kstrdup_const("System RAM (kmem)", GFP_KERNEL);
drivers/firmware/arm_scmi/bus.c
452
scmi_dev->name = kstrdup_const(name ?: "unknown", GFP_KERNEL);
drivers/gpio/gpiolib.c
1100
gdev->label = kstrdup_const(gc->label ?: "unknown", GFP_KERNEL);
drivers/gpu/drm/drm_managed.c
154
dr->node.name = kstrdup_const(name, GFP_KERNEL);
drivers/gpu/drm/drm_managed.c
239
dr->node.name = kstrdup_const("kmalloc", gfp);
drivers/gpu/drm/panfrost/panfrost_gem.c
639
str = kstrdup_const(label, GFP_KERNEL);
drivers/gpu/drm/panthor/panthor_gem.c
509
str = kstrdup_const(label, GFP_KERNEL);
drivers/gpu/drm/vkms/vkms_config.c
19
config->dev_name = kstrdup_const(dev_name, GFP_KERNEL);
drivers/hte/hte.c
742
name = kstrdup_const(name, GFP_KERNEL);
drivers/iio/industrialio-buffer.c
1489
iio_attr->dev_attr.attr.name = kstrdup_const(attr->name, GFP_KERNEL);
drivers/leds/led-class.c
365
provider = kstrdup_const(lookup->provider, GFP_KERNEL);
drivers/media/v4l2-core/v4l2-fwnode.c
754
connector->label = err ? NULL : kstrdup_const(label, GFP_KERNEL);
drivers/net/ethernet/ti/k3-cppi-desc-pool.c
67
pool_name = kstrdup_const(name ? name : dev_name(pool->dev),
drivers/nvmem/core.c
1303
name = kstrdup_const(id, GFP_KERNEL);
drivers/nvmem/core.c
632
cell->name = kstrdup_const(info->name, GFP_KERNEL);
drivers/parport/share.c
720
devname = kstrdup_const(name, GFP_KERNEL);
drivers/pinctrl/devicetree.c
76
devname = kstrdup_const(dev_name(p->dev), GFP_KERNEL);
drivers/power/reset/reboot-mode.c
98
info->mode = kstrdup_const(prop->name + len, GFP_KERNEL);
drivers/power/sequencing/core.c
202
target->name = kstrdup_const(data->name, GFP_KERNEL);
drivers/power/sequencing/core.c
97
unit->name = kstrdup_const(data->name, GFP_KERNEL);
drivers/regulator/core.c
2019
supply_name = kstrdup_const(supply_name, GFP_KERNEL);
drivers/regulator/fixed-helper.c
41
data->cfg.supply_name = kstrdup_const(name, GFP_KERNEL);
drivers/remoteproc/qcom_common.c
238
glink->ssr_name = kstrdup_const(ssr_name, GFP_KERNEL);
drivers/remoteproc/qcom_common.c
378
info->name = kstrdup_const(name, GFP_KERNEL);
drivers/remoteproc/remoteproc_core.c
2401
p = kstrdup_const(firmware, GFP_KERNEL);
drivers/remoteproc/remoteproc_core.c
2491
rproc->name = kstrdup_const(name, GFP_KERNEL);
drivers/soc/amlogic/meson-mx-socinfo.c
98
return kstrdup_const(soc_id, GFP_KERNEL);
drivers/soc/renesas/renesas-soc.c
497
soc_dev_attr->family = kstrdup_const(family->name, GFP_KERNEL);
drivers/soc/renesas/renesas-soc.c
498
soc_dev_attr->soc_id = kstrdup_const(soc_id, GFP_KERNEL);
drivers/thermal/thermal_core.c
1085
cdev->type = kstrdup_const(type ? type : "", GFP_KERNEL);
drivers/virtio/virtio_mem.c
646
vm->resource_name = kstrdup_const("System RAM (virtio_mem)",
fs/kernfs/dir.c
1785
new_name = kstrdup_const(new_name, GFP_KERNEL);
fs/kernfs/dir.c
633
name = kstrdup_const(name, GFP_KERNEL);
fs/namespace.c
296
mnt->mnt_devname = kstrdup_const(name,
fs/tracefs/event_inode.c
433
ei->name = kstrdup_const(name, GFP_KERNEL);
fs/xfs/scrub/metapath.c
135
kstrdup_const("rtgroups", GFP_KERNEL), sc->mp->m_rtdirip);
fs/xfs/scrub/metapath.c
182
kstrdup_const("quota", GFP_KERNEL), qi->qi_dirip);
fs/xfs/scrub/metapath.c
215
kstrdup_const(xfs_dqinode_path(type), GFP_KERNEL), ip);
include/linux/string.h
302
extern const char *kstrdup_const(const char *s, gfp_t gfp);
kernel/trace/trace.c
9584
tr->system_names = kstrdup_const(systems, GFP_KERNEL);
kernel/trace/trace_events.c
2893
system->name = kstrdup_const(name, GFP_KERNEL);
kernel/trace/trace_events_hist.c
2003
hist_field->type = kstrdup_const("unsigned long[]", GFP_KERNEL);
kernel/trace/trace_events_hist.c
2017
hist_field->type = kstrdup_const(hist_field->operands[0]->type, GFP_KERNEL);
kernel/trace/trace_events_hist.c
2053
hist_field->type = kstrdup_const(field->type, GFP_KERNEL);
kernel/trace/trace_events_hist.c
2070
hist_field->type = kstrdup_const(field->type, GFP_KERNEL);
kernel/trace/trace_events_hist.c
2078
hist_field->type = kstrdup_const(field->type, GFP_KERNEL);
kernel/trace/trace_events_hist.c
2164
ref_field->type = kstrdup_const(var_field->type, GFP_KERNEL);
kernel/trace/trace_events_hist.c
2633
expr->type = kstrdup_const(operand1->type, GFP_KERNEL);
kernel/trace/trace_events_hist.c
2851
expr->type = kstrdup_const(operand1->type, GFP_KERNEL);
kernel/trace/trace_events_hist.c
3253
var->type = kstrdup_const(type, GFP_KERNEL);
lib/genalloc.c
840
pool_name = kstrdup_const(name, GFP_KERNEL);
lib/kasprintf.c
46
return kstrdup_const(fmt, gfp);
lib/kasprintf.c
48
return kstrdup_const(va_arg(ap, const char*), gfp);
lib/kobject.c
504
name = dup_name = kstrdup_const(new_name, GFP_KERNEL);
mm/slab_common.c
373
cache_name = kstrdup_const(name, GFP_KERNEL);
mm/util.c
106
EXPORT_SYMBOL(kstrdup_const);
net/nfc/hci/llc.c
56
llc_engine->name = kstrdup_const(name, GFP_KERNEL);
net/sunrpc/auth_gss/auth_gss.c
548
gss_msg->service_name = kstrdup_const(service_name, GFP_KERNEL);
sound/soc/intel/avs/utils.c
253
entry->name = kstrdup_const(name, GFP_KERNEL);
sound/soc/soc-dapm.c
368
w->name = kstrdup_const(_widget->name, GFP_KERNEL);
sound/soc/soc-dapm.c
373
w->sname = kstrdup_const(_widget->sname, GFP_KERNEL);
sound/synth/emux/emux.c
88
emu->name = kstrdup_const(name, GFP_KERNEL);