Searched refs:printk_time (Results 1 – 1 of 1) sorted by relevance
1264 static bool printk_time = IS_ENABLED(CONFIG_PRINTK_TIME); variable1265 module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);1559 syslog_time = printk_time; in syslog_print()1611 time = printk_time; in syslog_print_all()1745 bool time = syslog_partial ? syslog_time : printk_time; in do_syslog()1753 time = printk_time; in do_syslog()2311 #define printk_time false macro2735 len = record_print_text(&r, console_msg_format & MSG_FORMAT_SYSLOG, printk_time); in console_emit_next_record()3749 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line()3756 printk_time); in kmsg_dump_get_line()[all …]