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

/linux-4.1.27/mm/
H A Dutil.c61 * kstrdup_const - conditionally duplicate an existing const string
67 * Strings allocated by kstrdup_const should be freed by kfree_const.
69 const char *kstrdup_const(const char *s, gfp_t gfp) kstrdup_const() function
76 EXPORT_SYMBOL(kstrdup_const); variable
H A Dslab_common.c393 cache_name = kstrdup_const(name, GFP_KERNEL); kmem_cache_create()
/linux-4.1.27/include/linux/
H A Dstring.h118 extern const char *kstrdup_const(const char *s, gfp_t gfp);
/linux-4.1.27/fs/kernfs/
H A Ddir.c513 name = kstrdup_const(name, GFP_KERNEL); __kernfs_new_node()
1308 new_name = kstrdup_const(new_name, GFP_KERNEL); kernfs_rename_ns()
/linux-4.1.27/drivers/clk/
H A Dclk.c2506 clk->name = kstrdup_const(hw->init->name, GFP_KERNEL); clk_register()
2533 clk->parent_names[i] = kstrdup_const(hw->init->parent_names[i], clk_register()
/linux-4.1.27/fs/
H A Dnamespace.c212 mnt->mnt_devname = kstrdup_const(name, GFP_KERNEL); alloc_vfsmnt()

Completed in 243 milliseconds