Home
last modified time | relevance | path

Searched refs:TF_HIWAT_IN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dtty.h81 #define TF_HIWAT_IN 0x00400 /* We've reached the input watermark. */ macro
83 #define TF_HIWAT (TF_HIWAT_IN|TF_HIWAT_OUT)
H A Dttydevsw.h127 if (tp->t_flags & TF_HIWAT_IN) in ttydevsw_inwakeup()
/f-stack/freebsd/kern/
H A Dtty.c2023 if ((tp->t_flags & TF_HIWAT_IN) == 0 && in tty_hiwat_in_block()
2032 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()
2035 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()
2043 if (tp->t_flags & TF_HIWAT_IN && in tty_hiwat_in_unblock()
2052 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()
2055 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()
2277 { TF_HIWAT_IN, 'i' },
H A Dtty_ttydisc.c1167 if (l == 0 && (tp->t_flags & TF_HIWAT_IN) == 0) in ttydisc_rint_poll()