Home
last modified time | relevance | path

Searched refs:force_con (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/printk/
H A Dprintk_safe.c16 static atomic_t force_con; variable
20 atomic_inc(&force_con); in printk_force_console_enter()
25 atomic_dec(&force_con); in printk_force_console_exit()
30 return atomic_read(&force_con); in is_printk_force_console()
H A Dprintk.c2991 bool force_con; in printk_get_next_message() local
3010 force_con = r.info->flags & LOG_FORCE_CON; in printk_get_next_message()
3016 if (!force_con && may_suppress && suppress_message_printing(r.info->level)) in printk_get_next_message()