Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dtty.h172 #define TTMINLOWAT 32 macro
/openbsd/src/sys/kern/
Dtty.c2116 tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()