Lines Matching refs:sclp_con_lock
28 static spinlock_t sclp_con_lock; variable
54 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_conbuf_callback()
67 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_callback()
70 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_callback()
83 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_conbuf_emit()
94 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_emit()
101 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_emit()
111 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_sync_queue()
115 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_sync_queue()
117 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_sync_queue()
119 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_sync_queue()
170 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_write()
185 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_write()
187 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_write()
204 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_write()
206 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_write()
220 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_write()
247 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_resume()
249 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_resume()
260 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_suspend()
262 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_suspend()
334 spin_lock_init(&sclp_con_lock); in sclp_console_init()