Lines Matching refs:time
1260 module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);
1289 bool time, char *buf) in print_prefix() argument
1296 if (time) in print_prefix()
1301 if (IS_ENABLED(CONFIG_PRINTK_CALLER) || time) { in print_prefix()
1310 bool time, char *buf, size_t size) in msg_print_text() argument
1316 const size_t prefix_len = print_prefix(msg, syslog, time, prefix); in msg_print_text()
1426 bool time; in syslog_print_all() local
1432 time = printk_time; in syslog_print_all()
1443 len += msg_print_text(msg, true, time, NULL, 0); in syslog_print_all()
1454 len -= msg_print_text(msg, true, time, NULL, 0); in syslog_print_all()
1465 int textlen = msg_print_text(msg, true, time, text, in syslog_print_all()
1591 bool time = syslog_partial ? syslog_time : printk_time; in do_syslog() local
1596 error += msg_print_text(msg, true, time, NULL, in do_syslog()
1598 time = printk_time; in do_syslog()
2092 bool time, char *buf, size_t size) { return 0; } in msg_print_text() argument
3255 bool time = printk_time; in kmsg_dump_get_buffer() local
3279 l += msg_print_text(msg, true, time, NULL, 0); in kmsg_dump_get_buffer()
3290 l -= msg_print_text(msg, true, time, NULL, 0); in kmsg_dump_get_buffer()
3303 l += msg_print_text(msg, syslog, time, buf + l, size - l); in kmsg_dump_get_buffer()