Searched refs:throttle_mutex (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/tty/
H A Dtty_ioctl.c127 mutex_lock(&tty->throttle_mutex);
137 mutex_unlock(&tty->throttle_mutex);
157 mutex_lock(&tty->throttle_mutex);
167 mutex_unlock(&tty->throttle_mutex);
H A Dtty_io.c3128 mutex_init(&tty->throttle_mutex);
/linux-master/include/linux/
H A Dtty.h136 * @throttle_mutex: protects against concurrent tty_throttle_safe() and
205 struct mutex throttle_mutex; member in struct:tty_struct

Completed in 96 milliseconds