Home
last modified time | relevance | path

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

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