Lines Matching refs:log
44 static void debugfs_print_result(struct seq_file *seq, struct string_stream *log) in debugfs_print_result() argument
48 if (!log) in debugfs_print_result()
55 spin_lock(&log->lock); in debugfs_print_result()
56 list_for_each_entry(frag_container, &log->fragments, node) in debugfs_print_result()
58 spin_unlock(&log->lock); in debugfs_print_result()
85 debugfs_print_result(seq, test_case->log); in debugfs_print_results()
87 debugfs_print_result(seq, suite->log); in debugfs_print_results()
174 if (suite->log) in kunit_debugfs_create_suite()
188 suite->log = stream; in kunit_debugfs_create_suite()
196 test_case->log = stream; in kunit_debugfs_create_suite()
214 string_stream_destroy(suite->log); in kunit_debugfs_create_suite()
215 suite->log = NULL; in kunit_debugfs_create_suite()
217 string_stream_destroy(test_case->log); in kunit_debugfs_create_suite()
218 test_case->log = NULL; in kunit_debugfs_create_suite()
227 string_stream_destroy(suite->log); in kunit_debugfs_destroy_suite()
229 string_stream_destroy(test_case->log); in kunit_debugfs_destroy_suite()