Home
last modified time | relevance | path

Searched refs:kunit_kstrdup (Results 1 – 2 of 2) sorted by relevance

/linux/lib/kunit/
H A Dtest.c935 return kunit_kstrdup(test, str, gfp); in kunit_kstrdup_const()
/linux/include/kunit/
H A Dtest.h498 * 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