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

Function ttyoutq_getallocatedsize

freebsd/sys/ttyqueue.h:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static __inline size_t
155ttyoutq_getallocatedsize(struct ttyoutq *to)
156{
157
158 return (to->to_quota * TTYOUTQ_DATASIZE);
159}
160
161static __inline size_t
162ttyoutq_bytesleft(struct ttyoutq *to)

Callers 1

tty_watermarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected