Home
last modified time | relevance | path

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

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