Home
last modified time | relevance | path

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

/linux/lib/kunit/
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()
A Dtest.c106 char line[KUNIT_LOG_SIZE]; in kunit_log_append()
113 len_left = KUNIT_LOG_SIZE - strlen(log) - 1; in kunit_log_append()
A Dkunit-test.c420 suite.log = kunit_kzalloc(test, KUNIT_LOG_SIZE, GFP_KERNEL); in kunit_log_test()
/linux/include/kunit/
A Dtest.h104 #define KUNIT_LOG_SIZE 512 macro
/linux/Documentation/dev-tools/kunit/
A Dusage.rst774 results file is KUNIT_LOG_SIZE bytes (defined in ``include/kunit/test.h``).

Completed in 15 milliseconds