Searched refs:legacy_mutex (Results 1 – 3 of 3) sorted by relevance
18 mutex_lock(&tty->legacy_mutex); in tty_lock()27 ret = mutex_lock_interruptible(&tty->legacy_mutex); in tty_lock_interruptible()35 mutex_unlock(&tty->legacy_mutex); in tty_unlock()54 lockdep_set_subclass(&tty->legacy_mutex, TTY_LOCK_SLAVE); in tty_set_lock_subclass()
3095 mutex_init(&tty->legacy_mutex); in alloc_tty_struct()
204 struct mutex legacy_mutex; member