Home
last modified time | relevance | path

Searched refs:c_ivq_lock (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/
H A Dvirtio_console.c133 spinlock_t c_ivq_lock; member
1705 spin_lock(&portdev->c_ivq_lock); in control_work_handler()
1707 spin_unlock(&portdev->c_ivq_lock); in control_work_handler()
1714 spin_lock(&portdev->c_ivq_lock); in control_work_handler()
1721 spin_unlock(&portdev->c_ivq_lock); in control_work_handler()
2063 spin_lock_init(&portdev->c_ivq_lock); in virtcons_probe()
2076 err = fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); in virtcons_probe()
2200 fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); in virtcons_restore()