kstrdup (9) Linux Manual Page
kstrdup – allocate space for and copy an existing string
Synopsis
char *kstrdup(const char *s, gfp_t gfp);
Arguments
s
-
- the string to duplicate
gfp
- the GFP mask used in the kmalloc call when allocating memory
kstrdup – allocate space for and copy an existing string
char *kstrdup(const char *s, gfp_t gfp);
s
gfp