Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
static __inline size_t
81
ttydisc_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_poll
Function · 0.85
tty_kqops_write_event
Function · 0.85
Calls
1
ttyoutq_bytesleft
Function · 0.85
Tested by
no test coverage detected