Home
last modified time | relevance | path

Searched refs:KUNIT_LOG_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/kunit/
H A Ddebugfs.c110 suite->log = kzalloc(KUNIT_LOG_SIZE, GFP_KERNEL); in kunit_debugfs_create_suite()
112 test_case->log = kzalloc(KUNIT_LOG_SIZE, GFP_KERNEL); in kunit_debugfs_create_suite()
H A Dtest.c123 len_left = KUNIT_LOG_SIZE - log_len - 1; in kunit_log_newline()
142 len_left = KUNIT_LOG_SIZE - log_len - 1; in kunit_log_append()
H A Dkunit-test.c537 suite.log = kunit_kzalloc(test, KUNIT_LOG_SIZE, GFP_KERNEL); in kunit_log_test()
/openbmc/linux/include/kunit/
H A Dtest.h38 #define KUNIT_LOG_SIZE 2048 macro