Searched refs:kunit_log_append (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | test.c | 23 void kunit_log_append(char *log, const char *fmt, ...) in kunit_log_append() function 42 EXPORT_SYMBOL_GPL(kunit_log_append); variable
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | test.c | 133 void kunit_log_append(char *log, const char *fmt, ...) in kunit_log_append() function 159 EXPORT_SYMBOL_GPL(kunit_log_append); variable
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | test.h | 583 void kunit_log_append(char *log, const char *fmt, ...); 592 kunit_log_append((test_or_suite)->log, fmt "\n", \
|
/kernel/linux/linux-6.6/include/kunit/ |
H A D | test.h | 476 void __printf(2, 3) kunit_log_append(char *log, const char *fmt, ...); 521 kunit_log_append((test_or_suite)->log, fmt, \
|
Completed in 7 milliseconds