Searched refs:t_inlow (Results 1 – 3 of 3) sorted by relevance
144 size_t t_inlow; /* (t) Input low watermark. */ member
116 tp->t_inlow = (ttyinq_getallocatedsize(&tp->t_inq) * 9) / 10; in tty_watermarks()238 tp->t_inlow = 0; in ttydev_leave()
358 if (ttyinq_bytesleft(&tp->t_inq) >= tp->t_inlow || in ttydisc_read()
Completed in 17 milliseconds