Searched refs:throttle_mutex (Results 1 – 3 of 3) sorted by relevance
127 mutex_lock(&tty->throttle_mutex); in tty_throttle_safe()137 mutex_unlock(&tty->throttle_mutex); in tty_throttle_safe()157 mutex_lock(&tty->throttle_mutex); in tty_unthrottle_safe()167 mutex_unlock(&tty->throttle_mutex); in tty_unthrottle_safe()
3128 mutex_init(&tty->throttle_mutex); in alloc_tty_struct()
201 struct mutex throttle_mutex; member