Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fbclock_nanouptime
Function
fbclock_nanouptime
freebsd/kern/kern_tc.c:274–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
void
275
fbclock_nanouptime(struct timespec *tsp)
276
{
277
struct bintime bt;
278
279
fbclock_binuptime(&bt);
280
bintime2timespec(&bt, tsp);
281
}
282
283
void
284
fbclock_microuptime(struct timeval *tvp)
Callers
1
nanouptime_fromclock
Function · 0.85
Calls
2
fbclock_binuptime
Function · 0.85
bintime2timespec
Function · 0.85
Tested by
no test coverage detected