Searched refs:throttle_mutex (Results 1 – 3 of 3) sorted by relevance
125 guard(mutex)(&tty->throttle_mutex); in tty_throttle_safe() 153 guard(mutex)(&tty->throttle_mutex); in tty_unthrottle_safe()
3114 mutex_init(&tty->throttle_mutex); in alloc_tty_struct()
136 * @throttle_mutex: protects against concurrent tty_throttle_safe() and201 struct mutex throttle_mutex; member