Searched refs:printk_cpu_sync_owner (Results 1 – 1 of 1) sorted by relevance
4955 static atomic_t printk_cpu_sync_owner = ATOMIC_INIT(-1); variable4960 return (atomic_read(&printk_cpu_sync_owner) == raw_smp_processor_id()); in is_printk_cpu_sync_owner()4973 } while (atomic_read(&printk_cpu_sync_owner) != -1); in __printk_cpu_sync_wait()5014 old = atomic_cmpxchg_acquire(&printk_cpu_sync_owner, -1, in __printk_cpu_sync_try_get()5070 atomic_set_release(&printk_cpu_sync_owner, in __printk_cpu_sync_put()