Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtty.h184 #define TTMINHIWAT roundup(100, CBSIZE) macro
/xnu-8019.80.24/bsd/kern/
H A Dtty.c2853 x = CLAMP(x, TTMAXHIWAT, TTMINHIWAT); in ttsetwater()