Searched refs:t_lowat (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dtty.h144 int t_lowat; /* Low water mark. */ member in struct:tty
/xnu-2422.115.4/bsd/kern/
H A Dtty.c1537 if ((tp->t_outq.c_cc <= tp->t_lowat) &&
2690 if (tp->t_outq.c_cc <= tp->t_lowat) {
2700 tp->t_outq.c_cc <= tp->t_lowat) {
2743 tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT);
H A Dtty_ptmx.c1082 if ((tp->t_outq.c_cc <= tp->t_lowat) &&
1627 if ((tp->t_outq.c_cc <= tp->t_lowat) &&
/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py487 print "Low Watermark : {0: <d} bytes".format(tty.t_lowat)

Completed in 77 milliseconds