Home
last modified time | relevance | path

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

/xen/xen/drivers/char/
A Dconsole.c80 static enum con_timestamp_mode __read_mostly opt_con_timestamp_mode = TSM_NONE; variable
93 const char *val = con_timestamp_mode_2_string[opt_con_timestamp_mode]; in con_timestamp_mode_upd()
800 opt_con_timestamp_mode = TSM_NONE; in parse_console_timestamps()
804 opt_con_timestamp_mode = TSM_DATE; in parse_console_timestamps()
810 opt_con_timestamp_mode = TSM_DATE; in parse_console_timestamps()
812 opt_con_timestamp_mode = TSM_DATE_MS; in parse_console_timestamps()
814 opt_con_timestamp_mode = TSM_BOOT; in parse_console_timestamps()
816 opt_con_timestamp_mode = TSM_RAW; in parse_console_timestamps()
818 opt_con_timestamp_mode = TSM_NONE; in parse_console_timestamps()
829 enum con_timestamp_mode mode = ACCESS_ONCE(opt_con_timestamp_mode); in printk_start_of_line()

Completed in 8 milliseconds