Lines Matching refs:ft
232 static inline void printk_get_console_flush_type(struct console_flush_type *ft) in printk_get_console_flush_type() argument
234 memset(ft, 0, sizeof(*ft)); in printk_get_console_flush_type()
240 ft->nbcon_offload = true; in printk_get_console_flush_type()
242 ft->nbcon_atomic = true; in printk_get_console_flush_type()
248 ft->legacy_direct = true; in printk_get_console_flush_type()
250 ft->legacy_offload = true; in printk_get_console_flush_type()
256 ft->nbcon_atomic = true; in printk_get_console_flush_type()
261 ft->legacy_direct = true; in printk_get_console_flush_type()
263 ft->legacy_offload = true; in printk_get_console_flush_type()
273 ft->nbcon_atomic = true; in printk_get_console_flush_type()
284 ft->legacy_direct = true; in printk_get_console_flush_type()
291 if (ft->nbcon_atomic && !legacy_allow_panic_sync) in printk_get_console_flush_type()
292 ft->legacy_direct = false; in printk_get_console_flush_type()