Searched refs:legacy_mutex (Results 1 – 3 of 3) sorted by relevance
19 mutex_lock(&tty->legacy_mutex); in tty_lock()30 ret = mutex_lock_interruptible(&tty->legacy_mutex); in tty_lock_interruptible()40 mutex_unlock(&tty->legacy_mutex); in tty_unlock()59 lockdep_set_subclass(&tty->legacy_mutex, TTY_LOCK_SLAVE); in tty_set_lock_subclass()
2997 mutex_init(&tty->legacy_mutex); in alloc_tty_struct()
298 struct mutex legacy_mutex; member