MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ttydisc_write_poll

Function ttydisc_write_poll

freebsd/sys/ttydisc.h:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static __inline size_t
81ttydisc_write_poll(struct tty *tp)
82{
83
84 tty_assert_locked(tp);
85
86 return ttyoutq_bytesleft(&tp->t_outq);
87}
88
89#endif /* !_SYS_TTYDISC_H_ */

Callers 2

ttydev_pollFunction · 0.85
tty_kqops_write_eventFunction · 0.85

Calls 1

ttyoutq_bytesleftFunction · 0.85

Tested by

no test coverage detected