Home
last modified time | relevance | path

Searched refs:tty_throttle_safe (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dtty.h137 * @throttle_mutex: protects against concurrent tty_throttle_safe() and
169 * @flow_change: controls behavior of throttling, see tty_throttle_safe() and
419 int tty_throttle_safe(struct tty_struct *tty);
/kernel/linux/linux-5.10/include/linux/
H A Dtty.h454 extern int tty_throttle_safe(struct tty_struct *tty);
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c147 * tty_throttle_safe - flow control
158 int tty_throttle_safe(struct tty_struct *tty) in tty_throttle_safe() function
H A Dn_tty.c264 throttled = tty_throttle_safe(tty); in n_tty_check_throttle()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_ioctl.c118 * tty_throttle_safe - flow control
122 * tty_throttle_safe will only attempt throttle if tty->flow_change is
130 int tty_throttle_safe(struct tty_struct *tty) in tty_throttle_safe() function
H A Dn_tty.c257 throttled = tty_throttle_safe(tty); in n_tty_check_throttle()

Completed in 11 milliseconds