Searched refs:CON_NBCON (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/printk/
H A Dinternal.h19 (con->flags & CON_NBCON) ? "" : "legacy ", \
H A Dprintk.c2849 * This is for legacy (!CON_NBCON) as well as all boot (CON_BOOT) consoles.
3189 if (flags & CON_NBCON) {
3477 if (newcon->flags & CON_NBCON) {
3514 if (newcon->flags & CON_NBCON)
3533 if (newcon->flags & CON_NBCON)
3627 if (console->flags & CON_NBCON)
3826 if (flags & CON_NBCON) {
/linux-master/include/linux/
H A Dconsole.h184 * @CON_NBCON: Console can operate outside of the legacy style console_lock
196 CON_NBCON = BIT(8), enumerator in enum:cons_flags

Completed in 239 milliseconds