Searched refs:kunit_log_append (Results 1 – 2 of 2) sorted by relevance
115 void kunit_log_append(char *log, const char *fmt, ...) in kunit_log_append() function134 EXPORT_SYMBOL_GPL(kunit_log_append);
378 void __printf(2, 3) kunit_log_append(char *log, const char *fmt, ...);423 kunit_log_append((test_or_suite)->log, fmt "\n", \
Completed in 8 milliseconds