Searched refs:c_ivq_lock (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/char/
H A Dvirtio_console.c133 spinlock_t c_ivq_lock; member in struct:ports_device
1673 spin_lock(&portdev->c_ivq_lock);
1675 spin_unlock(&portdev->c_ivq_lock);
1682 spin_lock(&portdev->c_ivq_lock);
1689 spin_unlock(&portdev->c_ivq_lock);
2035 spin_lock_init(&portdev->c_ivq_lock);
2038 err = fill_queue(portdev->c_ivq, &portdev->c_ivq_lock);
2150 fill_queue(portdev->c_ivq, &portdev->c_ivq_lock);

Completed in 372 milliseconds