Home
last modified time | relevance | path

Searched refs:TF_HIWAT_OUT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dtty.h82 #define TF_HIWAT_OUT 0x00800 /* We've reached the output watermark. */ macro
83 #define TF_HIWAT (TF_HIWAT_IN|TF_HIWAT_OUT)
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c546 tp->t_flags |= TF_HIWAT_OUT; in ttydisc_write()
559 if ((tp->t_flags & TF_HIWAT_OUT) == 0) in ttydisc_write()
1179 if (tp->t_flags & TF_HIWAT_OUT) { in ttydisc_wakeup_watermark()
1185 tp->t_flags &= ~TF_HIWAT_OUT; in ttydisc_wakeup_watermark()
H A Dtty.c1596 tp->t_flags &= ~TF_HIWAT_OUT; in tty_flush()
2278 { TF_HIWAT_OUT, 'o' },