Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtty.h183 #define TTMAXHIWAT roundup(2048, CBSIZE) macro
/xnu-8796.121.2/bsd/kern/
H A Dtty.c2854 x = CLAMP(x, TTMAXHIWAT, TTMINHIWAT); in ttsetwater()