Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
static __inline size_t
155
ttyoutq_getallocatedsize(struct ttyoutq *to)
156
{
157
158
return (to->to_quota * TTYOUTQ_DATASIZE);
159
}
160
161
static __inline size_t
162
ttyoutq_bytesleft(struct ttyoutq *to)
Callers
1
tty_watermarks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected