Lines Matching refs:sclp_con_lock

29 static spinlock_t sclp_con_lock;  variable
55 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_conbuf_callback()
68 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_callback()
71 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_callback()
84 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_conbuf_emit()
95 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_emit()
102 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_conbuf_emit()
112 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_sync_queue()
116 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_sync_queue()
118 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_sync_queue()
120 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_sync_queue()
171 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_write()
186 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_write()
188 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_write()
205 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_write()
207 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_write()
217 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_write()
244 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_resume()
246 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_resume()
257 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_suspend()
259 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_suspend()
332 spin_lock_init(&sclp_con_lock); in sclp_console_init()