Lines Matching +defs:fmt +defs:test
5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
14 static void test_string_check_buf(struct kunit *test, in test_string_check_buf()
54 static void test_string_unescape(struct kunit *test, in test_string_unescape()
395 test_string_escape_overflow(struct kunit *test, in test_string_escape_overflow()
405 static void test_string_escape(struct kunit *test, const char *name, in test_string_escape()
470 static void test_string_get_size_check(struct kunit *test, in test_string_get_size_check()
496 static void __test_string_get_size_one(struct kunit *test, in __test_string_get_size_one()
523 static void __test_string_get_size(struct kunit *test, in __test_string_get_size()
546 static void test_get_size(struct kunit *test) in test_get_size()
566 static void test_upper_lower(struct kunit *test) in test_upper_lower()
596 static void test_unescape(struct kunit *test) in test_unescape()