Searched refs:kunit_kstrdup (Results 1 – 2 of 2) sorted by relevance
935 return kunit_kstrdup(test, str, gfp); in kunit_kstrdup_const()
498 * kunit_kstrdup() - Duplicates a string into a test managed allocation.506 static inline char *kunit_kstrdup(struct kunit *test, const char *str, gfp_t gfp) in kunit_kstrdup() function 528 * Calls kunit_kstrdup() only if @str is not in the rodata section. Must be freed with