Home
last modified time | relevance | path

Searched refs:TSA_OLOWAT (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtty.h268 #define TSA_OLOWAT(tp) ((void *)&(tp)->t_outq) macro
/xnu-8019.80.24/bsd/kern/
H A Dtty.c1498 wakeup(TSA_OLOWAT(tp)); in ttioctl_locked()
2337 ttysleep(tp, TSA_OLOWAT(tp), PZERO - 1, "ttoutq", hz); in ttycheckoutq()
2549 error = ttysleep(tp, TSA_OLOWAT(tp), TTOPRI | PCATCH, "ttywri", in ttwrite()
2806 wakeup(TSA_OLOWAT(tp)); in ttwwakeup()