Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ffclock_binuptime
Function
ffclock_binuptime
freebsd/kern/kern_ffclock.c:301–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
void
302
ffclock_binuptime(struct bintime *bt)
303
{
304
305
ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME);
306
}
307
308
void
309
ffclock_nanouptime(struct timespec *tsp)
Callers
1
binuptime_fromclock
Function · 0.85
Calls
1
ffclock_abstime
Function · 0.85
Tested by
no test coverage detected