Home
last modified time | relevance | path

Searched refs:kstrdup_const (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.1.9/lib/
Dkasprintf.c46 return kstrdup_const(fmt, gfp); in kvasprintf_const()
48 return kstrdup_const(va_arg(ap, const char*), gfp); in kvasprintf_const()
Dgenalloc.c840 pool_name = kstrdup_const(name, GFP_KERNEL); in devm_gen_pool_create()
Dkobject.c488 name = dup_name = kstrdup_const(new_name, GFP_KERNEL); in kobject_rename()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_managed.c153 dr->node.name = kstrdup_const(name, GFP_KERNEL); in __drmm_add_action()
199 dr->node.name = kstrdup_const("kmalloc", GFP_KERNEL); in drmm_kmalloc()
/linux-6.1.9/tools/power/pm-graph/config/
Dcgskip.txt40 kstrdup_const
/linux-6.1.9/drivers/soc/amlogic/
Dmeson-mx-socinfo.c98 return kstrdup_const(soc_id, GFP_KERNEL); in meson_mx_socinfo_soc_id()
/linux-6.1.9/drivers/soc/samsung/
Dpm_domains.c100 return kstrdup_const(name, GFP_KERNEL); in exynos_get_domain_name()
/linux-6.1.9/drivers/net/ethernet/ti/
Dk3-cppi-desc-pool.c61 pool_name = kstrdup_const(name ? name : dev_name(pool->dev), in k3_cppi_desc_pool_create_name()
/linux-6.1.9/drivers/soc/renesas/
Drenesas-soc.c464 soc_dev_attr->family = kstrdup_const(family->name, GFP_KERNEL); in renesas_soc_init()
465 soc_dev_attr->soc_id = kstrdup_const(soc_id, GFP_KERNEL); in renesas_soc_init()
/linux-6.1.9/drivers/remoteproc/
Dqcom_common.c222 glink->ssr_name = kstrdup_const(ssr_name, GFP_KERNEL); in qcom_add_glink_subdev()
362 info->name = kstrdup_const(name, GFP_KERNEL); in qcom_ssr_get_subsys()
Dremoteproc_core.c2384 p = kstrdup_const(firmware, GFP_KERNEL); in rproc_alloc_firmware()
2467 rproc->name = kstrdup_const(name, GFP_KERNEL); in rproc_alloc()
/linux-6.1.9/drivers/power/reset/
Dreboot-mode.c89 info->mode = kstrdup_const(prop->name + len, GFP_KERNEL); in reboot_mode_register()
/linux-6.1.9/drivers/base/firmware_loader/
Dmain.c133 fw_priv->fw_name = kstrdup_const(fw_name, GFP_ATOMIC); in __allocate_fw_priv()
658 fwn->name = kstrdup_const(name, GFP_KERNEL); in fw_add_devm_name()
1151 fw_work->name = kstrdup_const(name, gfp); in request_firmware_nowait()
1264 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
/linux-6.1.9/drivers/dax/
Dkmem.c249 kmem_name = kstrdup_const("System RAM (kmem)", GFP_KERNEL); in dax_kmem_init()
/linux-6.1.9/drivers/firmware/arm_scmi/
Dbus.c178 scmi_dev->name = kstrdup_const(name ?: "unknown", GFP_KERNEL); in scmi_device_create()
/linux-6.1.9/include/linux/
Dstring.h177 extern const char *kstrdup_const(const char *s, gfp_t gfp);
/linux-6.1.9/mm/
Dutil.c79 const char *kstrdup_const(const char *s, gfp_t gfp) in kstrdup_const() function
86 EXPORT_SYMBOL(kstrdup_const);
/linux-6.1.9/drivers/pinctrl/
Ddevicetree.c76 devname = kstrdup_const(dev_name(p->dev), GFP_KERNEL); in dt_remember_or_free_map()
/linux-6.1.9/drivers/clk/x86/
Dclk-pmc-atom.c298 parent_names[i] = kstrdup_const(clks[i].name, GFP_KERNEL); in plt_clk_register_parents()
/linux-6.1.9/fs/kernfs/
Ddir.c604 name = kstrdup_const(name, GFP_KERNEL); in __kernfs_new_node()
1687 new_name = kstrdup_const(new_name, GFP_KERNEL); in kernfs_rename_ns()
/linux-6.1.9/Documentation/core-api/
Dkernel-api.rst46 :functions: kstrdup kstrdup_const kstrndup kmemdup kmemdup_nul memdup_user
/linux-6.1.9/drivers/base/power/
Dwakeup.c95 ws_name = kstrdup_const(name, GFP_KERNEL); in wakeup_source_create()
/linux-6.1.9/drivers/hte/
Dhte.c747 name = kstrdup_const(name, GFP_KERNEL); in hte_init_line_attr()
/linux-6.1.9/drivers/nvmem/
Dcore.c496 cell->name = kstrdup_const(info->name, GFP_KERNEL); in nvmem_cell_info_to_nvmem_cell_entry()
1140 name = kstrdup_const(id, GFP_KERNEL); in nvmem_create_cell()
/linux-6.1.9/kernel/trace/
Dtrace_events_hist.c1981 hist_field->type = kstrdup_const(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2010 hist_field->type = kstrdup_const(field->type, GFP_KERNEL); in create_hist_field()
2026 hist_field->type = kstrdup_const(field->type, GFP_KERNEL); in create_hist_field()
2112 ref_field->type = kstrdup_const(var_field->type, GFP_KERNEL); in init_var_ref()
2559 expr->type = kstrdup_const(operand1->type, GFP_KERNEL); in parse_unary()
2777 expr->type = kstrdup_const(operand1->type, GFP_KERNEL); in parse_expr()
3163 var->type = kstrdup_const(type, GFP_KERNEL); in create_var()

12