Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dtty.c2957 #define CLAMP(x, h, l) ((x) > h ? h : ((x) < l) ? l : (x)) in ttsetwater() macro
2962 tp->t_lowat = x = (unsigned int)CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()
2964 x = CLAMP(x, TTMAXHIWAT, TTMINHIWAT); in ttsetwater()
2966 #undef CLAMP in ttsetwater()