Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_ioctl.c160 mutex_lock(&tty->throttle_mutex); in tty_throttle_safe()
170 mutex_unlock(&tty->throttle_mutex); in tty_throttle_safe()
191 mutex_lock(&tty->throttle_mutex); in tty_unthrottle_safe()
201 mutex_unlock(&tty->throttle_mutex); in tty_unthrottle_safe()
Dtty_io.c3151 mutex_init(&tty->throttle_mutex); in alloc_tty_struct()
/linux-4.4.14/include/linux/
Dtty.h273 struct mutex throttle_mutex; member