Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtty.h186 #define TTMINLOWAT 32 macro
/xnu-8019.80.24/bsd/kern/
H A Dtty.c2850 static_assert(TTMINLOWAT <= UINT_MAX, "min low water fits in unsigned int"); in ttsetwater()
2851 tp->t_lowat = x = (unsigned int)CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()