• Home
  • Raw
  • Download

Lines Matching refs:flags

49 	unsigned long flags;  in sclp_conbuf_callback()  local
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()
80 unsigned long flags; in sclp_conbuf_emit() local
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()
109 unsigned long flags; in sclp_console_sync_queue() local
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()
164 unsigned long flags; in sclp_console_write() local
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()
245 unsigned long flags; in sclp_console_resume() local
247 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_resume()
249 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_resume()
258 unsigned long flags; in sclp_console_suspend() local
260 spin_lock_irqsave(&sclp_con_lock, flags); in sclp_console_suspend()
262 spin_unlock_irqrestore(&sclp_con_lock, flags); in sclp_console_suspend()
292 .flags = CON_PRINTBUFFER,