Lines Matching refs:flags
20 (con->flags & CON_NBCON) ? "" : "legacy ", \
21 (con->flags & CON_BOOT) ? "boot" : "", \
82 #define printk_safe_enter_irqsave(flags) \ argument
84 local_irq_save(flags); \
88 #define printk_safe_exit_irqrestore(flags) \ argument
91 local_irq_restore(flags); \
99 enum printk_info_flags *flags);
121 static inline bool console_is_usable(struct console *con, short flags, bool use_atomic) in console_is_usable() argument
123 if (!(flags & CON_ENABLED)) in console_is_usable()
126 if ((flags & CON_SUSPENDED)) in console_is_usable()
129 if (flags & CON_NBCON) { in console_is_usable()
150 if (!cpu_online(raw_smp_processor_id()) && !(flags & CON_ANYTIME)) in console_is_usable()
190 #define printk_safe_enter_irqsave(flags) local_irq_save(flags) argument
191 #define printk_safe_exit_irqrestore(flags) local_irq_restore(flags) argument
207 static inline bool console_is_usable(struct console *con, short flags, in console_is_usable() argument