Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ geode_get_timecount
Function
geode_get_timecount
freebsd/i386/i386/geode.c:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
static unsigned
144
geode_get_timecount(struct timecounter *tc)
145
{
146
return (inl(geode_counter));
147
}
148
149
static struct timecounter geode_timecounter = {
150
geode_get_timecount,
Callers
nothing calls this directly
Calls
1
inl
Function · 0.50
Tested by
no test coverage detected