Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c139 spinlock_t c_ivq_lock; member
1711 spin_lock(&portdev->c_ivq_lock); in control_work_handler()
1713 spin_unlock(&portdev->c_ivq_lock); in control_work_handler()
1720 spin_lock(&portdev->c_ivq_lock); in control_work_handler()
1727 spin_unlock(&portdev->c_ivq_lock); in control_work_handler()
2068 spin_lock_init(&portdev->c_ivq_lock); in virtcons_probe()
2071 err = fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); in virtcons_probe()
2195 fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); in virtcons_restore()