Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/kunit/
H A Ddebugfs.c97 suite->log = kzalloc(KUNIT_LOG_SIZE, GFP_KERNEL); in kunit_debugfs_create_suite()
99 test_case->log = kzalloc(KUNIT_LOG_SIZE, GFP_KERNEL); in kunit_debugfs_create_suite()
H A Dtest.c25 char line[KUNIT_LOG_SIZE]; in kunit_log_append()
32 len_left = KUNIT_LOG_SIZE - strlen(log) - 1; in kunit_log_append()
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h95 #define KUNIT_LOG_SIZE 512 macro
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dusage.rst617 results file is KUNIT_LOG_SIZE bytes (defined in ``include/kunit/test.h``).