Home
last modified time | relevance | path

Searched refs:TTYHOG (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dtty.h180 #ifndef TTYHOG
181 #define TTYHOG 1024 macro
/xnu-12377.41.6/bsd/kern/
H A Dtty_dev.c849 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 &&
H A Dtty_ptmx.c874 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc); in ptmx_kqops_common()
H A Dtty.c229 #define I_HIGH_WATER (TTYHOG - 2 * 256) /* XXX */
230 #define I_LOW_WATER ((TTYHOG - 2 * 256) * 7 / 8) /* XXX */