Home
last modified time | relevance | path

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

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