Searched refs:kstrdup_const (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/lib/ |
D | kasprintf.c | 43 return kstrdup_const(fmt, gfp); in kvasprintf_const() 45 return kstrdup_const(va_arg(ap, const char*), gfp); in kvasprintf_const()
|
D | genalloc.c | 629 pool_name = kstrdup_const(name, GFP_KERNEL); in devm_gen_pool_create()
|
D | kobject.c | 483 name = dup_name = kstrdup_const(new_name, GFP_KERNEL); in kobject_rename()
|
D | dynamic_debug.c | 849 new_name = kstrdup_const(name, GFP_KERNEL); in ddebug_add_module()
|
/linux-4.4.14/mm/ |
D | util.c | 69 const char *kstrdup_const(const char *s, gfp_t gfp) in kstrdup_const() function 76 EXPORT_SYMBOL(kstrdup_const);
|
D | slab_common.c | 414 cache_name = kstrdup_const(name, GFP_KERNEL); in kmem_cache_create()
|
/linux-4.4.14/include/linux/ |
D | string.h | 122 extern const char *kstrdup_const(const char *s, gfp_t gfp);
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | pm_domains.c | 137 pd->pd.name = kstrdup_const(strrchr(np->full_name, '/') + 1, in exynos4_pm_init_power_domain()
|
/linux-4.4.14/drivers/base/ |
D | firmware_class.c | 188 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/ |
D | dir.c | 536 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/ |
D | wakeup.c | 97 wakeup_source_prepare(ws, name ? kstrdup_const(name, GFP_KERNEL) : NULL); in wakeup_source_create()
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 2535 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/ |
D | scan.c | 1167 id->id = kstrdup_const(dev_id, GFP_KERNEL); in acpi_add_id()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 1960 system->name = kstrdup_const(name, GFP_KERNEL); in create_new_subsystem()
|
/linux-4.4.14/fs/ |
D | namespace.c | 212 mnt->mnt_devname = kstrdup_const(name, GFP_KERNEL); in alloc_vfsmnt()
|
/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 3337 w->name = kstrdup_const(widget->name, GFP_KERNEL); in snd_soc_dapm_new_control_unlocked()
|