Home
last modified time | relevance | path

Searched refs:t_lowat (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/bsd/sys/
H A Dtty.h145 int t_lowat; /* Low water mark. */ member
/xnu-10002.81.5/bsd/dev/arm/
H A Dkm.c285 if (tp->t_outq.c_cc > tp->t_lowat) { in kmstart()
/xnu-10002.81.5/bsd/kern/
H A Dtty.c1668 if ((tp->t_outq.c_cc <= tp->t_lowat) && in ttyselect()
2899 if (tp->t_outq.c_cc <= tp->t_lowat) { in ttwwakeup()
2909 tp->t_outq.c_cc <= tp->t_lowat) { in ttwwakeup()
2956 tp->t_lowat = x = (unsigned int)CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()
3420 if ((tp->t_outq.c_cc <= tp->t_lowat) && in filt_tty_common()
H A Dtty_ptmx.c588 if ((tp->t_outq.c_cc <= tp->t_lowat) && in ptsd_kqops_common()
H A Dtty_dev.c787 if ((tp->t_outq.c_cc <= tp->t_lowat) &&
/xnu-10002.81.5/tools/lldbmacros/
H A Dprocess.py1001 print("Low Watermark : {0: <d} bytes".format(tty.t_lowat))