Searched refs:t_lowat (Results 1 – 4 of 4) sorted by relevance
146 int t_lowat; /* Low water mark. */ member
759 if (tp->t_outq.c_cc <= tp->t_lowat) in irframet_poll()817 if (tp->t_outq.c_cc <= tp->t_lowat) { in filt_irframetwrite()818 kn->kn_data = tp->t_lowat - tp->t_outq.c_cc; in filt_irframetwrite()
1445 if (tp->t_outq.c_cc <= tp->t_lowat) in ttpoll()1511 canwrite = (tp->t_outq.c_cc <= tp->t_lowat) && CONNECTED(tp); in filt_ttywrite()2300 if (tp->t_outq.c_cc <= tp->t_lowat) { in ttypull()2509 tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()
1324 if (tp->t_outq.c_cc <= tp->t_lowat) { in cy_intr()