Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/printk/
A Dprintk.c3242 newcon->flags |= CON_CONSDEV; in try_enable_preferred_console()
3269 newcon->flags |= CON_CONSDEV; in try_enable_default_console()
3427 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console()
3440 newcon->flags |= CON_CONSDEV; in register_console()
3443 } else if (newcon->flags & CON_CONSDEV) { in register_console()
3445 console_srcu_write_flags(console_first(), console_first()->flags & ~CON_CONSDEV); in register_console()
3469 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
3515 if (!hlist_empty(&console_list) && console->flags & CON_CONSDEV) in unregister_console_locked()
3516 console_srcu_write_flags(console_first(), console_first()->flags | CON_CONSDEV); in unregister_console_locked()
3577 con->flags |= CON_CONSDEV; in console_force_preferred_locked()
[all …]
/linux-6.3-rc2/fs/proc/
A Dconsoles.c22 { CON_CONSDEV, 'C' }, in show_console_dev()
/linux-6.3-rc2/include/linux/
A Dconsole.h160 CON_CONSDEV = BIT(1), enumerator

Completed in 11 milliseconds