Searched refs:printk_time (Results 1 – 2 of 2) sorted by relevance
1259 static bool printk_time = IS_ENABLED(CONFIG_PRINTK_TIME);1260 module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);1381 syslog_time = printk_time; in syslog_print()1432 time = printk_time; in syslog_print_all()1591 bool time = syslog_partial ? syslog_time : printk_time; in do_syslog()1598 time = printk_time; in do_syslog()2067 #define printk_time false macro2450 printk_time, text + len, sizeof(text) - len); in console_unlock()3184 l = msg_print_text(msg, syslog, printk_time, line, size); in kmsg_dump_get_line_nolock()3255 bool time = printk_time; in kmsg_dump_get_buffer()
659 `printk_time' param).