Home
last modified time | relevance | path

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

/lib/
Dglobtest.c30 char const *message; in test() local
33 message = msg_error; in test()
35 message = msg_ok; in test()
39 printk(message, pat, str, mismatch + 3*match); in test()
134 static char const message[] __initconst = in glob_init() local
154 printk(message, successes, n); in glob_init()
Dtest_stackinit.c40 # define __compiletime_error(message) /**/ argument
42 # define __compiletime_error(message) __attribute__((__error__(message))) argument
DKconfig.debug27 to every message.
76 int "Default message log level (1-7)"
86 Note: This does not affect what message level gets printed on the console
91 bool "Delay each boot printk message by N milliseconds"
157 // enable the message at line 1603 of file svcsock.c
1174 warning message is printed along with dump of workqueue
1422 Try increasing this value if you hit "BUG: MAX_LOCKDEP_ENTRIES too low!" message.
1430 Try increasing this value if you hit "BUG: MAX_LOCKDEP_CHAINS too low!" message.
1438 Try increasing this value if you hit "BUG: MAX_STACK_TRACE_ENTRIES too low!" message.
1571 flaws don't go unnoticed, by enabling a message, should this ever
/lib/kunit/
Dassert.c35 if (assert->message.fmt) in kunit_assert_print_msg()
36 string_stream_add(stream, "\n%pV", &assert->message); in kunit_assert_print_msg()
44 string_stream_add(stream, "%pV", &assert->message); in kunit_fail_assert_format()
Dtest.c290 assert->message.fmt = fmt; in kunit_do_assertion()
291 assert->message.va = &args; in kunit_do_assertion()