Home
last modified time | relevance | path

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

/linux/lib/kunit/
H A Dtest.c892 return kunit_kstrdup(test, str, gfp); in kunit_kstrdup_const()
/linux/include/kunit/
H A Dtest.h504 static inline char *kunit_kstrdup(struct kunit *test, const char *str, gfp_t gfp) in kunit_kstrdup() function