Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h227 #define TSA_OLOWAT(tp) ((void *)&(tp)->t_outq) macro
/dragonfly/sys/kern/
H A Dtty.c1254 wakeup(TSA_OLOWAT(tp)); in ttioctl()
1977 tsleep(TSA_OLOWAT(tp), 0, "ttoutq", hz); in ttycheckoutq()
2172 error = ttysleep(tp, TSA_OLOWAT(tp), PCATCH, "ttywri", tp->t_timeout); in ttwrite()
2389 wakeup(TSA_OLOWAT(tp)); in ttwwakeup()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c1767 wakeup(TSA_OLOWAT(tp)); in ucom_start()