CON_ENABLED
nf_console.flags |= CON_ENABLED;
.flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
.flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
.flags = CON_ENABLED,
console->flags |= CON_ENABLED;
sc->console.flags = CON_ENABLED | CON_PRINTBUFFER;
.flags = CON_ENABLED | CON_EXTENDED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE,
.flags = CON_ENABLED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE,
netconsole_ext.flags |= CON_ENABLED;
netconsole.flags |= CON_ENABLED;
.flags = CON_PRINTBUFFER | CON_ENABLED,
.flags = CON_PRINTBUFFER | CON_ENABLED,
.flags = CON_ENABLED | CON_PRINTBUFFER,
if ((c->flags & CON_ENABLED) == 0)
{ CON_ENABLED, 'E' },
pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME;
if (!(flags & CON_ENABLED))
.flags = CON_PRINTBUFFER | CON_ENABLED,
console_srcu_write_flags(console, console->flags & ~CON_ENABLED);
console_srcu_write_flags(console, console->flags | CON_ENABLED);
newcon->flags |= CON_ENABLED;
if (newcon->flags & CON_ENABLED && c->user_specified == user_specified)
newcon->flags |= CON_ENABLED;
!(con->flags & CON_ENABLED)) {
console_srcu_write_flags(console, console->flags & ~CON_ENABLED);