Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fbclock_nanotime
Function
fbclock_nanotime
freebsd/kern/kern_tc.c:299–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
void
300
fbclock_nanotime(struct timespec *tsp)
301
{
302
struct bintime bt;
303
304
fbclock_bintime(&bt);
305
bintime2timespec(&bt, tsp);
306
}
307
308
void
309
fbclock_microtime(struct timeval *tvp)
Callers
1
nanotime_fromclock
Function · 0.85
Calls
2
fbclock_bintime
Function · 0.85
bintime2timespec
Function · 0.85
Tested by
no test coverage detected