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

Function ttyinq_getallocatedsize

freebsd/sys/ttyqueue.h:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static __inline size_t
98ttyinq_getallocatedsize(struct ttyinq *ti)
99{
100
101 return (ti->ti_quota * TTYINQ_DATASIZE);
102}
103
104static __inline size_t
105ttyinq_bytesleft(struct ttyinq *ti)

Callers 1

tty_watermarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected