Lines Matching defs:log
37 /* Size of log associated with test. */
136 char *log;
256 char *log;
282 char *log; /* Points at case log after initialization */
318 void kunit_init_test(struct kunit *test, const char *name, char *log);
476 void __printf(2, 3) kunit_log_append(char *log, const char *fmt, ...);
515 * printk and log to per-test or per-suite log buffer. Logging only done
516 * if CONFIG_KUNIT_DEBUGFS is 'y'; if it is 'n', no log is allocated/used.
521 kunit_log_append((test_or_suite)->log, fmt, \