Lines Matching refs:flags

50 	unsigned long flags;  in sclp_conbuf_callback()  local
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()
81 unsigned long flags; in sclp_conbuf_emit() local
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()
110 unsigned long flags; in sclp_console_sync_queue() local
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()
165 unsigned long flags; in sclp_console_write() local
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()
242 unsigned long flags; in sclp_console_resume() local
244 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_resume()
246 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_resume()
255 unsigned long flags; in sclp_console_suspend() local
257 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_suspend()
259 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_suspend()
289 .flags = CON_PRINTBUFFER,