Lines Matching refs:ft
194 static inline void printk_get_console_flush_type(struct console_flush_type *ft) in printk_get_console_flush_type() argument
196 memset(ft, 0, sizeof(*ft)); in printk_get_console_flush_type()
202 ft->nbcon_offload = true; in printk_get_console_flush_type()
204 ft->nbcon_atomic = true; in printk_get_console_flush_type()
210 ft->legacy_direct = true; in printk_get_console_flush_type()
212 ft->legacy_offload = true; in printk_get_console_flush_type()
218 ft->nbcon_atomic = true; in printk_get_console_flush_type()
223 ft->legacy_direct = true; in printk_get_console_flush_type()
225 ft->legacy_offload = true; in printk_get_console_flush_type()
235 ft->nbcon_atomic = true; in printk_get_console_flush_type()
246 ft->legacy_direct = true; in printk_get_console_flush_type()
253 if (ft->nbcon_atomic && !legacy_allow_panic_sync) in printk_get_console_flush_type()
254 ft->legacy_direct = false; in printk_get_console_flush_type()