Searched refs:TTYHOG (Results 1 – 4 of 4) sorted by relevance
179 #ifndef TTYHOG180 #define TTYHOG 1024 macro
806 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc);876 if ((tp->t_rawq.c_cc + tp->t_canq.c_cc) >= TTYHOG - 2 &&
859 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 */