Home
last modified time | relevance | path

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

/linux/lib/kunit/
H A Dtest.c125 void kunit_log_append(struct string_stream *log, const char *fmt, ...) in kunit_log_append() function
136 EXPORT_SYMBOL_GPL(kunit_log_append);
/linux/include/kunit/
H A Dtest.h565 void __printf(2, 3) kunit_log_append(struct string_stream *log, const char *fmt, ...);
610 kunit_log_append((test_or_suite)->log, fmt, \