Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtty.h79 #define TF_HIWAT_IN 0x00400 /* We've reached the input watermark. */ macro
81 #define TF_HIWAT (TF_HIWAT_IN|TF_HIWAT_OUT)
H A Dttydevsw.h125 if (tp->t_flags & TF_HIWAT_IN) in ttydevsw_inwakeup()
/freebsd/sys/kern/
H A Dtty.c2047 if ((tp->t_flags & TF_HIWAT_IN) == 0 && in tty_hiwat_in_block()
2056 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()
2059 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()
2067 if (tp->t_flags & TF_HIWAT_IN && in tty_hiwat_in_unblock()
2076 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()
2079 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()
2310 { TF_HIWAT_IN, 'i' },
H A Dtty_ttydisc.c1324 if (l == 0 && (tp->t_flags & TF_HIWAT_IN) == 0) in ttydisc_rint_poll()
/freebsd/usr.sbin/pstat/
H A Dpstat.c309 { TF_HIWAT_IN, 'i' },