HomeSort by: relevance | last modified time | path
    Searched refs:TTMINLOWAT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
tty.h 176 #define TTMINLOWAT (tp->t_qsize >> 5)
  /src/sys/kern/
tty.c 2629 tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT);

Completed in 14 milliseconds