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

/linux-master/fs/proc/
H A Dconsoles.c22 { CON_CONSDEV, 'C' },
/linux-master/kernel/printk/
H A Dprintk.c3334 newcon->flags |= CON_CONSDEV;
3361 newcon->flags |= CON_CONSDEV;
3495 * Note that a console with tty binding will have CON_CONSDEV
3526 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) {
3541 /* Ensure CON_CONSDEV is always set for the head. */
3542 newcon->flags |= CON_CONSDEV;
3545 } else if (newcon->flags & CON_CONSDEV) {
3546 /* Only the new head can have CON_CONSDEV set. */
3547 console_srcu_write_flags(console_first(), console_first()->flags & ~CON_CONSDEV);
3618 console_srcu_write_flags(console_first(), console_first()->flags | CON_CONSDEV); local
[all...]
/linux-master/include/linux/
H A Dconsole.h162 * @CON_CONSDEV: Indicates that the console driver is backing
189 CON_CONSDEV = BIT(1), enumerator in enum:cons_flags

Completed in 85 milliseconds