Searched refs:TF_BYPASS (Results 1 – 3 of 3) sorted by relevance
65 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS)
134 #define TF_BYPASS 0x04000 /* Optimized input path. */ macro
627 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()631 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()639 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()643 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()1006 if (tp->t_flags & TF_BYPASS) in ttydisc_rint()1316 MPASS(tp->t_flags & TF_BYPASS); in ttydisc_rint_bypass()
Completed in 6 milliseconds