Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/printk/
Dprintk.c3583 static atomic_t printk_cpulock_owner = ATOMIC_INIT(-1); variable
3596 } while (atomic_read(&printk_cpulock_owner) != -1); in __printk_wait_on_cpu_lock()
3636 old = atomic_cmpxchg_acquire(&printk_cpulock_owner, -1, in __printk_cpu_trylock()
3692 atomic_set_release(&printk_cpulock_owner, in __printk_cpu_unlock()