Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dkasprintf.c43 return kstrdup_const(fmt, gfp); in kvasprintf_const()
45 return kstrdup_const(va_arg(ap, const char*), gfp); in kvasprintf_const()
Dgenalloc.c629 pool_name = kstrdup_const(name, GFP_KERNEL); in devm_gen_pool_create()
Dkobject.c483 name = dup_name = kstrdup_const(new_name, GFP_KERNEL); in kobject_rename()
Ddynamic_debug.c849 new_name = kstrdup_const(name, GFP_KERNEL); in ddebug_add_module()
/linux-4.4.14/mm/
Dutil.c69 const char *kstrdup_const(const char *s, gfp_t gfp) in kstrdup_const() function
76 EXPORT_SYMBOL(kstrdup_const);
Dslab_common.c414 cache_name = kstrdup_const(name, GFP_KERNEL); in kmem_cache_create()
/linux-4.4.14/include/linux/
Dstring.h122 extern const char *kstrdup_const(const char *s, gfp_t gfp);
/linux-4.4.14/arch/arm/mach-exynos/
Dpm_domains.c137 pd->pd.name = kstrdup_const(strrchr(np->full_name, '/') + 1, in exynos4_pm_init_power_domain()
/linux-4.4.14/drivers/base/
Dfirmware_class.c188 buf->fw_id = kstrdup_const(fw_name, GFP_ATOMIC); in __allocate_fw_buf()
444 fwn->name = kstrdup_const(name, GFP_KERNEL); in fw_add_devm_name()
1319 fw_work->name = kstrdup_const(name, gfp); in request_firmware_nowait()
1426 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
/linux-4.4.14/fs/kernfs/
Ddir.c536 name = kstrdup_const(name, GFP_KERNEL); in __kernfs_new_node()
1331 new_name = kstrdup_const(new_name, GFP_KERNEL); in kernfs_rename_ns()
/linux-4.4.14/drivers/base/power/
Dwakeup.c97 wakeup_source_prepare(ws, name ? kstrdup_const(name, GFP_KERNEL) : NULL); in wakeup_source_create()
/linux-4.4.14/drivers/clk/
Dclk.c2535 core->name = kstrdup_const(hw->init->name, GFP_KERNEL); in clk_register()
2562 core->parent_names[i] = kstrdup_const(hw->init->parent_names[i], in clk_register()
/linux-4.4.14/drivers/acpi/
Dscan.c1167 id->id = kstrdup_const(dev_id, GFP_KERNEL); in acpi_add_id()
/linux-4.4.14/kernel/trace/
Dtrace_events.c1960 system->name = kstrdup_const(name, GFP_KERNEL); in create_new_subsystem()
/linux-4.4.14/fs/
Dnamespace.c212 mnt->mnt_devname = kstrdup_const(name, GFP_KERNEL); in alloc_vfsmnt()
/linux-4.4.14/sound/soc/
Dsoc-dapm.c3337 w->name = kstrdup_const(widget->name, GFP_KERNEL); in snd_soc_dapm_new_control_unlocked()