Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c161 mutex_lock(&tty->throttle_mutex); in tty_throttle_safe()
171 mutex_unlock(&tty->throttle_mutex); in tty_throttle_safe()
192 mutex_lock(&tty->throttle_mutex); in tty_unthrottle_safe()
202 mutex_unlock(&tty->throttle_mutex); in tty_unthrottle_safe()
H A Dtty_io.c3084 mutex_init(&tty->throttle_mutex); in alloc_tty_struct()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h304 struct mutex throttle_mutex; member