Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dutil.c69 const char *kstrdup_const(const char *s, gfp_t gfp) in kstrdup_const() function
76 EXPORT_SYMBOL(kstrdup_const);
Dslab_common.c393 cache_name = kstrdup_const(name, GFP_KERNEL); in kmem_cache_create()
/linux-4.1.27/include/linux/
Dstring.h118 extern const char *kstrdup_const(const char *s, gfp_t gfp);
/linux-4.1.27/fs/kernfs/
Ddir.c513 name = kstrdup_const(name, GFP_KERNEL); in __kernfs_new_node()
1308 new_name = kstrdup_const(new_name, GFP_KERNEL); in kernfs_rename_ns()
/linux-4.1.27/drivers/clk/
Dclk.c2506 clk->name = kstrdup_const(hw->init->name, GFP_KERNEL); in clk_register()
2533 clk->parent_names[i] = kstrdup_const(hw->init->parent_names[i], in clk_register()
/linux-4.1.27/fs/
Dnamespace.c212 mnt->mnt_devname = kstrdup_const(name, GFP_KERNEL); in alloc_vfsmnt()