Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/printk/
Dprintk.c3584 static atomic_t printk_cpulock_nested = ATOMIC_INIT(0); variable
3647 atomic_inc(&printk_cpulock_nested); in __printk_cpu_trylock()
3664 if (atomic_read(&printk_cpulock_nested)) { in __printk_cpu_unlock()
3665 atomic_dec(&printk_cpulock_nested); in __printk_cpu_unlock()