Searched refs:ttyoutq_bytesleft (Results 1 – 5 of 5) sorted by relevance
164 rt_inline size_t ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() function
411 return ttyoutq_bytesleft(&tp->t_outq); in ttydisc_write_poll()
350 if (ttyoutq_bytesleft(to) < nbytes) in ttyoutq_write_nofrag()
1376 c = ttyoutq_bytesleft(&tp->t_outq); in ttydisc_wakeup_watermark()
1403 return (ttyoutq_bytesleft(&tp->t_outq) >= 256); in tty_checkoutq()
Completed in 18 milliseconds