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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h262 #define TSA_OLOWAT(tp) ((void *)&(tp)->t_outq) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c1490 wakeup(TSA_OLOWAT(tp));
2267 ttysleep(tp, TSA_OLOWAT(tp), PZERO - 1, "ttoutq", hz);
2467 error = ttysleep(tp, TSA_OLOWAT(tp), TTOPRI | PCATCH, "ttywri",
2702 wakeup(TSA_OLOWAT(tp));

Completed in 322 milliseconds