Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
static __inline size_t
98
ttyinq_getallocatedsize(struct ttyinq *ti)
99
{
100
101
return (ti->ti_quota * TTYINQ_DATASIZE);
102
}
103
104
static __inline size_t
105
ttyinq_bytesleft(struct ttyinq *ti)
Callers
1
tty_watermarks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected