Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
Dtty_ioctl.c134 mutex_lock(&tty->throttle_mutex); in tty_throttle_safe()
144 mutex_unlock(&tty->throttle_mutex); in tty_throttle_safe()
165 mutex_lock(&tty->throttle_mutex); in tty_unthrottle_safe()
175 mutex_unlock(&tty->throttle_mutex); in tty_unthrottle_safe()
Dtty_io.c3101 mutex_init(&tty->throttle_mutex); in alloc_tty_struct()
/Linux-v6.6/include/linux/
Dtty.h206 struct mutex throttle_mutex; member