Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dconsole.h167 CON_EXTENDED = BIT(6), enumerator
/Linux-v6.6/drivers/net/
Dnetconsole.c943 .flags = CON_ENABLED | CON_EXTENDED,
/Linux-v6.6/kernel/printk/
Dprintk.c2868 bool is_extended = console_srcu_read_flags(con) & CON_EXTENDED; in console_emit_next_record()