Searched refs:t_lowat (Results 1 – 5 of 5) sorted by relevance
146 int t_lowat; /* Low water mark. */ member
765 if (tp->t_outq.c_cc <= tp->t_lowat) in irframet_poll()823 if (tp->t_outq.c_cc <= tp->t_lowat) { in filt_irframetwrite()824 kn->kn_data = tp->t_lowat - tp->t_outq.c_cc; in filt_irframetwrite()
1560 if (tp->t_outq.c_cc <= tp->t_lowat) in ttpoll()1628 canwrite = (tp->t_outq.c_cc <= tp->t_lowat) && CONNECTED(tp); in filt_ttywrite()2420 if (tp->t_outq.c_cc <= tp->t_lowat) { in ttypull()2629 tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()
855 PRWORD(ovflw, " %*d", 4, 1, tp->t_lowat); in ttyprt()
1317 if (tp->t_outq.c_cc <= tp->t_lowat) { in cy_intr()