Searched refs:sclp_vt220_lock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_vt220.c | 65 static DEFINE_SPINLOCK(sclp_vt220_lock); 124 spin_lock_irqsave(&sclp_vt220_lock, flags); in sclp_vt220_process_queue() 135 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_process_queue() 138 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_process_queue() 225 spin_lock_irqsave(&sclp_vt220_lock, flags); in sclp_vt220_emit_current() 245 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_emit_current() 251 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_emit_current() 410 spin_lock_irqsave(&sclp_vt220_lock, flags); in __sclp_vt220_write() 421 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in __sclp_vt220_write() 424 spin_lock_irqsave(&sclp_vt220_lock, flag in __sclp_vt220_write() [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_vt220.c | 64 static spinlock_t sclp_vt220_lock; variable 129 spin_lock_irqsave(&sclp_vt220_lock, flags); in sclp_vt220_process_queue() 140 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_process_queue() 143 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_process_queue() 230 spin_lock_irqsave(&sclp_vt220_lock, flags); in sclp_vt220_emit_current() 251 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_emit_current() 257 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in sclp_vt220_emit_current() 416 spin_lock_irqsave(&sclp_vt220_lock, flags); in __sclp_vt220_write() 427 spin_unlock_irqrestore(&sclp_vt220_lock, flags); in __sclp_vt220_write() 430 spin_lock_irqsave(&sclp_vt220_lock, flag in __sclp_vt220_write() [all...] |
Completed in 2 milliseconds