Searched refs:t_lowat (Results 1 – 6 of 6) sorted by relevance
145 int t_lowat; /* Low water mark. */ member
291 if (tp->t_outq.c_cc > tp->t_lowat) { in kmstart()
1564 if ((tp->t_outq.c_cc <= tp->t_lowat) && in ttyselect()2795 if (tp->t_outq.c_cc <= tp->t_lowat) { in ttwwakeup()2805 tp->t_outq.c_cc <= tp->t_lowat) { in ttwwakeup()2852 tp->t_lowat = x = (unsigned int)CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()3302 if ((tp->t_outq.c_cc <= tp->t_lowat) && in filt_tty_common()
585 if ((tp->t_outq.c_cc <= tp->t_lowat) && in ptsd_kqops_common()
757 if ((tp->t_outq.c_cc <= tp->t_lowat) &&
1002 print("Low Watermark : {0: <d} bytes".format(tty.t_lowat))