Home
last modified time | relevance | path

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

12

/linux/lib/
H A Dkasprintf.c46 return kstrdup_const(fmt, gfp); in kvasprintf_const()
48 return kstrdup_const(va_arg(ap, const char*), gfp); in kvasprintf_const()
H A Dgenalloc.c840 pool_name = kstrdup_const(name, GFP_KERNEL); in devm_gen_pool_create()
/linux/fs/xfs/scrub/
H A Dmetapath.c135 kstrdup_const("rtgroups", GFP_KERNEL), sc->mp->m_rtdirip); in xchk_setup_metapath_rtdir()
182 kstrdup_const("quota", GFP_KERNEL), qi->qi_dirip); in xchk_setup_metapath_quotadir()
215 kstrdup_const(xfs_dqinode_path(type), GFP_KERNEL), ip); in xchk_setup_metapath_dqinode()
/linux/drivers/regulator/
H A Dfixed-helper.c41 data->cfg.supply_name = kstrdup_const(name, GFP_KERNEL); in regulator_register_always_on()
/linux/tools/power/pm-graph/config/
H A Dcgskip.txt40 kstrdup_const
/linux/drivers/soc/amlogic/
H A Dmeson-mx-socinfo.c98 return kstrdup_const(soc_id, GFP_KERNEL); in meson_mx_socinfo_soc_id()
/linux/net/nfc/hci/
H A Dllc.c56 llc_engine->name = kstrdup_const(name, GFP_KERNEL); in nfc_llc_register()
/linux/sound/synth/emux/
H A Demux.c88 emu->name = kstrdup_const(name, GFP_KERNEL); in snd_emux_register()
/linux/drivers/soc/renesas/
H A Drenesas-soc.c497 soc_dev_attr->family = kstrdup_const(family->name, GFP_KERNEL); in renesas_soc_init()
498 soc_dev_attr->soc_id = kstrdup_const(soc_id, GFP_KERNEL); in renesas_soc_init()
/linux/drivers/net/ethernet/ti/
H A Dk3-cppi-desc-pool.c67 pool_name = kstrdup_const(name ? name : dev_name(pool->dev), in k3_cppi_desc_pool_create_name()
/linux/drivers/base/firmware_loader/
H A Dmain.c134 fw_priv->fw_name = kstrdup_const(fw_name, GFP_ATOMIC); in __allocate_fw_priv()
672 fwn->name = kstrdup_const(name, GFP_KERNEL); in fw_add_devm_name()
1173 fw_work->name = kstrdup_const(name, gfp); in _request_firmware_nowait()
1345 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
/linux/drivers/dax/
H A Dkmem.c284 kmem_name = kstrdup_const("System RAM (kmem)", GFP_KERNEL); in dax_kmem_init()
/linux/sound/soc/intel/avs/
H A Dutils.c253 entry->name = kstrdup_const(name, GFP_KERNEL); in avs_request_firmware()
/linux/drivers/power/sequencing/
H A Dcore.c97 unit->name = kstrdup_const(data->name, GFP_KERNEL); in pwrseq_unit_new()
202 target->name = kstrdup_const(data->name, GFP_KERNEL); in pwrseq_target_new()
/linux/drivers/clk/x86/
H A Dclk-pmc-atom.c287 parent_names[i] = kstrdup_const(clks[i].name, GFP_KERNEL); in plt_clk_register_parents()
/linux/mm/
H A Dutil.c99 const char *kstrdup_const(const char *s, gfp_t gfp) in kstrdup_const() function
106 EXPORT_SYMBOL(kstrdup_const);
/linux/drivers/firmware/arm_scmi/
H A Dbus.c452 scmi_dev->name = kstrdup_const(name ?: "unknown", GFP_KERNEL); in __scmi_device_create()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_config.c19 config->dev_name = kstrdup_const(dev_name, GFP_KERNEL); in vkms_config_create()
/linux/fs/kernfs/
H A Ddir.c660 name = kstrdup_const(name, GFP_KERNEL); in __kernfs_new_node()
1863 new_name = kstrdup_const(new_name, GFP_KERNEL); in kernfs_rename_ns()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c509 str = kstrdup_const(label, GFP_KERNEL); in panthor_gem_kernel_bo_set_label()
/linux/fs/tracefs/
H A Devent_inode.c429 ei->name = kstrdup_const(name, GFP_KERNEL); in init_ei()
/linux/drivers/base/power/
H A Dwakeup.c90 ws_name = kstrdup_const(name, GFP_KERNEL); in wakeup_source_create()
/linux/drivers/remoteproc/
H A Dremoteproc_core.c2401 p = kstrdup_const(firmware, GFP_KERNEL); in rproc_alloc_firmware()
2491 rproc->name = kstrdup_const(name, GFP_KERNEL); in rproc_alloc()
/linux/drivers/nvmem/
H A Dcore.c632 cell->name = kstrdup_const(info->name, GFP_KERNEL); in nvmem_cell_info_to_nvmem_cell_entry()
1303 name = kstrdup_const(id, GFP_KERNEL); in nvmem_create_cell()
/linux/drivers/parport/
H A Dshare.c720 devname = kstrdup_const(name, GFP_KERNEL); in parport_register_dev_model()

12