Home
last modified time | relevance | path

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

/linux-6.15/fs/proc/
H A Dconsoles.c24 { CON_NBCON, 'N' }, in show_console_dev()
62 ((con->flags & CON_NBCON) || con->write) ? 'W' : '-', in show_console_dev()
/linux-6.15/kernel/printk/
H A Dinternal.h20 (con->flags & CON_NBCON) ? "" : "legacy ", \
129 if (flags & CON_NBCON) { in console_is_usable()
H A Dprintk.c3221 if (flags & CON_NBCON) { in console_flush_all()
3439 if (flags & CON_NBCON) { in __console_rewind_all()
3609 if (flags & CON_NBCON) { in legacy_kthread_should_wakeup()
3683 if (con->flags & CON_NBCON) in printk_kthreads_shutdown()
3726 if (con->flags & CON_NBCON) in printk_kthreads_check_locked()
3754 if (!(con->flags & CON_NBCON)) in printk_kthreads_check_locked()
3936 if (con->flags & CON_NBCON) in get_init_console_seq()
4045 if (newcon->flags & CON_NBCON) in register_console()
4207 if (console->flags & CON_NBCON) in unregister_console_locked()
4223 if (c->flags & CON_NBCON) in unregister_console_locked()
[all …]
H A Dnbcon.c963 !(console_srcu_read_flags(con) & CON_NBCON))) { in nbcon_emit_next_record()
1262 if (!(console_srcu_read_flags(con) & CON_NBCON)) in nbcon_kthreads_wake()
1584 if (!(flags & CON_NBCON)) in __nbcon_atomic_flush_pending()
/linux-6.15/include/linux/
H A Dconsole.h198 CON_NBCON = BIT(8), enumerator
H A Dserial_core.h652 !(up->cons->flags & CON_NBCON) || in __uart_port_using_nbcon()
/linux-6.15/drivers/gpu/drm/clients/
H A Ddrm_log.c387 con->flags = CON_PRINTBUFFER | CON_NBCON; in drm_log_register_console()
/linux-6.15/drivers/tty/serial/
H A Dtegra-utc.c512 tup->console.flags = CON_PRINTBUFFER | CON_NBCON; in tegra_utc_setup_port()
H A Dimx.c2340 .flags = CON_PRINTBUFFER | CON_NBCON,
H A Damba-pl011.c2616 .flags = CON_PRINTBUFFER | CON_ANYTIME | CON_NBCON,
/linux-6.15/drivers/tty/
H A Dtty_io.c3571 if (!(c->flags & CON_NBCON) && !c->write) in show_cons_active()