Searched refs:TTYHOG (Results 1 – 4 of 4) sorted by relevance
180 #ifndef TTYHOG181 #define TTYHOG 1024 macro
849 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc);919 if ((tp->t_rawq.c_cc + tp->t_canq.c_cc) >= TTYHOG - 2 &&
874 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc); in ptmx_kqops_common()
229 #define I_HIGH_WATER (TTYHOG - 2 * 256) /* XXX */230 #define I_LOW_WATER ((TTYHOG - 2 * 256) * 7 / 8) /* XXX */