Searched refs:CON_NBCON (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/proc/ |
| H A D | consoles.c | 24 { CON_NBCON, 'N' }, in show_console_dev() 62 ((con->flags & CON_NBCON) || con->write) ? 'W' : '-', in show_console_dev()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 3257 if ((flags & CON_NBCON) && (ft.nbcon_atomic || ft.nbcon_offload)) in console_flush_one_record() 3264 if (flags & CON_NBCON) { in console_flush_one_record() 3507 if (flags & CON_NBCON) { in __console_rewind_all() 3621 is_nbcon = console->flags & CON_NBCON; in console_resume() 3671 if ((flags & CON_NBCON) && (ft.nbcon_atomic || ft.nbcon_offload)) in legacy_kthread_should_wakeup() 3677 if (flags & CON_NBCON) { in legacy_kthread_should_wakeup() 3761 if (con->flags & CON_NBCON) in printk_kthreads_shutdown() 3809 if (con->flags & CON_NBCON) in printk_kthreads_check_locked() 3837 if (!(con->flags & CON_NBCON)) in printk_kthreads_check_locked() 4019 if (con->flags & CON_NBCON) in get_init_console_seq() [all …]
|
| H A D | nbcon.c | 1003 !(console_srcu_read_flags(con) & CON_NBCON))) { in nbcon_emit_next_record() 1330 if (!(console_srcu_read_flags(con) & CON_NBCON)) in nbcon_kthreads_wake() 1666 if (!(flags & CON_NBCON)) in __nbcon_atomic_flush_pending()
|
| H A D | internal.h | 19 (con->flags & CON_NBCON) ? "" : "legacy ", \
|
| /linux/include/linux/ |
| H A D | console.h | 193 CON_NBCON = BIT(8), enumerator 633 if (flags & CON_NBCON) { in console_is_usable()
|
| H A D | serial_core.h | 654 !(up->cons->flags & CON_NBCON) || in __uart_port_using_nbcon()
|
| /linux/Documentation/core-api/real-time/ |
| H A D | architecture-porting.rst | 108 involves setting the CON_NBCON flag in console::flags and providing
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 408 con->flags = CON_PRINTBUFFER | CON_NBCON; in drm_log_register_console()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_io.c | 596 if (flags & CON_NBCON) { in kdb_msg_write()
|
| /linux/drivers/tty/serial/ |
| H A D | tegra-utc.c | 512 tup->console.flags = CON_PRINTBUFFER | CON_NBCON; in tegra_utc_setup_port()
|
| H A D | sifive.c | 907 .flags = CON_PRINTBUFFER | CON_NBCON,
|
| H A D | imx.c | 2347 .flags = CON_PRINTBUFFER | CON_NBCON,
|
| H A D | amba-pl011.c | 2616 .flags = CON_PRINTBUFFER | CON_ANYTIME | CON_NBCON,
|
| /linux/drivers/net/ |
| H A D | netconsole.c | 2106 .flags = CON_ENABLED | CON_EXTENDED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE, 2115 .flags = CON_ENABLED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE,
|
| /linux/drivers/tty/ |
| H A D | tty_io.c | 3552 if (!(c->flags & CON_NBCON) && !c->write) in show_cons_active()
|