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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h181 #define TTMINLOWAT 32 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2743 tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT);

Completed in 74 milliseconds